mna / agora

a dynamically typed, garbage collected, embeddable programming language built with Go
https://github.com/mna/agora/wiki
BSD 3-Clause "New" or "Revised" License
324 stars 27 forks source link

Default Val implementation #7

Closed mna closed 10 years ago

mna commented 10 years ago

Provide a default implementation, so that values only need to "override" the operations hat are valid.

mna commented 10 years ago

Canceled, could not be used anyway for non-struct vals like bool, number and string.