The Mouse Programming Language
techtinkering.com
The Mouse Programming Language
1–10 of 15 posts
Re: The Mouse Programming Language
#2Re: The Mouse Programming Language
#3Re: The Mouse Programming Language
#4Just picked it up because of my fascination with programming languages.
Re: The Mouse Programming Language
#5Re: The Mouse Programming Language
#6Re: The Mouse Programming Language
#7Re: The Mouse Programming Language
#8Honestly, a port to a modern architecture, with more standard looking characters (like using # for comments instead of ~ and \n for newline instead of ! ) would be pretty interesting... It's amazing what that people used to be able to do with such limitations. 2k! I can barely make a CRUD app fit in 2G
We have the EEs to thank for making the price of bloat inconsequential.
https://jcmit.net/memoryprice.htm
https://www.minneapolisfed.org/about-us/monetary-policy/infl...
Re: The Mouse Programming Language
#9don't see why you would you would use this over FORTH, which is IMHO much more readable and widely available on CP/M - or you can easily write your own.
For instance the FORTH implementation I'm somewhat familiar with (on the KC85 8-bit home computer) was an 8 KByte ROM module, which was packed to the brim - and it wasn't a luxurious FORTH by any means. This Mouse compiler seems to fit into 2 KBytes.
Re: The Mouse Programming Language
#10don't see why you would you would use this over FORTH, which is IMHO much more readable and widely available on CP/M - or you can easily write your own.
Maybe the implementation is smaller than a typical FORTH? For instance the FORTH implementation I'm somewhat familiar with (on the KC85 8-bit home computer) was an 8 KByte ROM module, which was packed to the brim - and it wasn't a luxurious FORTH by any means. This Mouse compiler seems to fit into 2 KBytes.