Evaluate form data structure and returns the result


/ Published in: Clojure
Save to your folder(s)



Copy this code and paste it in your HTML
  1. (eval (list + 1 2 3))
  2. ; -> 6

URL: http://megasnippets.com/source-codes/clojure/evaluates_form_data_structure_returns_result

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.