Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcaudate/talks
public talks
https://github.com/zcaudate/talks
Last synced: 25 days ago
JSON representation
public talks
- Host: GitHub
- URL: https://github.com/zcaudate/talks
- Owner: zcaudate
- Created: 2014-06-12T12:09:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-12T12:12:16.000Z (over 10 years ago)
- Last Synced: 2024-11-14T12:50:05.703Z (3 months ago)
- Language: Clojure
- Homepage:
- Size: 215 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mimicking abstract classes
Code for talk at http://www.meetup.com/clj-melb/
See the [ppt](https://github.com/zcaudate/mimicking-abstract-classes/blob/master/mimicking%20abstract%20classes.pptx) file for talk
- The abstract pattern for server is implemented in `src/server` and used in `test/server/example`
- Workbook example and exploration using [iroh](https://github.com/zcaudate/iroh) is in `test/workbook.clj`