Skip to content
This repository was archived by the owner on Jun 13, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 495 Bytes

2013502.md

File metadata and controls

9 lines (6 loc) · 495 Bytes
title
Tiny DSLs

The Power of Tiny DSLs{.ui .large .label}

u/pimiddy writes:

I can relate to that. Working on my project, I nee ded to construct some tiny bash shell oneliners (think a -foo "bar" && b || c) and then pass them to process. I could've opted for simple string concatenation, but I decided to create a small DSL for "and", "or" , "command", "subshell" and so on. It worked beautifully!