Skip to content

BH Lisp 1.0.0

Latest
Compare
Choose a tag to compare
@BalounJ BalounJ released this 27 Dec 18:13
6dc9a06

BH Lisp is a lisp-based interpreted programming language inspired by Clojure.
It runs on the Java virtual machine and is tightly integrated with Java.

Features

  • Dynamic type checking
  • Automatic conversion of numeric types (follows Groovy's conversion scheme)
  • Java interoperability
  • Poor performance