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 autotranslation for clojure #7653

Closed
scottdraves opened this issue Jul 4, 2018 · 1 comment
Closed

support autotranslation for clojure #7653

scottdraves opened this issue Jul 4, 2018 · 1 comment
Assignees

Comments

@scottdraves
Copy link
Contributor

scottdraves commented Jul 4, 2018

%%clojure
(beakerx :set "foo" 1)

should work. similarly, if you do this in JS:

beakerx.person = [{firstName:"John", lastName:"Doe", age:26}, {firstName:"Amanda", lastName:"Smith", age:33}]

then this should work:

%%clojure
(((beakerx :get "person") 1) "firstName")
LeeTZ pushed a commit that referenced this issue Jul 11, 2018
* #7653: support autotranslation for clojure

* #7653: move serializers to package
@LeeTZ LeeTZ closed this as completed Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants