Brian Kirkbride http://photos3.meetupstatic.com/photos/member/2/f/5/a/member_32232122.jpeg
Member

Chicago Amazon Web Services Group http://photos4.meetupstatic.com/photos/event/8/7/e/4/global_22534788.jpeg 20090827
Chicago, IL 60654

Location:

Chicago, ILUSA 60606

Member since:

December 6, 2011

Introduction

No introduction yet

Sign in to post a Greeting.

  • Thanks for your help with the defn/fn concept issue. I forgot that functions can be assigned to symbols and calls to that symbol. I pulled the original the book 'Programming Clojure':
    (defn make-greeter [greeting-prefix] (fn [name] (str greeting-prefix ", " name)))
    (def hello-greeting (make-greeter "Hello"))
    (def aloha-greeting (make-greeter "Aloha"))

    (hello-greeting "world")
    (aloha-greeting "world")

    Dec 02, 2011 1:04 AM

Model Metrics

They help organize the group and provide food and drinks

Illinois Technology Association

They give us a place to meet

Amazon Web Services Training

Click here if interested in AWS Training.

People in this
Meetup are also in:

Log in

Not registered with us yet?

Sign up

Meetup members, Log in

or
By clicking the "Sign up using Facebook" or "Sign up" buttons above, you agree to Meetup's Terms of Service