• 0 Posts
  • 411 Comments
Joined 10 months ago
cake
Cake day: September 9th, 2023

help-circle
  • You’re right, of you have compete freedom, do that. If the place you want or need to go to is most comfortably reachable via rattlesnake road, bring boots.

    In other words, if you don’t think the wasm landscape is mature enough to build a web thing with it, you are stuck with JavaScript, but you don’t have to rawdog it. I haven’t run in a single weird thing like this in years of writing typescript with the help of its type system, ESLint and a formatter.

















  • I usually write “POSIXy shell” but I thought that was clear from context this time.

    The problem is that exit statuses !=0 aren’t treated as error by default (with a way to turn that off for individual expressions). Instead you have to set multiple settings and avoid certain constructs in bash/ZSH/…

    Everything that works like a modern programming language by default is fine of course