Phel is a programming language created in 2020 by Jens Haase.
#773on PLDB | 4Years 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!")