all repos — min @ 19ef6c32cc389e46cb2796198e58bc35a69115c8

A small but practical concatenative programming language.

prelude.min

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
; Imports
'str       import
'stack     import
'seq       import
'dict      import
'time      import
'io        import
'fs        import
'sys       import
'dstore    import
'crypto    import
'math      import
'net       import
'http      import
'xml       import
; Unseal prompt symbol
'prompt    unseal-symbol