Home

Awesome

SmartAss

The goal of SmartAss is to be easily understandable so you can teach it yourself. To achieve that goal SmartAss has a handful of concepts.

How to install it ?

SmartAss is hosted on GitHub, so a git clone will do the job

git clone git@github.com:forax/smartass.git

How to build it ?

just run the stupid ant script

ant

Note that it requires Java 8

How to run it ?

Let suppose you have written your script in a file myscript.sms

java -jar smartass.jar myscript.sms

Where is the manual ?

there is a reference guide in the doc folder.

FAQ