I fully acknowledge that Plan9 had a cool vision, maybe a superior one to the world we’ve got. But is it practical as an operating system for day to day use, particularly when working with other people using conventional Linux/Mac/Windows?
Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
11–20 of 98 posts
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#12I fully acknowledge that Plan9 had a cool vision, maybe a superior one to the world we’ve got. But is it practical as an operating system for day to day use, particularly when working with other people using conventional Linux/Mac/Windows?
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#13I fully acknowledge that Plan9 had a cool vision, maybe a superior one to the world we’ve got. But is it practical as an operating system for day to day use, particularly when working with other people using conventional Linux/Mac/Windows?
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#14[flagged]
So not having to think about memory management in a browser pet project is surely the best choice when it comes to a relatively ambitious project as this.
Also of note, Limbo (the language the successor was written is) is also garbage collected, so it's not like it's against the spirit of plan 9. The predecessor language, Alef, supposedly was abandoned in part because it didn't have GC.
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#15[flagged]
What's the problem with GC? Between C and Go (and maybe Scheme) there's not much choice of languages on plan 9 today. So not having to think about memory management in a browser pet project is surely the best choice when it comes to a relatively ambitious project as this. Also of note, Limbo (the language the successor was written is) is also garbage collected, so it's not like it's against the spirit of plan 9. The…
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#16At this point in market concentration, any sufficiently brave or delusional soul that ventures into even the most rudimentary web browser development is a hero to me !
https://awesomekling.github.io/Ladybird-a-new-cross-platform...
https://linus.dev/posts/ladybird-browser-year-in-review-2022...
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#17I fully acknowledge that Plan9 had a cool vision, maybe a superior one to the world we’ve got. But is it practical as an operating system for day to day use, particularly when working with other people using conventional Linux/Mac/Windows?
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#18[flagged]
Alef for Plan 9 was going to be GC based, and even though it went in another way, Inferno and Limbo clearly fix that error.