Phel is a programming language created in 2020 by Jens Haase.
#780on PLDB | 5Years Old |
git clone https://github.com/phel-lang/phel-lang
Phel is a functional programming language that transpiles to PHP. A Lisp dialect inspired by Clojure and Janet.
(ns hello-world\boot)
(println "Hello, World!")