The husk-scheme package
A dialect of R5RS Scheme written in Haskell. Advanced features are provided including:
First-class continuations of unlimited extent
Hygienic macros based on syntax-rules
Low-level explicit renaming macros
A foreign function interface (FFI) to Haskell
Full numeric tower providing support for real, rational, and complex numbers
Proper tail recursion and lexical scoping
Read-Eval-Print-Loop (REPL) interpreter, with input driven by Haskeline to provide a rich user experience
Standard library of Scheme functions, and support for many popular SRFI's
Husk may be used as either a stand-alone interpreter or as an extension language within a larger Haskell application. By closely following the R5RS standard, the intent is to develop a Scheme that is as compatible as possible with other R5RS Schemes. Husk is mature enough for use in production applications, however it is not optimized for performance-critical applications.
Scheme is one of two main dialects of Lisp. Scheme follows a minimalist design philosophy: the core language consists of a small number of fundamental forms which may be used to implement other built-in forms. Scheme is an excellent language for writing small, elegant programs, and may also be used to write scripts or embed scripting functionality within a larger application.
Properties
| Versions | 1.0, 1.1, 1.2, 1.3, 2.0, 2.1, 2.2, 2.3, 2.4, 3.0, 3.1, 3.2, 3.2.1, 3.3, 3.4, 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.5.1, 3.5.2, 3.5.2.1, 3.5.2.2, 3.5.2.3, 3.5.3, 3.5.3.1, 3.5.3.2, 3.5.4, 3.5.5, 3.5.6, 3.5.7, 3.6, 3.6.1, 3.6.2, 3.6.3, 3.7, 3.8, 3.9 |
|---|---|
| Dependencies | array, base (≥2.0 & <5), bytestring, containers, directory, filepath, ghc-paths, haskeline, mtl, parsec, process, transformers, utf8-string |
| License | MIT |
| Author | Justin Ethier |
| Maintainer | Justin Ethier <github.com/justinethier> |
| Category | Compilers/Interpreters, Language |
| Home page | http://justinethier.github.com/husk-scheme |
| Bug tracker | http://github.com/justinethier/husk-scheme/issues |
| Source repository | git clone git://github.com/justinethier/husk-scheme.git |
| Executables | huskc, huski |
| Upload date | Wed Mar 20 01:52:13 UTC 2013 |
| Uploaded by | JustinEthier |
| Built on | ghc-7.6 |
Modules
Downloads
- husk-scheme-3.8.tar.gz (Cabal source package)
- package description (included in the package)