https://github.com/andyw8/closure-practice
Exercises from the book Functional Programming for the Object-Oriented Programmer (Brian Marick)
https://github.com/andyw8/closure-practice
Last synced: 4 months ago
JSON representation
Exercises from the book Functional Programming for the Object-Oriented Programmer (Brian Marick)
- Host: GitHub
- URL: https://github.com/andyw8/closure-practice
- Owner: andyw8
- Created: 2012-08-19T18:13:43.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-19T19:41:16.000Z (almost 13 years ago)
- Last Synced: 2025-01-05T19:12:45.281Z (5 months ago)
- Language: Clojure
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
closure-practice
================Exercises from the book Functional Programming for the Object-Oriented Programmer (Brian Marick)
Notes
=====REPL:
lein repl
Load "ex-1.clj":
lein repl
(load "ex-1")