Rip is a modern language inspired by CoffeeScript. It compiles to ES2022 (classes, ?., ??, modules), adds about a dozen new operators, includes built-in reactivity, and sports a self-hosting compiler with zero dependencies — all in about 11,000 lines of code. data = fetchUsers! # Dammit operator (call + await) user = User.new name: "Alice" # Ruby-style constructor squares = (x * x for ...