library plot
A Lisp written in PHP for no good reason
chrisguitarguy/plot
A Lisp written in PHP for no good reason
- Thursday, December 25, 2014
- by chrisguitarguy
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Plot
A scheme written in PHP for no good reason., (*1)
Example
use Chrisguitarguy\Plot\Plot;
$prog = <<<EOF
(define say-hello! (lambda (name) (println! "Hello," name)))
(say-hello! "Plot")
(+ 1 2 3)
EOF;
$plot = new Plot();
$result = $plot->evaluateString($prog);
var_dump($result); // int(6), the result of the last s-expression is returned
dev-master
9999999-dev
A Lisp written in PHP for no good reason
Sources
Download
MIT
The Requires
The Development Requires
lisp