https://github.com/mrtrizer/lispssscli
https://github.com/mrtrizer/lispssscli
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrtrizer/lispssscli
- Owner: mrtrizer
- Created: 2016-05-09T21:57:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T20:05:33.000Z (about 10 years ago)
- Last Synced: 2025-12-22T20:03:10.532Z (7 months ago)
- Language: CMake
- Size: 843 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.