Open DeSc1998 opened 5 days ago
The Spec can be added to the wiki pages.
One thing that found in the old spec are implicit type conversions.
I am personally not a fan of implicit conversions especially between completely different types like bool and string.
I would much prefer explicit conversion.
The "Specification" from the original project reads more like a documentation of the language, e.g. signature of a function and what it returns.
As such a new Specification is needed to specify the behavior in more detail and maybe remove some aspects that are not needed any more.