Tagged Questions

0
votes
0answers
4 views

DSL Toolkit: How can I get correct elements written in this scenario?

Info: C# , VS2010 Beta 2 , DSL ToolKit Beta 2 I am trying to create the following generated XML in my DSL Diagram when used <Method> ... <FilterDescriptors> …
2
votes
2answers
72 views

Writing my first DSL in C# and getting hung up on func<T> & Action

I'm taking a crack at writing my first DSL for a simple tool at work. I'm using the builder pattern to setup the complex parent object but am running into brick walls for building out the child …
-1
votes
1answer
51 views

Compact Class DSL in python

I want to have compact class based python DSLs in the following form: class MyClass(Static): z = 3 def _init_(cls, x=0): cls._x = x def set_x(cls, x): cls._x = x def …
3
votes
4answers
90 views

What features would you like to see in a game programming DSL?

Me and my friend are in the first stages of creating a domain-specific language designed for game programming, for his thesis paper. The language will be fairly low-level, it will have a C-like …
2
votes
4answers
93 views

Domain Language: What is the best way to express?

One of my client sent me a requirement document and while reading that document there was a flash came in my mind. I started rewriting that big document similar like below. Do you think, an automated …
4
votes
3answers
102 views

How do I build a domain-specific query language?

I have a biology database that I would like to query. There is also a given terminology bank I have access to that has formalizable predicates. I would like to build a query language for this DB using …
1
vote
1answer
22 views

Stop and continue while evaluation an expression tree

At the office, we've applied simple Domain Specific Languages (DSLs) to several problem domains we encountered. Basically, we parse (lex/yacc) the custom script into an expression tree. Every node …
5
votes
4answers
125 views

Does anyone know of a good reference for DSL design?

I've been looking into designing some Domain Specific Languages which I will probably implement in Clojure, but I really don't have any idea of what's involved. The languages I have in mind are …
1
vote
1answer
48 views

language to create flowcharts

Hi, This seems like something which must have been answered before, but I can't find anything appropriate in the question archives. Basically, I'm looking for a little Domain Specific Language to …
0
votes
1answer
13 views

Literal structure for time datatype

I'm working on a DSL that should support a time literal and am interested in two different things: What language(s) or DSL(s) support a time literal? How is the literal structured? I'm leaning …
0
votes
0answers
17 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 for the …
3
votes
6answers
156 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 has advanced as …
0
votes
1answer
16 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 not sure why it is not …
1
vote
2answers
66 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 a simplified names …
0
votes
0answers
54 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 wireless router to …

1 2 3 4 5 9 next
15 30 50 per page