2017 © Pedro Peláez
 

library plot

A Lisp written in PHP for no good reason

image

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

The README.md

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

The Versions

25/12 2014

dev-master

9999999-dev

A Lisp written in PHP for no good reason

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

lisp