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

https://github.com/mrtrizer/lispsss

Light-weight and simple lisp realization.
https://github.com/mrtrizer/lispsss

Last synced: over 1 year ago
JSON representation

Light-weight and simple lisp realization.

Awesome Lists containing this project

README

          

# About
This project is my hobby. The main feature is a packet-block construction:

{
func1 arg1 arg2 arg3;
func2 arg1 arg2 arg3;
func3 arg1 arg2 arg3;
}

Instead classical lisp PROG. More details in my blog (russian) http://itmynotes.blogspot.ru/2014/07/sss.html.

# Dependencies
To compile examples and tests you need install following dependencies:
- libffi
- qt5.5