This week’s post is “Creating DSL in Swift”. We will talk about developing type-safe DSL for UIKit which helps to build your UI hierarchy in a simple and visual way. #iosdev #swift #swiftcode #swiftlang #swiftdev
https://mecid.github.io/2019/01/30/creating-dsl-in-swift/
Creating DSL in Swift

This week we will talk about creating DSL in Swift. Let’s start with the understanding of DSL acronym. Domain Specific Language is a language hosted by parent language to solve any specific area. An excellent example of DSL can be HTML which is DSL for creating web page markup.