paladin-t / my_basic

A lightweight BASIC interpreter written in standard C in dual files. Aims to be embeddable, extendable and portable.
http://paladin-t.github.io/my_basic/
MIT License
508 stars 118 forks source link

Make My-Basic Jupyter kernel? #67

Open mlongval opened 1 year ago

mlongval commented 1 year ago

Your project is very nice. A clean straightforward modern BASIC interpreter.

To my knowledge BASIC has not been made available as a Jupyter kernel. Modifying your code to become a MY-BASIC kernel would allow Jupyter to cover a lot of old (but still interesting) programming books that are now freely available on the internet.

Would be a great tools for educators.

While I can see the advantages of making a Jupyter kernel with your project, I do not have the skills required to make it happen. Anyway, thanks again for the great work. Cheers from Canada!