Guest User

Untitled

a guest
Aug 16th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [511,0] familiar [master]$ jirb -r familiar -I lib
  2. irb(main):001:0> x = [[1, 2, 3], {"hi" => "bye", :foo => [4, 5, 6]}].to_clojure
  3. => [[1 2 3] {"hi" "bye", :foo [4 5 6]}]
  4. irb(main):002:0> y = [[1, 2, 3], {"hi" => "bye", :foo => [4, 5, 6]}].to_clojure
  5. => [[1 2 3] {"hi" "bye", :foo [4 5 6]}]
  6. irb(main):003:0> x == y
  7. => nil
  8. irb(main):004:0> x.equals y
  9. => true
Add Comment
Please, Sign In to add comment