logoalt Hacker News

pkphiliptoday at 9:57 AM1 replyview on HN

It would be great if the Phel repl could connect to a running PHP process


Replies

Chemaclasstoday at 10:33 AM

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.

show 1 reply