all repos — min @ 0ca3b4d70fd5fc4253f2346264b95ff7eaa19215

A small but practical concatenative programming language.

prelude.min

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
; Imports
'str       import
'io        import
'logic     import
'num       import
'sys       import
'stack     import
'seq       import
'time      import
'fs        import
'crypto    import