NexJ Scheme is an open source project providing an efficient and powerful interpreter for the programming language Scheme that executes in a Java virtual machine. Today I was sort of shocked to learn that there is another implementation besides SISC and Kawa that runs on Java! There wasn’t even an announcement for NexJ on comp.lang.scheme [...]
If you’ve ever wondered how to do version control in a Smalltalk system then check out these videos that Andy Bower recorded for our benefit: Sts Setup: http://bit.ly/StsSetup Sts Projects: http://bit.ly/StsProjects Sts Changes: http://bit.ly/StsPkgChanges Sts Project Changes: http://bit.ly/StsProjChanges Sts Community Repository: http://bit.ly/StsCommRepo (lost the source)
Folks, As promised I have put up a blog post on how to get Dolphin running native under Wine (in this particular case on Mac OSX using a free product called WineSkin). You can find the blog at: http://object-arts.com/blog/blog.html There are a few videos to go along with the blog and these can be found [...]
Tuesday, December 20, 2011
A lot of people would like Emacs style evaluation of code in DrRacket. This document explains how to do it. (via racket-users)
Saturday, December 17, 2011
Meng Zhang set up project files for building Chibi for OS X and an iOS REPL here. With virtually no iOS knowledge I just checked it out, built it, and ran it on the simulator in a couple of minutes. Thank you Alex and Meng! (via chibi-scheme)
Saturday, December 10, 2011
Here is the link; the source has a lot more. (via comp.lang.scheme)
Friday, November 25, 2011
Sagittarius Scheme System is a “mostly R6RS Scheme system”. (via scheme-reports)
Sunday, November 13, 2011
Hi, I’m going to work through http://www.ccs.neu.edu/home/matthias/BTML/ and http://www.cl.cam.ac.uk/~lp15/MLbook/ using http://www.smlnj.org/ SLOWLY over MANY MONTHS. The reason is that I’ve never learned a statically typed functional programming language, I feel weak on recursive data type definitions, and I am curious about compiler and interpreter construction. So, I’m looking for a way to learn about all [...]
Wednesday, November 9, 2011
Whalesong is a compiler from Racket to JavaScript; it takes Racket programs and translates them so that they can run stand-alone on a user’s web browser. It should allow Racket programs to run with (hopefully!) little modification, and provide access through the foreign-function interface to native JavaScript APIs. The included runtime library supports the numeric [...]