@amszmidt @pancake @korreckj328 I wonder if we’ll get to see the day when syntax qua syntax could be treated in the same manner as coding style (spaces vs. tabs, camelCase vs. snake_case vs. kebab-case vs. …), allowing for multiple “views” (in the database sense) of the same code for different choices of syntax, when each developer can locally use their preferred syntax and coding style and seamlessly collaborate with each other.. Is this too fantastical? We can already see a pattern of convergence towards certain features in the “most popular” programming languages: destructuring assignment, pattern matching, Option and Result types and so on.. it should be possible, right?