logoalt Hacker News

Chemaclasstoday at 10:33 AM1 replyview on HN

Phel has deep PHP interop built into the language: call any PHP function, instantiate classes, access globals via the php/ namespace from anywhere in your code.

We also ship a Phel nREPL: a bencode-over-TCP server (phel nrepl) compatible with editor tooling like Calva, CIDER, and Conjure. Connect your editor and evaluate Phel code against a running process directly.


Replies

ahmed1hsntoday at 12:27 PM

as for interop with PHP, does it support Attributes: https://www.php.net/manual/en/language.attributes.overview.p... ?