Merge pull request #40 from Ismael-VC/patch-1

Add Gitter badge.
This commit is contained in:
Jeff Bezanson 2017-01-03 01:18:34 -05:00 committed by GitHub
commit d96227948b
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
[![Join the chat at https://gitter.im/FemtoLisp/flisp](https://badges.gitter.im/FemtoLisp/flisp.svg)](https://gitter.im/FemtoLisp/flisp)
## ...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.