mirror of
https://github.com/averello/fizzbuzz.git
synced 2026-03-03 18:28:06 +01:00
358 B
358 B
FizzBuzz in Swift by Embedding a Domain-Specific Language
A try to implement the proposed Skip-Halt-Print DSL described in this paper source.
There are three implementations:
- A sturcture/class based one.
- A functional with typealias goodness.
- And finally a totally inlined one.