Tag

plt

pandita 1 min read

Attribute Initialisation

Previously, there were quite a few limitations on the expressions that could be used to initialise an attribute in an object. None of these limitations were mentioned in the overview...

Read Article
pandita 2 min read

English-like Syntax

Indu uses an English-like syntax with very little use of symbols, unlike many other programming languages. This is intentional, but also quite controversial amongst professional programmers. I believe that using...

Read Article
pandita 1 min read

Growing a language?

Programming languages, like real languages, are big, sprawling things. You can’t expect to design a big, sprawling thing right. Instead, a language will adapt as it’s used; new features will...

Read Article