From 529c9943703178987b9fdbec2d30e26223c8ea8d Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 20 Apr 2011 20:55:26 -0700 Subject: [PATCH] add lake scheme project (needs more info) --- projects.json | 1 + 1 file changed, 1 insertion(+) diff --git a/projects.json b/projects.json index 38d9e28..3a6988f 100644 --- a/projects.json +++ b/projects.json @@ -6,6 +6,7 @@ , "format" : { "description" : "printf for JavaScript" } , "gitter" : { "description" : "a GitHub client for Node (v2 API)" } , "json-diff" : { "description" : "show the differences between JSON-encoded objects" } +, "lake" : { "description" : "A simple implementation of Scheme in C" } , "mojo.el" : { "description" : "turn emacs into a sweet mojo editor" } , "repl-edit" : { "description" : "edit Node repl commands with your text editor" } , "samhuri.net" : { "description" : "this site" }