Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created February 26, 2012 16:42
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/1917536 to your computer and use it in GitHub Desktop.
Save diegopacheco/1917536 to your computer and use it in GitHub Desktop.
Functional Society - Bank Homework

This gist and a Functional Society Gist to talk about Bank 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...

Bank Homework

We need code a simple bank management system in Scala and Haskell:
Simple account management operations like: (Remember State and Side Effects are not desired)

Operations

  • deposit
  • withdrawal
  • transfer
  • check balance
@diegopacheco
Copy link
Author

Scala TIP: BigDecimal.apply(value)

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