PLASMA for the holidays

1 post / 0 new
resman's picture
Offline
Last seen: 1 month 2 weeks ago
Joined: Feb 9 2006 - 12:41
Posts: 217
PLASMA for the holidays

Just like last year, here is an update to the PLASMA sandbox (an Apple II IDE to play around with PLASMA). It is (sort of) self-documenting progression through some PLASMA example code. PLASMA has grown up a lot since last year. With much input from actual users, it now resembles a real language. It has also sped up quite a bit, about 25-30% over the previous version. By speeding up the VM, I was able to remove the native compiled routines, which sped it up but at the expense of a large increase in memory usage. So now, all the examples can be loaded and compiled in the sandbox. You can download the disk image from GitHub here:

https://github.com/dschmenk/PLASMA/blob/master/SANDBOX.PO?raw=true

Don't forget to check out the documentation on GitHub as well:

https://github.com/dschmenk/PLASMA/blob/master/doc/User%20Manual.md

Any and all feedback appreciated. Enjoy,
Dave...