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.
Docco is a documentation generator that is semi-Literate and looks nice. It comes with JavaScript support, and there are clones for other languages.
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+.
Wednesday, April 10, 2013
I had thought that it was only for Arduino coding, but it turns out to have much broader and interesting goals: Processing is a programming language, development environment, and online community that since 2001 has promoted software literacy within the visual arts. Initially created to serve as a software sketchbook and to teach fundamentals of [...]
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.
Adding to the Selenium IDE’s already awesome “save your behind in every kind of situation possible” behavior, here is a plugin that adds the flow control constructs that are so sorely missed from the base language. This is a powerful, powerful addition that makes some horrible tasks… bearable.