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
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Lisp-like

 Tags

  • general-purpose

Jank Programming Language News & Activities

Highlights All activities

Recent activities

Show all activities

Jank Programming Language information

  • Developed by

    US flagjank-lang
  • Licensing

    Open Source (MPL-2.0) and Free product.
  • Alternatives

    51 alternatives listed
  • Supported Languages

    • English

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?
Post comment/review

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.

Official Links