Jank Programming Language icon
Jank Programming Language icon

Jank Programming Language

Where jank differs from Clojure JVM is that its host is C++ on top of an LLVM-based JIT. This allows jank to offer the same benefits of REPL-based development while being able to seamlessly reach into the native world and compete seriously with JVM's performance.

Cost / License

Platforms

  • Mac
  • Linux
0likes
0articles

Features

  1.  Lisp-like

Jank Programming Language News & Activities

Highlights All activities

Recent activities

Jank Programming Language information

GitHub repository

  •  4 Stars
  •  6 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Jank Programming Language was added to AlternativeTo by Gergely Turi on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is Jank Programming Language?

Where jank differs from Clojure JVM is that its host is C++ on top of an LLVM-based JIT. This allows jank to offer the same benefits of REPL-based development while being able to seamlessly reach into the native world and compete seriously with JVM's performance.

Still, jank is a Clojure dialect and thus includes its code-as-data philosophy and powerful macro system. jank remains a functional-first language which builds upon Clojure's rich set of persistent, immutable data structures. When mutability is needed, jank offers a software transaction memory and reactive agent system to ensure clean and correct multi-threaded designs.