Skip to content

Tag Archives: Scheme

A Nice Update on WG1 of R7RS

Here. Basically it is finished. Can’t wait for WG2 to get started. (via scheme-reports)

SISC (R5RS Scheme) on Android

Details here. (via Reddit)

Bringing Scheme to the iPhone

Here is another Scheme on iPhone project.

Adding raw string syntax to Racket

Racket is great; if you are missing a language feature then you just add it. How empowering. Joan wanted C# style @-escaped strings and documents how he added them here. (via Racket)

Naughty Dogs use Scheme in Video Games Again

They are presenting on it at CUFP this year; details here. Here is a presentation from GDC ’09 about how they did it. (via Racket)

DSLs are still fun

Now the popularity of DSLs may have waned, but the fun surrounding them surely has not. A while back James and I looked into implementing a DSL for modeling insurance products in Java that worked really nicely: built on top of Java we’ve full access to all its goodies like the libraries and object system [...]

Gambit REPL app for iPhone/iPod touch/iPad

Check it out here. (via comp.lang.scheme)

In-Source Documentation in Racket

The scribble/srcdoc and scribble/extract libraries support writing documentation within the documentation code along with an export contract, similar to using JavaDoc. Very nice. (via racket)

Portable Racket for Windows Users

Here it is. (via racket users)

Just Enough Ubuntu

Running Linux in a virtual isn’t a new idea, but from what Patrick said, it is fast and easy. This might be a nice way to run a Racket web server locally on Linux.