noodle: the noodle programming language
The noodle
Programming Language Interpreter
Noodle is two things. It is a programming language, and it is this implementation of that programming language.
Briefly...
Noodle (the language) is functional, latently typed, and statically scoped.
Noodle has no language level concept of mutable state.
Data abstraction is handled with 'scope bound' wrappers that prevent pattern matching on some value outside
of some mutually recursive scope.
Numbers are arbitrary precision integer ratios.
Operators are (possibly) high order functions with special application rules that omit evaluation of the
right operand if their application to the left operand does not return a function.
Modules are mutually recursive internally, are first class, and can be parameterized by constructing them with functions.
Rather than arrays or linked lists, the most basic compound data structure in noodle is a binary tree, or product
.
the primary points of interest in this package are:
noodle
- the option directed command line interface
noodle-repl
- the read-eval-print-loop
noodle-eval
- an interface for evaluating a single noodle expression (computation) from stdin
You may also incorporate noodle into your own program as a library, but this is even less documented than the completely undocumented command line interface... so I don't know why you would want to do this.
Modules
[Index]
- Language
Downloads
- noodle-0.0.19.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.18, 0.0.19 |
---|---|
Dependencies | base (>=3 && <=5), directory, filepath, noodle [details] |
License | LicenseRef-OtherLicense |
Author | Jesse Rudolph |
Maintainer | Jesse Rudolph |
Category | Compilers/Interpreters |
Home page | https://github.com/jessopher/noodle |
Source repo | head: git clone git://github.com/jessopher/noodle.git |
Uploaded | by JesseRudolph at 2011-12-10T19:30:57Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | noodle-eval, noodle-repl, noodle |
Downloads | 1880 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |