Jank: Programming Language

by xiaodaion 12/21/2024, 7:05 AMwith 3 comments

by dangon 12/21/2024, 8:54 PM

Recent and related:

Jank is now running on LLVM IR - https://news.ycombinator.com/item?id=42276672 - Nov 2024 (16 comments)

Jank development update – Moving to LLVM IR - https://news.ycombinator.com/item?id=41845669 - Oct 2024 (49 comments)

by fulafelon 12/21/2024, 7:21 PM

The game development connection seems very interesting:

"Not only does it provide seamless interop with the existing C++ engine/game code, but the REPL-driven workflows it supports will allow you to spin up your game once and then send code to it, get data back, and continue iterating on the code and data shapes without ever restarting your game."

by BoingBoomTschakon 12/21/2024, 8:55 AM

Kinda replying to https://lobste.rs/s/5gnorf/jank_programming_language#c_e05lv...

If Jank decides to tackle the poor type story of Clojure, the thing that'd be awesome is to get something like SBCL's deftransform: a way for the compiler to pass inferred type info of forms to macros.