You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im just curious as to why you chose not to store all variables, their types and their values into a structure or class in order to make them auto garbage collected and have the ability to re assign them similar to how Python, Camel, Perl, SmallTalk and Php all do? It would not be that difficult to add this mechanism into your program here. It would greatly enhance your language and make variables extremely easy to work with. And likewise you would have a way to store variable data to. Just an idea.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Im just curious as to why you chose not to store all variables, their types and their values into a structure or class in order to make them auto garbage collected and have the ability to re assign them similar to how Python, Camel, Perl, SmallTalk and Php all do? It would not be that difficult to add this mechanism into your program here. It would greatly enhance your language and make variables extremely easy to work with. And likewise you would have a way to store variable data to. Just an idea.
Beta Was this translation helpful? Give feedback.
All reactions