I didn’t realise the Thunderbirds was a documentary
HN user
mattyw
Leaving this here: https://youtu.be/sPjhUaJJ22c?si=Qn2ecmu0panbA9mG
Disappointed to see Google Wave on here[1]
Google wave didn't fail, mankind failed to appreciate how amazing it was. This is a hill I'm prepared to die on
I think the reason Lisp self-asphyxiated is because people don't get it.
As programmer who has spent most time in Python/Java/C but has dabbled in a few lisp dialects but isn’t sure if I “get it”: how can I know if I “get it” or not?
Some great stuff in this repo thanks. I'm particularly interested in resources that build a type system up step by step, from very simple and working towards Hindley-Milner
I like implementing type systems
Could you expand on this? This is something I've just started reading about. I'd be interested in good resources to use to get started. At the moment I've just started reading TAPL.
It's not an official document unless it's officially written in the minutes by an official
forgive my ignorance, why is operator overloading particularly useful in scientific computing?
I find being told a story is a great way of learning a new code base. Often the architecture only makes sense given some historical context, and being told the story of this helps me understand why certain bits are where.