Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuin/solisp
A Lisp based Programming language designed for embedded C++ applications
https://github.com/stuin/solisp
cpp interpreter language lisp
Last synced: about 2 months ago
JSON representation
A Lisp based Programming language designed for embedded C++ applications
- Host: GitHub
- URL: https://github.com/stuin/solisp
- Owner: stuin
- License: mit
- Created: 2020-02-16T00:02:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T01:04:37.000Z (over 1 year ago)
- Last Synced: 2023-09-29T03:05:48.041Z (over 1 year ago)
- Topics: cpp, interpreter, language, lisp
- Language: C++
- Homepage:
- Size: 1.58 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solisp
An interpreted lisp-based language built in C++### Docs
- [Basic Structure](https://github.com/stuin/Solisp/blob/master/docs/Basics.md)
- [List of Functions](https://github.com/stuin/Solisp/blob/master/docs/Functions.md)
- [Test Example](https://github.com/stuin/Solisp/blob/master/docs/test.solisp)
- [Sample Programs](https://github.com/TheRenegadeCoder/sample-programs/tree/master/archive/s/solisp)### Linux
- [EZBuild](https://github.com/stuin/ezbuild)
- Make
```
make
sudo make install
```