

| |||||||
|
You are here: Root > Software > Development > Tools
CLiCC
A Common Lisp to C compiler, which translates a subset of Common Lisp + CLOS to a subset of C.
MCPat
MCPat stands for Meta-Circular Pattern Matcher, a simple pattern matcher that executes code by lists against patterns.
MINI compiler
A compiler for a simple, Lisp-like language called "MINI". The tool generates code for an imaginary stack machine, and is intended For educational purposes.
ParenScript
A Lisp-like web development language that can be compiled to JavaScript.
S-Dot: A Common Lisp Interface to Graphviz Dot
An implementation of a sexp-based syntax for the input language of the Dot graph drawing tool, which is part of the GraphViz suite.
jwacs - Javascript With Advanced Continuation Support
A program transformer for web development that translates code from an extended Javascript syntax to standard Javascript. It supports client-side continuations.