all repos — min @ 27f077568b869ff08a70e27e1ad5b7f6f093866d

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
 18
 19
 20
 21
 22
 23
 24
 25
 26
; Imports
'str       import
'logic     import
'num       import
'stack     import
'seq       import
'dict      import
'time      import
(mini?) (
  (
    'io     import
    'fs     import
    'sys    import
    'dstore import
  ) ROOT with
) unless
(lite? mini? or) (
  (
    'crypto import
    'math   import
    'net    import
    'http   import
  ) ROOT with
) unless
; Unseal prompt symbol
'prompt    unseal