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

https://github.com/mrtrizer/lispssscli


https://github.com/mrtrizer/lispssscli

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Main Page {#mainpage}
=========
# LispSSS
##Install LispSSS
To install:

git clone https://github.com/mrtrizer/LispSSSCLI.git lispsss
cd lispsss
cmake -G "Unix Makefiles"
make
make install

##Hello, World!
Create file helloworld.sss and mark it executable. Than fill it next code:

#!/usr/local/bin/lispsss
print "Hello, World!"

Run script:

./helloworld.sss

Or:

lispsss helloworld.sss

# Documentation
See some diagrams in engine/doc.