jcburley / joker

Small Clojure interpreter and linter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Conversion of Go Objects to Clojure Representation

jcburley opened this issue · comments

Unsure of the proper name for it, but let's say (go-convert g) would, given (type g) => GoObject[...], return a canonical Clojure representation, such as an Int, Number, vector, map, etc.

vec, nth, get, count, and similar functions now work on GoObjects wrapping appropriate types (such as []string and []byte).