I have written a programming language called B8Script and am looking for some beta testers and developers to create some plugin extensions for it.
This was done primarily to get a technical concept out of my head. But it was also a reason to learn Z80/CPM programming. And boy have I! That lovin' feeling is no longer lost! I don't really expect anyone to use it for anything serious. But it would be cool if they did. It's just a fun little project for myself.
Uses 16-bit signed numbers (from -32768 to +32767)
Uses post-fix notation
Uses single printable ASCII characters as commands
Has a built-in line editor with script save and load capabilities
Recurseable procedures
Is extensible using plugins and inline machine code
Fits in a 2kb or less CP/M .COM file
If you are familiar with Forth or just want to try out a new programming language, and are willing to actually put it through its paces, try to break it and give me solid feedback, please reply to this post. Only reply if you will commit to doing some real testing, not just want to play around with it. The full version will be released once beta testing has been completed. I don't want to ship something broken.
If you also know Z80 assembly and are familiar with relocatable position independent coding techniques, that would be even better.
Thanks,
Robb Bates (aka ROB8S)