S
S
Sergey2014-03-31 19:10:44
Programming languages
Sergey, 2014-03-31 19:10:44

Domain-Specific Languages ​​(DSLs): Has anyone already developed them for their own specific needs?

How many people realize that Domain Specific Language (DSL) can improve their productivity in development?
Someone already had experience in creating a DSL for their needs? Is the description of this DSL in the public domain?
Examples of commonly used DSLs: SQL, XML, HTML, CSS, etc.
In this question we are talking about self-made DSL.
PS For those who are not familiar with DSL: en.wikipedia.org/wiki/%D0%9F%D1%80%D0%B5%D0%B4%D0%...

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
afiskon, 2014-04-05
@afiskon

I do this daily. When you write functions/methods like get_all_user_ids or get_user_by_id - that's actually the DSL for your particular domain too. See also tynts .

D
Dmitry, 2016-03-25
@DimonSmart

I recommend looking at irony.codeplex.com
usage examples There are examples somewhere for internal search queries, descriptions of game scenes, etc. if I find it, I'll add it here...
An example of an internal DSL is in the presentation on slide 44

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question