Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danluu/ninety-nine-scala-problems
Solutions and tests for Phil Gold's S-99: Ninety-Nine Scala Problems
https://github.com/danluu/ninety-nine-scala-problems
Last synced: 7 days ago
JSON representation
Solutions and tests for Phil Gold's S-99: Ninety-Nine Scala Problems
- Host: GitHub
- URL: https://github.com/danluu/ninety-nine-scala-problems
- Owner: danluu
- Created: 2012-11-06T23:15:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-24T20:16:37.000Z (over 11 years ago)
- Last Synced: 2024-04-09T22:45:14.094Z (7 months ago)
- Language: Scala
- Homepage: http://aperiodic.net/phil/scala/s-99/
- Size: 251 KB
- Stars: 14
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Solutions and tests for Werner Hett's 99 problems in Scala (http://aperiodic.net/phil/scala/s-99/). The tests are slightly more comprehensive than the other tests I've seen the same problems on github, but they're still very weak.
I'm not sure I'll finish these. I was hoping they'd be a challenge, after doing Odersky's Functional Programming in Scala class, but they seem to be pretty straightforward so far (up to problem 58).