/spil-demos

Primary LanguageCommon Lisp

SPIL demo projects

SPIL interpreter github page

Installation

  • Install SPIL interpreter first:
$ go get github.com/avoronkov/spil
  • Make sure that $GOPATH/bin is in $PATH.

Demo projects

fractal-drawer

  • Build drawer plugin:
$ cd fractal-drawer/lib/drawer
$ go build --buildmode=plugin
  • Check some examples:
$ cd fractal-drawer
$ ./main.lisp examples/koch-snowflake.txt
fractal is stored in examples/koch-snowflake.txt.png