evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.09k stars 39 forks source link

Add Command-Line Input #74

Open kchaloux opened 11 years ago

kchaloux commented 11 years ago

Kitten should offer a way to read arguments from the command line in some fashion, say:

def sysArgs( -> [[Char]] +IO):
  __systemArguments // do your builtin magic!

Or whatever.