Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 731 Bytes

File metadata and controls

22 lines (16 loc) · 731 Bytes

Domain Specific Languages (DSL)

  • [sql]

  • [regex]

  • [prql]

  • [shaders]

  • DSLs are a waste of time

    • You just need to relearn the tool over years.
    • Solution: Can we use general purpose languages with frameworks for doing the same things?
      • pulumi.com Open Source Infrastructure as Code: Build infrastructure intuitively on any cloud using familiar languages.
  • Company as Code

    • (I remember GitLab had there whole company in version control)