@technomancy @dozens i honestly couldnt figure out ruby without tripping over myself several times. an example was like ... how the fuck do you get a length of an array in ruby, and then it clicked after struggling and realizing that everything is an object so i need to call a method from things, them my brain started to wander, wondering how many things store methods and how much extra memory and stuff is taken from having duplicate methods and stuff, and you can see where this is going lol