hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

8.9K
active users

Paul Biggar

What I'm building for @darklang December 2022

🧵

A user asked about short-circuiting operators (`||` and `&&`) so I'm spiking them now.

Initial plan:
- add EOr and EAnd
- make client generate them instead of functions
- translate existing EBinOp "||" into Bool::or
- add refactoring command to change AST
- add docs to explain