PinnedManuel Meyer·May 11, 2025Colibri and Clean Architecture — Declarative Coding in SwiftIn two previous articles I introduced Colibri, a declarative language hiding in Swift’s type system and showed how to use it with BDD. Now…
PinnedManuel Meyer·May 8, 2025Behaviour Driven Developing with Colibri — a Swift Type LanguageFew days ago I presented Colibri, a declarative language inside Swift’s type system. To keep that article short I did not include a crucial…
PinnedManuel Meyer·May 2, 2025Colibri: The Fully Declarative And Turing-Complete Language Lurking Inside Swift’s Type SystemA response icon1A response icon1
PinnedInBetter ProgrammingbyManuel Meyer·Oct 3, 2024Agile Architecture in SwiftA response icon2A response icon2
PinnedInCodeXbyManuel Meyer·Oct 5, 2021Declarative Diplomacy in SwiftI want to introduce a fabulous game. It rquires strategic thinking, courage, psychology, negotiation skills — and the occasional…
InCodeXbyManuel Meyer·Apr 26, 2025Is This Programming Paradigm New?preface: to define what a programming paradigm is in context of this post, I will use the definition used in wikipedia:A response icon2A response icon2
InCodeXbyManuel Meyer·Sep 28, 2024A New Coding Paradigm: Declarative Domain ProgrammingEdit May 2025: Since I wrote this article I have been made aware thet there is a programming paradigm called Language Oriented Programming…A response icon5A response icon5
InCodeXbyManuel Meyer·Jun 16, 2024The Declarative Domain Paradigm in SwiftIn this article I want to demonstrate how we can use Swift’s type system to code in a declarative fashion. As we will use Domain Specific…
InDev GeniusbyManuel Meyer·May 16, 2024Domain Declarative Coding in SwiftIn this post I want to introduce you to Domain Declarative Coding in Swift.
Manuel Meyer·May 12, 2024Coding Kata: FizzBuzz in Declarative Swifthttps://gitlab.com/vikingosegundo/declarativefizzbuzz