by xiaodai on 12/21/24, 7:05 AM with 3 comments
by dang on 12/21/24, 8:54 PM
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 fulafel on 12/21/24, 7:21 PM
"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 BoingBoomTschak on 12/21/24, 8:55 AM
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.