A purely functional esoteric programming language
runghc nci.hs src.nc or the playground
- Turing completeness based on the SK calculus
- Monadic IO
`: Function application operator*: Substitution function (the S combinator)/: Constant function (the K combinator)|: Bind function (also called flatMap)_: Return function (also called pure and unit),: Input function.: Output function#: Line comment
nci.hs,test.sh,play/*: MIT-0t/*: CC0-1.0