No opinions here, just events.[[http://www.wisdomandwonder.com/wordpress/wp-content/uploads/2014/05/SchemeTimeline-1024×302.png]]
Tag: Scheme
cheezy scheme
Who doesn’t love spray cheez… or Scheme… or Emacs-Lisp?
(via emacswiki)
Picrin Scheme
Lisp in Small Pieces
This book is another classic that must be imbibed.
Geiser 0.5 is out
Geiser 0.5 is out both on Marmalade and Melpa.
Schluessel – A Scheme Implementation on Java
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.
husk scheme
husk is a dialect of Scheme written in Haskell that implements a superset of the R5RS standard.
Husk may be used as either a stand-alone interpreter or as an extension language within a larger Haskell application, and is available under the MIT license.
Scheme Spheres
Scheme Spheres is the batteries (as in “batteries included”) for the Gambit Scheme Compiler. It is a collection of modules and tools to help you build stuff.
Interactive Image Generation with Racket
Not sure whether I blogged about this or not already, but I sure could not find it so here goes.
A while back my buddy Bruce needed some randomly generated images in a particular format for a project. The specs were more of a “I’ll know it when I see it” kind of thing so I volunteered to help out and have some fun with Racket in the process.
The nifty part is that during development and also use you may preview the images directly inside of DrRacket. This feature made the work so, so fun (other editors do this, too).
Here is a copy of the code. Try running manual.scm and the image will show up in the REPL. If you run automatic.scm it will dump the image in /tmp.