Questions tagged [dsel]
4 questions
10
votes
3 answers
Lisp/Scheme DSEL in C++
I came across the following post on the boost mailing lists (emphasis mine):
hello all,
does anybody know of an existing spirit/lisp implimentation, and is there
any interest in developing such a project in open source?
None yet, AFAIK.
I'll…

HighCommander4
- 50,428
- 24
- 122
- 194
7
votes
6 answers
C++ domain specific embedded language operators
In numerical oriented languages (Matlab, Fortran) range operator and semantics is very handy when working with multidimensional data.
For example:
A(i:j,k,:n) // represents two-dimensional slice B(i:j,0:n) of A at index k
unfortunately C++ does…

Anycorn
- 50,217
- 42
- 167
- 261
3
votes
2 answers
Interesting examples of Domain Specific Languages
I'm considering doing something with Domain Specific Languages for my undergraduate project. My one problem is I can't really find any interesting examples that I can root around in. Does anyone have any good examples of DSELs (preferably open…

seadowg
- 4,215
- 6
- 35
- 43
3
votes
3 answers
Ruby DSL experiences?
I don't know anything in Ruby, but i'm pretty interested in DSLs. And DSL seems to be a buzz word for you community.
Do you actually implement DSLs in Ruby for your own purposes ? If so, how complex and how dedicated are they ?
i've seen this…

LB40
- 12,041
- 17
- 72
- 107