| 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 |
||
| Anonymous | #75 | |
|
I'm making a package manager in Minimum now and it might serve Minimum itself, too. I'm figuring out how the arches (arm/x86) should be handled, but other than that you can download and search packages already. The client is written entirely in min, but has 7zip as its dependency, the server is a Go/Minimum combo. |
||
| Anonymous | #76 | |
|
#75
|
||
| Anonymous | #78 | |
|
@KiriLLM Can you compare Minimum with Python? |
||
| KiriLLM | #79 | |
|
Minimum vs Python Comparison |
||