Applications and libraries/Compilers and interpreters: Difference between revisions
DonStewart (talk | contribs) (Start pages on languages that have been implemented in Haskell) |
DonStewart (talk | contribs) (fmt) |
||
Line 25: | Line 25: | ||
==Epigram== | ==Epigram== | ||
;[http://www.e-pig.org/ Epigram] | |||
:Epigram is a prototype dependently typed functional programming | :Epigram is a prototype dependently typed functional programming | ||
{{LibrariesPage}} | {{LibrariesPage}} |
Revision as of 05:56, 30 October 2006
Haskell, with its support for pattern matching on data structures, and expressive type system, is popular for implementing compilers and intepreters. Here's a selection of languages implemented in Haskell.
Haskell
- GHC
- GHC, The Glasgow Haskell Compiler, is written in Haskell
Perl
- Pugs
- Pugs is an implementation of Perl 6, written in Haskell. It aims to implement the full Perl6 specification.
Ruby
- RType
- RType is a Ruby interpreter written in Haskell
Scheme
- Write Yourself a Scheme in 48 Hours
- A Haskell Tutorial.
Epigram
- Epigram
- Epigram is a prototype dependently typed functional programming
This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Applications and libraries.