ruanyf / weekly

科技爱好者周刊,每周五发布
45.02k stars 2.76k forks source link

[第 51 期] php-lisp is a lisp interpreter written in PHP (just for fun) #309

Open wujunze opened 5 years ago

wujunze commented 5 years ago

php-lisp is a lisp interpreter written in PHP (just for fun) https://github.com/php-lisp/php-lisp

introduction

  1. Unit test coverage is 93%
  2. All use PHP declare (strict_types = 1); strict mode
  3. Core interpreter 0 relies on only 57K packaged phar files
wujunze commented 5 years ago

@ruanyf please help me review Thanks