“The Concurrent Schemer” (CSCM) is an implementation of the Scheme programming language built on top of the Erlang Virtual Machine. – via G+.
CONTENTS
Meta
“The Concurrent Schemer” (CSCM) is an implementation of the Scheme programming language built on top of the Erlang Virtual Machine. – via G+.
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 [...]
Another great PLT effort for the backlog: How do we teach students the essential ideas behind garbage collection?
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.
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 [...]
Schluessel is an R5RS Scheme implementation based on Java. Schluessel can manipulate Java libraries by using reflection. Scheme applications written by Schluessel can also embed in Java applications.
Mickey Scheme is an incomplete, slow and buggy implementation of R7RS Scheme small.