Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Winfrey

Licensed 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 at

http://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.