The ISLISP programming language is a member of the Lisp family of programming languages. It attempts to bridge the gap between the various incompatible members of the Lisp family of languages (most notably Common Lisp, Eulisp, LeLisp, and Scheme) by focusing on standardizing those areas of widespread agreement. It is a small language, closer to [...]
Mickey Scheme is an interpreter for R7RS Scheme written in C++
Here is how: lexbind-mode
Here is a nice article on what sound like some nice support libraries for Elisp.
Wednesday, April 17, 2013
“The Concurrent Schemer” (CSCM) is an implementation of the Scheme programming language built on top of the Erlang Virtual Machine. – via G+.
Thursday, February 21, 2013
Another great PLT effort for the backlog: How do we teach students the essential ideas behind garbage collection?
Saturday, February 2, 2013
The Guile folks are looking for programmers curious about contributing, having some fun, and possibly winning a monetary reward for their work! Details here.
Saturday, January 19, 2013
Lisa is a production-rule system implemented in the Common Lisp Object System (CLOS), and is heavily influenced by CLIPS and the Java Expert System Shell (JESS). – Lisa Site
Wednesday, January 16, 2013
Here is how to do it courtesy of TonyG.
Saturday, January 12, 2013
Surely one of the first things VIers want to know as do the rest of us is how to move forward N characters (or backward or whatever) from the mini-buffer in EMACS. Here is how it is done, using the universal argument. So to move forward 100 chars: C:u 100, C:f ADDENDUM:01/13/13 Thanks FUCO for [...]