Skip to content

A fizzbuzz that's functional to the point of being ridiculous, also a small project to mess around with to learn github.

Notifications You must be signed in to change notification settings

rrcook/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# fizzbuzz

A clojure fizzbuzz that puts the "fun" in functional. I wouldn't write it
this way for anything resembling production, it won't scale well much past
the hundreds, and I imagine the performance is bad, but it does do some
fun things like composing functions, using sets as predicate functions,
and taking advantage of clojure's dynamicness by sending a string into a set
full of numbers for a membership test.

## Usage

It's used to get past the first part of interviews.

## Installation

It's a Leiningen project. Just do 'lein swank' or whatever it is you use.

## License

Copyright (C) 2011 Ralph Richard Cook

Distributed under the Eclipse Public License, the same as Clojure.

About

A fizzbuzz that's functional to the point of being ridiculous, also a small project to mess around with to learn github.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published