Post #1920497
2026-02-03 17:37 UTC
Finally, we have a proper journal paper about Spade 🎉!
It is a pretty complete description of the current state of the language, but I'm honestly more excited about the way we managed to argue for having a new HDL at Spade's abstraction level, roughly RTL but with zero cost abstractions on top
https://dl.acm.org/doi/10.1145/3793550
Replies (2)
-
@gob@mastodon.gamedev.place 2026-02-03 19:01
@thezoq2@mastodon.social congrats!
-
@wren6991@types.pl 2026-02-04 15:07
@thezoq2@mastodon.social Any plans for some kind of metaprogramming? I read through the docs a while back and I want to like it, but the lack of comptime mutable variables and for loops (or an equivalent functional construct) feels a bit limiting. For example how would I write a parameterised one-hot-to-binary in Spade?