[plt-scheme] (no subject)
On Thu, 19 Apr 2007, wwall wrote:
> Where i can see interpreter of Basic writen on scheme?
I haven't heard of anyone doing this. It shouldn't be too difficult to do
this, though, given the resources at:
http://www.nicholson.com/rhn/basic/
In particular, after briefly glancing at:
http://users.telenet.be/kim1-6502/tinybasic/tbum.html#appb
it sounds like a fairly direct --- and somewhat perverse --- homework
assignment to implement TinyBASIC.
Still, why do you want to see a BASIC interpreter? Are you really
interested in BASIC itself, or do you just want to see a concrete example
of using the infrastructure in PLT Scheme to build an interpreter?