plasma
plasma copied to clipboard
Plasma Programming Language
We already have a docker image for developing Plasma, Split it into two, a base image for both to inherit (or copy from) and make a new image that includes...
Make more Mercury packages for debian based systems. - [x] amd64 - [x] i386 - [ ] armhf - [ ] aarch64 - [x] Recent ROTD of Mercury - [x]...
This is still a work-in-progress. But I'd like for someone to check my Lua at this point. Thanks.
The compiler can crash when the module name in the file and the `BUILD.plz` don't match. For example. here the file name is: `ho_call_bug_30.p` The module name in that file...
Modify test scripts to use Test Anything Protocol (TAP) for integration into CI harnesses. Then use a simple (maybe AWK) script to post-process the output or just use a test...
Organise tests into directories based on what component they test, rather than how the test is implemented (eg valid/invalid).
Implement opaque/abstract resources whose 'from' information isn't shared to other modules. This allows a module to "gate" how other modules can aquire it's resource, eg: for database transactions. How does...
Port Plasma to Windows. The trickiest bit is static builds / build instructions for Mercury. Maybe static builds for Plasma itself.