This release is the Noc version fully written in Haskell and fully interpreted
Select the Noc patch zip file, some bugs are patched or some improvements are added after this release:
- Fix import parsing (the '\r' char was allowed in the imported module name).
- Call the
try
combinator to thebool
parser. (An error occured when you declare a function with the same sequence of chars thanTrue
orFalse
).- Fix parsing brackets for the 'format' function.
- Adding the STD functions source code link in their docstring.
Features
- Stack-based language
- An embbeded REPL
- A list of combinators for the stack manipulation
- Typed dynamically
- Homoiconic (quotes)
- Provides a module system
- Includes a STD (Standard Library)
- Pattern matching
STD
Those files written in Noc allow to use more useful functions in Noc