all repos — min @ 6670090005b171cec39bd37bb1634ed2f6ccb32d

A small but practical concatenative programming language.

prelude.min

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

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