Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

joshvfleming/cell

Cell is a Lisp implementation in JavaScript

joshvfleming/cell.json
{
"createdAt": "2012-08-19T19:59:53Z",
"defaultBranch": "master",
"description": "Cell is a Lisp implementation in JavaScript",
"fullName": "joshvfleming/cell",
"homepage": null,
"language": "JavaScript",
"name": "cell",
"pushedAt": "2013-06-22T15:43:17Z",
"stargazersCount": 32,
"topics": [],
"updatedAt": "2024-08-08T14:42:30Z",
"url": "https://github.com/joshvfleming/cell"
}

Build Status

Live REPL available here: http://cell-lang.org

Cell is a toy language based on the original Lisp specification. I wrote this interpreter solely for the purpose of learning how Lisp works, so please do not attempt to use it for any real project. As always, any comments or criticisms are welcome.

This implementation was influenced heavily by:

Copyright © 2013 Joshua Fleming

Distributed under the Eclipse Public License.