7) If this is considered object oriented, then is there a way to get just the pointer to an object, such that you can create a clone with the same pointer, modifying one will also modify the other
8) Are strings, numbers, arrays considered object? Or is this object oriented feel only for 'MODULES'
9) Oh and is it case sensitive?
10) Would there be a way to obfuscate a file as it compiles?
1) Does it support recursion?
2) Does the variable scope still exist, and are variables deleted after the scope is gone
3) What can modules contain? Functions as well?
4) Is there a way to separate the essential Lowerdash files from the user created ones, and the compiled ones?
5) Do all strings and functions that return strings have to end in '$'?
6) Is this considered object oriented