*** Welcome to piglix ***

Pixie (programming language)

Pixie
Paradigm functional
Designed by Timothy Baldridge
First appeared 2015; 2 years ago (2015)
Stable release
0.1 / April 2, 2015; 2 years ago (2015-04-02)
Platform Cross-platform
License LGPL
Filename extensions .pxi
Website github.com/pixie-lang/pixie
Influenced by
Clojure, Lisp (programming language)

Pixie is a lightweight Lisp suitable for both general use as well as shell scripting. The standard library is heavily inspired by Clojure as well as several other functional programming languages. It is written in RPython and relies on PyPy's GC and tracing JIT.

Pixie was inspired by Clojure but it is not a port, it has significant differences.


...
Wikipedia

...