dsl
Groovy DSL: handling labels
I\'m implementing in Groovy a DSL for some existing file format. In this format we have a construct like[详细]
2023-01-14 08:35 分类:问答Which MongoDB DSL should I learn?
Im using MongoDB and Ruby. I have noticed there are different DSL:s. The Javascript DSL used with the MongoDB client (mongo):[详细]
2023-01-12 19:02 分类:问答javascript split string on multiple fields using regex
I\'m trying to build a handy dsl-ish query ability into my javascript. given: var query = \"lastName = \'smith\' and firstName = \'jack\' or city = \'vancouver\'\";[详细]
2023-01-12 14:56 分类:问答A small lisp like DSL that gets compiled into C/C++ code -- Antlr a good choice?
Creating a Lisp syntax like DSL - very small specific application - but very fast - code generation in C, Antlr a good choice?[详细]
2023-01-11 02:37 分类:问答Hierarchical state machine implementation in Erlang
I am planning a turn based game (a sort of board game), and the backend will probably be done in Erlang. The game logic part seems to be a fit for a hierarchical state machine, but I\'m not sure about[详细]
2023-01-08 03:34 分类:问答Scala DSL without extra syntax
I asked myself this question a couple of times and came up with a solution for that feels very dirty. Maybe you can give me any advice since I think this is a basic problem for every DSL written in Sc[详细]
2023-01-07 16:51 分类:问答Are annotations some sort of DSL in Java?
After a bunch of XML config files, I\'ve seen Java moving to Annotation based configurations. Are annotations playing the role of DSL here?[详细]
2023-01-07 16:27 分类:问答Interesting DSLs, Implemented in Scala? [closed]
开发者_StackOverflowAs it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will like[详细]
2023-01-06 08:48 分类:问答For what kind of problems DSL is the appropriate solution? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: When should I use a Domai开发者_JAVA技巧n Specific Language?[详细]
2023-01-01 20:27 分类:问答How are fluent API's different from other API's?
I have come across fluent API\'s while studying DSLs. I have searched a lot on fluent API\'s...the basic conclusion which I could draw was that fluent a API uses method chaining in order to make the c[详细]
2023-01-01 14:50 分类:问答