From 6afa9c998f5a8d1f9fc8b1647e4fef0c67695f74 Mon Sep 17 00:00:00 2001 From: Jeff Bezanson Date: Fri, 17 Feb 2012 17:42:03 -0500 Subject: [PATCH] small readme fix --- femtolisp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/femtolisp/README.md b/femtolisp/README.md index b9fdb54..47d002f 100644 --- a/femtolisp/README.md +++ b/femtolisp/README.md @@ -1,4 +1,4 @@ -=...a purely symbolic gesture...= +## ...a purely symbolic gesture... This project began with an attempt to write the fastest lisp interpreter I could in under 1000 lines of C. It snowballed from there as I kept trying to see if I could add powerful features with minimal code. At the same time I assembled a library of some of my favorite C code (by myself and others) to use as a base for a standard library. This includes `ios`, a replacement for parts of C's stdio that adds more flexible features.