Skip to content

Instantly share code, notes, and snippets.

@zdne
Created March 5, 2016 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdne/a88bf2042b2ba1bf21ad to your computer and use it in GitHub Desktop.
Save zdne/a88bf2042b2ba1bf21ad to your computer and use it in GitHub Desktop.
# Fizz Buzz Solving API Blueprint
## Data Structures
## Main (array)
This only does 1 through 15.
### Members
- !map
- (array)
- !fn - *FYI* this is a function definition :)
- (array)
- x
- (array)
- !cond
- (array)
- !zero?
- (array)
- !mod
- ~x
- 15 (number)
- FizzBuzz
- (array)
- !zero?
- (array)
- !mod
- ~x
And since this is still MSON I can have here any
[Markdown](https://daringfireball.net/projects/markdown/) description.
- 5 (number)
- Buzz
- (array)
- !zero?
- (array)
- !mod
- ~x
- 3 (number)
- Fizz
- :else
- ~x
- (array)
- !range
- 1 (number)
- 16 (number)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment