all repos — min @ b30b93c0cf43e17ebabf5c3e6cc1bdd624d33147

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
; Imports
'str       import
'io        import
'logic     import
'num       import
'sys       import
'stack     import
'seq       import
'time      import
'fs        import
'crypto    import
'math      import
'net       import
'http      import
; Unseal prompt symbol
'prompt    unseal