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.
- Host: GitHub
- URL: https://github.com/mrtrizer/lispsss
- Owner: mrtrizer
- License: lgpl-3.0
- Created: 2015-05-07T06:25:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T21:55:39.000Z (about 10 years ago)
- Last Synced: 2025-03-06T01:14:44.689Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1.59 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
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