poodr has me thinking about how I wanna (someday) do objects in sie7e basic - I’m pretty sure I want js-like prototypes, object literals, no classes/constructors and ruby-ish “object variables” over property assignment
@jfhbrook This is pretty much how I at one point implemented Nix (lexical) scope inheritance in my Nix-to-JS compiler, but iirc there was some cursed Nix-specific nonsense that made it not work in 100% of cases