this post was submitted on 04 Sep 2023
22 points (92.3% liked)

DevOps

1573 readers
2 users here now

DevOps integrates and automates the work of software development (Dev) and IT operations (Ops) as a means for improving and shortening the systems development life cycle.

Rules:

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

TLDR: terraform bad, pulumi good

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago (1 children)
[–] [email protected] 0 points 10 months ago (1 children)

I would say it's a library available for several languages

[–] [email protected] 1 points 10 months ago (1 children)

Lua fall into that category too. It can be embedded to allow writing plugins or extensions.

[–] [email protected] 1 points 10 months ago (1 children)
[–] [email protected] 1 points 10 months ago (1 children)

LUA is a programming language. Being embeddable doesn't stop something from being a DSL. It's not an attribute that should factor in the distinction between DSL and general purpose programming language.

[–] [email protected] 1 points 10 months ago

Ok i think i get the point. A "generic programming language" could be used as a "domain specific language" in some context. Is that what you mean?