Settings

Theme

The Jank: Programming Language

compiler-research.org

6 points by xiaodai a year ago · 4 comments

Reader

dang a year ago

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)

fulafel a year ago

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."

BoingBoomTschak a year ago

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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection