Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grahamboree/elisp
A lisp designed to be an embedded scripting language.
https://github.com/grahamboree/elisp
Last synced: about 1 month ago
JSON representation
A lisp designed to be an embedded scripting language.
- Host: GitHub
- URL: https://github.com/grahamboree/elisp
- Owner: grahamboree
- Created: 2013-05-27T01:47:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T05:08:07.000Z (over 9 years ago)
- Last Synced: 2024-04-28T02:42:13.218Z (7 months ago)
- Language: C++
- Size: 1.61 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Convetions
==========
* throw std::logic_error when given bad code
* throw std::runtime_error when an internal error occurs