Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created February 26, 2012 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegopacheco/1917614 to your computer and use it in GitHub Desktop.
Save diegopacheco/1917614 to your computer and use it in GitHub Desktop.
Functional Society - Contact Address Homework

This gist and a Functional Society Gist to talk about Contact Address Homework, so people can share links and help each other to get the homework right and make questions, get you question answered and so on and on...

Contact Address Homework

Contact Address Homework (Remember State and Side Effects are not desired):

  • We need the following features:
    • Add contacts(name, email and phone)
    • Remove contacts
    • Search contacts
    • List all contacts
@diegopacheco
Copy link
Author

Talking about Scala this is piece of cake. You just need be aware of the difference between Immutable and mutable maps.

@diegopacheco
Copy link
Author

Haskell TIP => Understand Monads or be extreme clever!

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