all repos — min @ a97c16b62b53b8703c5f1da61d3721f9e9e110c3

A small but practical concatenative programming language.

prelude.min

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

; Unsealed symbols
()                                :startup
("[$1]$$ " (.) %)                 :prompt