The Mouse programming language on CP/M
Mouse is an interpreted stack orientated language designed byPeter Grogonoaround 1975. It was designed to be a small but powerful language for microcomputers, similar to Forth, but much simpler. One obvious difference to Forth is that Mouse interprets a stream of characters most of which are only a single character and it relies more on variables rather than rearranging the stack as much. The version for CP/M on theWalnut Creek CDis quite small at only 2k.
Lawrence Woodman (2020)
Even with very little to no programming experience I can tell that this language looks a lot smaller and more compact than other code I've seen. I'll have to leave it to the actual programmers and developers among the OSNews audience to provide more valuable insight, but I feel like there's definitely something here that'll interest some of you.