3
votes
6answers
143 views
looking for scientific evidence of the benefits of using a DSL
Greg Wilson's talk "bits of evidence" ( http://www.slideshare.net/gvwilson/bits-of-evidence-2338367 ) discusses the lack of evidence behind the following claims that Martin Fowler …
5
votes
5answers
374 views
Looking for good server-side language that will allow players to upload code that can be executed
I had an idea of a program I want to write, but which language would be best is my problem.
If I have a car racing game and I want to allow users to submit code for new interactiv …
2
votes
2answers
56 views
Ubiquitous language - term for developers and users
Our project's team members are a big fans of Ubiquitous Language concept from the Domain-Driven Design Community.
And here is the problem we've found:
Non-techy users like to use …
3
votes
6answers
188 views
What separates a Ruby DSL from an ordinary API
What are some defining characteristics of a Ruby DSL that separate it from just a regular API?
1
vote
7answers
81 views
Embedded scripting engine for DSL
I'm working on a project which needs an embedded DSL to fullfill its expected requirements.
The DSL would be user defined event based. Here goes a mockup of the desired syntax:
u …
1
vote
1answer
67 views
Making things available only inside Ruby blocks
Is there any way to make methods and functions only available inside blocks? What I'm trying to do:
some_block do
available_only_in_block
is_this_here?
okay_cool
end
…
0
votes
0answers
46 views
linksys router network challenge [closed]
I am connected to a DSL connection that if connected directly to my computer I get the IP address of 192.169.1.47 w/ a gateway of 192.168.1.1. I would like to connect my Linksys w …
0
votes
0answers
15 views
DSL: How do you remove a CompartmentListItem from the context menu
In my DSL I have four DomainClasses that inherit from an abstract base DomainClass. These DomainClasses can all be items in another DomainClass's CompartmentList. My context menu f …
3
votes
1answer
113 views
Base a small expression DSL on the DLR or keep it hand-rolled in F#?
I'm building a spreadsheet-like application, where a lot of small calculations needs to be stitched together in a tree-structure. These calculations are user-defined and I need a w …
0
votes
0answers
12 views
DSL Beta 2 - Connector Moniker - Why is it not in the diagram file?
I am creating a DSL, I want to associate two Entities with a connector but I do not want the EntityMoniker to be in the underlying XML, I need it to be in the Diagram File. I am no …
1
vote
1answer
28 views
DSLs vs. Plain Old Libraries
I've been thinking lately about the question of DSLs vs. libraries. In my field, the problem with DSLs (R, SAS and Matlab come to mind) is that they're a PITA to write more genera …
0
votes
7answers
152 views
How to define a DSL over C#
For a little night project I would like to write a validation component that could be used in .NET application to do the usual and tedious validation of object, input parameters an …
10
votes
11answers
360 views
For what kind of problems do you write a DSL?
I'm just curious about Domain-Specific Languages. I have seen them several times in articles, and it seems that they can be used outside assurance or bank data definition problems. …
0
votes
2answers
49 views
DSL Custom Constructor - only calling when created not loading
Info: VS2010, DSL Toolkit, C#
I have a custom constructor on one of my domain classes which adds some child elements. I have an issue as I only want this to run when the domain cl …
0
votes
1answer
73 views
Guice-style service locator
Has anybody ever seen/attempted to write a service locator pattern which uses a Guice style configuration system?
Currently I have a GWT project (which happens to use GWT-RPC) tha …
