Skip Navigation

The search for easier safe systems programming (blog post + language)

For the last year and a half, I and my recently-added collaborator Jane Losare-Lusby have been working in secret on a safe systems language that could be learned about as quickly as one can learn Go. I think we might have something worth exploring.

June (programming language) GitHub

3
Hacker News @lemmy.smeargle.fans bot @lemmy.smeargle.fans
BOT
The search for easier safe systems programming
3 comments
  • Easy as Go, with Rust's runtime, would be a dream.

  • This seems to address the criticisms people have with using rust for prototyping. Simplifying the mental model of lifetimes and ownership, incorporating what amounts to a manually called garbage collector, and making the level of compiler enforced strictness flexible for different phases of development all sounds promising. I look forward to what this project develops into and what use of the language reveals about software development.

  • It's kinda like arenas in C