• 0 Posts
  • 147 Comments
Joined 3 years ago
cake
Cake day: June 14th, 2023

help-circle


  • We all have different definitions of “fun.” C won’t surprise you when you try to add a string and an array; it’ll do exactly what you told it to do, which then translates to assembly code with a very predictable pattern.

    On a different note, bash scripting is well-defined and mostly consists of understanding that common tools can be chained together to provide useful output; combined with the very well-defined string operations, I’ve found that bash scripts can address over 99% of cases people try to throw sed and awk at. It’s almost surprisingly powerful.

    JavaScript is just a hot fucking mess.