qb.js: An implementation of QBASIC in Javascript (part 1) - Steve Hanov's Programming Blog

January 10 2010, 12:34pm

qb.js: An implementation of QBASIC in Javascript (part 1) - Steve Hanov's Programming BlogSource: stevehanov.caMany programmers seldom think about how their compiler or scripting language is implemented. To them, it is a tool, and the less it gets in the way, the better. However, for a craftsman, knowing how your tools work can help you do a better job. ...    Ah, just like the old days. I need to track down my old QBASIC game code to see how well this works.