Hacker News new | ask | show | jobs
by bentheklutz 1219 days ago
“No mention of package management though. Didn’t cover data oriented programming much.”

Mr. Blow has a whole host of videos about the language and tooling on his youtube page. Many of them are multiple hours in length. The SOA/AOS ones discuss the data oriented aspect a bit and there is a video titled I think “Libraries Discussion” or something similar on the topic of package management. As i understand it: no centralised package repository, and dependencies are expected to be vendored and built with the rest of one’s project.

Edit to Add: The further back one goes in the youtube channel, the less the talk addresses the language as it currently exists vs how it existed then (as time has a tendency to do).