Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Conversion of Go Objects to Clojure Representation #16

Open
jcburley opened this issue Feb 2, 2019 · 1 comment
Open

Support Conversion of Go Objects to Clojure Representation #16

jcburley opened this issue Feb 2, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@jcburley
Copy link
Owner

jcburley commented Feb 2, 2019

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.

@jcburley jcburley added the enhancement New feature or request label Feb 2, 2019
@jcburley
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant