Georges Boumis 79e459ed41 add README
2020-02-19 11:44:44 +01:00
2020-02-19 11:36:10 +01:00
2020-02-19 11:36:10 +01:00
2020-02-19 11:44:44 +01:00

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.
Description
FizzBuzz in Swift by Embedding a Domain-Specific Language
Readme MIT 30 KiB
Languages
Swift 100%