Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Scriptor/pharen
Lisp to PHP Compiler
https://github.com/Scriptor/pharen
php
Last synced: 3 months ago
JSON representation
Lisp to PHP Compiler
- Host: GitHub
- URL: https://github.com/Scriptor/pharen
- Owner: Scriptor
- License: bsd-3-clause
- Created: 2009-12-28T02:55:21.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T14:35:05.000Z (over 6 years ago)
- Last Synced: 2024-08-02T22:20:05.491Z (7 months ago)
- Topics: php
- Language: PHP
- Homepage: http://pharen.org
- Size: 1.03 MB
- Stars: 217
- Watchers: 15
- Forks: 31
- Open Issues: 10
-
Metadata Files:
- Readme: readme.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - Scriptor/pharen - Lisp to PHP Compiler (PHP)
README
Pharen is compiler project that compiles a Lisp-inspired language to PHP.
It is still under development, but small-scale use is definitely possible.
All documentation for Pharen is at http://scriptor.github.com/pharen.
[Getting set up](http://scriptor.github.com/pharen/download.html)
[Reference](http://scriptor.github.com/pharen/reference.html)
[Quick and dirty tutorial](http://scriptor.github.com/pharen/tutorial.html)
Status
======
As of now Pharen covers most of what you could do with PHP. Tail recursion is transformed
into reasonably efficient looping, OOP support allows for easily working with existing
PHP libraries, and macros provide a ton more opportunities.If you have any questions, feel free to message me on Github, email me at [email protected],
or drop by the IRC channel at #pharen on irc.freenode.net.If you'd like to contribute, check out the [contribute](http://scriptor.github.com/pharen/contribute.html)
page on the docs site.Compatible with PHP 5.5.