• 1 Post
  • 183 Comments
Joined 2 years ago
cake
Cake day: July 21st, 2023

help-circle






  • Ok maybe off topic, why does a web browser have to be one of the most complicated software artifacts on earth? So expensive to write and maintain that only a few orgs with huge developer resources can do it?

    What would it look like to start from scratch with a massively simplified standard for specifying UIs, based on all we’ve learned since html/css was invented? A standard that a few developers could implement in a few weeks using off the shelf libraries. Rather than reimplement every bizarre historical detail in html/css, have a new UI layout system that’s simple and consistent, and perhaps more powerful.














  • I think there’s room for a rust-lite language that is GCed. Something with a functional-style type system and that compiles to machine code.

    Roc is a candidate for this language. Basically Elm that compiles to machine code, but with a number of tweaks to make it work for more than just a web front end. Like Elm, the type system is haskell like, but simplified.