https://github.com/mslinn/typeclassfun
My interpretation of the code examples from Seth Tisue's NE Scala 2012 presentation on the Typeclass Pattern
https://github.com/mslinn/typeclassfun
Last synced: 3 months ago
JSON representation
My interpretation of the code examples from Seth Tisue's NE Scala 2012 presentation on the Typeclass Pattern
- Host: GitHub
- URL: https://github.com/mslinn/typeclassfun
- Owner: mslinn
- Archived: true
- Created: 2013-06-17T19:51:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-17T19:52:14.000Z (almost 12 years ago)
- Last Synced: 2025-01-09T01:11:56.233Z (4 months ago)
- Language: Scala
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My interpretation of the code examples from Seth Tisue's [NE Scala 2012 presentation on the Typeclass Pattern](https://speakerdeck.com/marakana/ne-scala-2012-the-typeclass-pattern-an-alternative-to-inheritance).