Skip to content

Releases: kivBH/bh-lisp

BH Lisp 1.0.0

27 Dec 18:13
6dc9a06
Compare
Choose a tag to compare

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