Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenhack/skilisp
An experimental (read: me just dicking around) lisp dialect.
https://github.com/zenhack/skilisp
Last synced: 16 days ago
JSON representation
An experimental (read: me just dicking around) lisp dialect.
- Host: GitHub
- URL: https://github.com/zenhack/skilisp
- Owner: zenhack
- License: mit
- Created: 2013-09-30T03:35:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-04T00:48:58.000Z (about 11 years ago)
- Last Synced: 2024-10-22T07:00:15.520Z (2 months ago)
- Language: C
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# SKILisp
SKILisp is an experimental (read: Just me dicking around) lisp dialect.
See `doc/syntax.md` for an overview of the language syntax as developed
so far. Currently there isn't any other project-level documentation, though
the source itself is quite thoroughly commented.## Building
cd src ; make
## License
MIT. see `COPYING`