| Anonymous | #48 | |
|
Minimum Programming Language Development Thread
|
||
Technology
| Anonymous | #48 | |
|
Minimum Programming Language Development Thread
|
||
| Anonymous | #49 | |
|
Download
The gui fodler offers a simple editor for Minimum programs. The demo folder has a list of working examples, where fb is FizzBuzz, million.min demonstrates the fastest loop with a million iterations, and for.min is a for loop demo. Launching Minimum Minimum can be launched from the console. If none of the arguments contain a valid file name, Minimum starts its REPL. The -debug flag can be used to print Minimum scripts' bytecode and time their execution. Example: >./minimum -debug for.min |
||
| Anonymous | #59 | |
|
Repo here: https://github.com/rpyth/minimum |
||