Pragmatic reasons why you can't (in all circumstances) just add floats to a language and simulate integers: https://news.ycombinator.com/item?id=8875324
Related Posts
@krinkle A surprising number of PL design workarounds are "just add another equals sign" 🙃
Playing with Claude and my new programming language has made me add features that it wants. I think they're reasonable.
`for method in methods` -- custom syntax error explaining that `method` is a reserved word
`echo 'println("hello world")' | garden` -- eval snippets from stdin
I'm never sure what to name my remotes in git. I tend to use 'mine' so I can add other forks later, but sometimes I use 'gh' or the traditional 'origin'.
What do others use?