/fizzbuzz

FizzBuzz in Swift by Embedding a Domain-Specific Language

Primary LanguageSwiftMIT LicenseMIT

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:

  1. A sturcture/class based one.
  2. A functional with typealias goodness.
  3. And finally a totally inlined one.