Making Object Variables
-
I have an idea for an object variable API/library, basically it just gives you quick access to using strings (text) as variable names and storing values, with the main advantage being it enables Object Oriented Programming directly in Creaticode, which itself is very useful to understand when switching to most programming languages. I’m making a post because I want to know if anybody else would want this, I switched to JavaScript a while ago so I don’t have any motive to make this for myself, but would love to make it if somebody else wants to use something like this.
If you want to know how the hell I plan to implement this I can explain my idea, the only issue that my implantation would have is I would need a more complex interpreter for reading to and from strings, but I wouldn’t store the data as strings if that gives a good hint.TLDR: I am pretty sure I know how to make a library project for enabling OOP (objects) in Creaticode, and want to know if anybody would use one since I’ve moved off Creaticode myself