×
  • Sign In
  • Sign In



    Or sign in with one of these services

  • Sign Up
Jump to content
Sign in to follow this  
tree

Hello i'm tree and i

Recommended Posts

..

Clojure Docs:

Usage: (.. x form)

(.. x form & more)

Form => fieldName-symbol or (instanceMethodName-symbol args*) Expands into a member access (.) of the first member on the first argument, followed by the next member on the result, etc. For instance: (.. System (getProperties) (get "os.name")) expands to: (. (. System (getProperties)) (get "os.name")) but is easier to write, read, and understand. →

Share this post


Link to post
Share on other sites
Sign in to follow this