Hacker News new | ask | show | jobs
by ashton314 684 days ago
Best-in-class macros! Rhombus makes metaprogramming safe and fun.

Rhombus uses RRB trees for its native list structure: immutable data type with O(log32(n)) random access and functional update. Really amazing data structure.

Also, the Rhombus compiler isn’t the quickest right now (still in development) but once compiled, it’s generally much faster than Python. (Though that’s not hard.)