Comment on Does this compiler exist?

<- View Parent
stifle867@programming.dev ⁨11⁩ ⁨months⁩ ago

I’m starting to understand what you’re saying. It wouldn’t be a universal programming language because even those things you list are not universal.

So now I am imagining a system very roughly where you could say (for example):

language.add(Variables)
language.add(Functions)
language.add(Loops)
language.add(Strings)
language.add(BracketScope)
language.add(Regex)
language.add(ActorConcurrency)

Is that more along the lines of what you are envisioning?

source
Sort:hotnewtop