Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```