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 th开发者_JAVA
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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 b
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
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:
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 general purpose code in an
I\'m after creating a simple mini-language parser in Python, programming close to the problem domain and all that.
What 开发者_JAVA技巧are some defining characteristics of a Ruby DSL that separate it from just a regular API? When you use an API you instantiate objects and call methods in an imperative manner. On t
I\'m building a spreadsheet-like application, where a lot of small calculations n开发者_开发知识库eeds to be stitched together in a tree-structure. These calculations are user-defined and I need a way