Does this language feature already exist?
- by Pindatjuh
I'm currently developing a new language for programming in a continuous environment (compare it to electrical engineering), and I've got some ideas on a certain language construction.
Let me explain the feature by explanation and then by definition:
x = a U b;
Where x is a variable and a and b are other variables (or static values). This works…