pharen/pharen

Pharen is a compiler that takes a Lisp-like language and turns it into PHP code.

Maintainers

Package info

github.com/Scriptor/pharen

Homepage

pkg:composer/pharen/pharen

Statistics

Installs: 36

Dependents: 0

Suggesters: 0

Stars: 217

Open Issues: 10

dev-master 2018-06-07 14:35 UTC

This package is not auto-updated.

Last update: 2026-05-10 00:02:59 UTC


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

Reference

Quick and dirty tutorial

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 tamreen.khan@gmail.com, or drop by the IRC channel at #pharen on irc.freenode.net.

If you'd like to contribute, check out the contribute page on the docs site.

Compatible with PHP 5.5.