https://github.com/tpolecat/noob
Short talks and exercises for "noob hour" at PDXScala.
https://github.com/tpolecat/noob
Last synced: about 1 year ago
JSON representation
Short talks and exercises for "noob hour" at PDXScala.
- Host: GitHub
- URL: https://github.com/tpolecat/noob
- Owner: tpolecat
- Created: 2013-04-14T07:14:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-10T07:11:47.000Z (about 13 years ago)
- Last Synced: 2025-04-25T18:06:24.026Z (about 1 year ago)
- Language: Scala
- Size: 201 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
noob
-----
A set of 20-minute talks and exercises for **noob hour** at PDXScala. The goal is to have a set of fill-in exercises with predefined tests, so we can talk through the subject and everyone can fill in code as we go.
So far there are exercises and tests for:
* `fold/` - an introduction to folding over lists (no slides yet, but see http://dl.dropboxusercontent.com/u/7810909/media/doc/list-folds.pdf for inspiration.
* `constraints/` - using type constraints. Slides included.
Ideas:
* Variance
* Intro to Typeclasses
* For comprehensions
* String interpolation
* Extractors