Re: Consistency in common operators across various types.

2020-04-10 Thread Wesley Oliver
Hi, I have decided to put to gather a document, logically thinking about a scripting language holistically on how to achieve type free scripting language that is consistent and predictable regardless of the data option which is operating. In other words, a script problem is type invariant and

Consistency in common operators across various types.

2020-04-10 Thread Wesley Oliver
Hi, Just like to maybe challenge javascript here or any script language in that mater. The definition of comparing two variables with an operator such as <.<=,>,>= of the operators above definition changes depending on the left and right backing types. If both are strings then it does string