Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rewinfrey/clojure-homework
Repository to hold 8th Light Clojure 101 homework assignments
https://github.com/rewinfrey/clojure-homework
Last synced: about 1 month ago
JSON representation
Repository to hold 8th Light Clojure 101 homework assignments
- Host: GitHub
- URL: https://github.com/rewinfrey/clojure-homework
- Owner: rewinfrey
- Created: 2014-01-10T18:36:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-11T19:27:22.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T14:00:34.387Z (7 months ago)
- Language: Clojure
- Size: 30.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clojure Homework
### About
This repository contains a collection of homework assignments for 8th Light's Clojure 101 class.### Assignments
1. ["Clojure Koans"](https://github.com/functional-koans/clojure-koans)
2. Guessing Game
3. Macro "if-nonempty-let"### Usage
Each directory represents one of the homework assignments. View the `src` directory to see the implementation. Run the specs in the `spec` directory to ensure the homework is satisfactory.```
$ cd
$ lein spec
```For homework assignments like the `guessing_game`, a separate `README` is included explaining usage.
### License
Copyright 2014 Rick WinfreyLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.