goodpaul6 / Tiny

A very small statically-typed embeddable scripting language.
MIT License
246 stars 16 forks source link

Safe any #9

Closed goodpaul6 closed 5 years ago

goodpaul6 commented 5 years ago

Automatically convert to any, but not back; requires explicit cast. Currently a no-op, but in the future casting could actually convert between types.

It also doesn't check for convertibility, but this will need to be done in the future once we have interfaces.