Skip to content

Instantly share code, notes, and snippets.

@andreimaxim
Last active July 3, 2017 13:32
Show Gist options
  • Save andreimaxim/67cc8301f4958d86ea1e to your computer and use it in GitHub Desktop.
Save andreimaxim/67cc8301f4958d86ea1e to your computer and use it in GitHub Desktop.
require_relative './clojure-1.8.0.jar'
def clojure; Java::ClojureLang; end
i = clojure.PersistentHashMap.create(a: 'b')
puts i[:a] #=> 'b'
@aurelian
Copy link

get out of here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment