Hide
Login/Register to vote and to have access to more featuresYou are here: Root > Software > Development > Tools
Go directly to another tagGo directly to another tagAll Last Modified Items for Compilers
Back to full tag viewParenScript (Modified)Last modification: Sun, 28 Feb 2010 00:25:12 GMTA Lisp-like web development language that can be compiled to JavaScript.
CLISP's memory management (Added)Last modification: Tue, 07 Nov 2006 08:01:38 GMTA paper by Bruno Haible, published on 19 February 1995, summarizing the memory management system of the CLISP Common Lisp implementation. It describes the generational garbage collection algorithm and...
S-Dot: A Common Lisp Interface to Graphviz Dot (Added)Last modification: Sun, 05 Nov 2006 10:54:50 GMTAn implementation of a sexp-based syntax for the input language of the Dot graph drawing tool, which is part of the GraphViz suite.
MINI compiler (Added)Last modification: Sat, 30 Sep 2006 12:12:55 GMTA compiler for a simple, Lisp-like language called "MINI". The tool generates code for an imaginary stack machine, and is intended For educational purposes.
jwacs - Javascript With Advanced Continuation Support (Added)Last modification: Wed, 27 Sep 2006 11:28:08 GMTA program transformer for web development that translates code from an extended Javascript syntax to standard Javascript. It supports client-side continuations.
MCPat (Added)Last modification: Fri, 08 Sep 2006 23:21:07 GMTMCPat stands for Meta-Circular Pattern Matcher, a simple pattern matcher that executes code by lists against patterns.
CLiCC (Added)Last modification: Fri, 08 Sep 2006 09:49:43 GMTA Common Lisp to C compiler, which translates a subset of Common Lisp + CLOS to a subset of C.