ox-lang / ox

Ox - An immutable statically typed Lisp for the JVM
https://ox-lang.org
66 stars 3 forks source link

Design, implement IBinding #17

Closed arrdem closed 7 years ago

arrdem commented 8 years ago

What can we do with a binding? Seems like you can take its value, its name, and its metadata if it has any.

Implement ox.lang.environment.IBinding