https://github.com/not-raspberry/collections-examples
Code for a talk about the Clojure programming language and its persistent collections.
https://github.com/not-raspberry/collections-examples
Last synced: about 1 year ago
JSON representation
Code for a talk about the Clojure programming language and its persistent collections.
- Host: GitHub
- URL: https://github.com/not-raspberry/collections-examples
- Owner: not-raspberry
- License: epl-1.0
- Created: 2016-06-02T12:23:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-07T21:45:19.000Z (about 10 years ago)
- Last Synced: 2025-01-29T06:50:03.517Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# collections-examples
Demo for an introduction to the Clojure programming language and its
collections.
Evaluate the snippets from ``src/collections_examples/core.clj`` either by
copy-pasting them to the REPL or using your editor (Emacs + CIDER, Vim + Fireplace,
LightTable, etc.).
## License
Copyright © 2016 Michał Pawłowski (https://github.com/not-raspberry)
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.