3 ms·
I think BASIC is something that everyone has to write at least once in their lifetime. My personal take is here (over 7 year old code, beware): http://tech.nim
by tniemi 8y ago
I think BASIC is something that everyone has to write at least once in their lifetime.
My personal take is here (over 7 year old code, beware):
http://tech.nimbus.fi/minibasic/ http://tech.nimbus.fi/minibasic/
And I wrote that just to make this functional:
http://tech.nimbus.fi/c128/ http://tech.nimbus.fi/c128/
(Try the "help" command.)
- abecedarius 8y agoYep, and here was mine: https://github.com/darius/parson/blob/master/eg_basic.py https://github.com/darius/parson/blob/master/eg_basic.py written to exercise a parsing library. It's super-slow.
- peteri 8y agoMine in c# is here https://github.com/peteri/ClassicBasic https://github.com/peteri/ClassicBasic
- tonyedgecombe 8y agoYes, https://github.com/tonyedgecombe/pytinybasic https://github.com/tonyedgecombe/pytinybasic which encouraged my sons to do the same https://github.com/jonathanedgecombe/tiny-basic-interpreter https://github.com/jonathanedgecombe/tiny-basic-interpreter and https://github.com/grahamedgecombe/tiny-basic-compiler https://github.com/grahamedgecombe/tiny-basic-compiler