dsl
Understanding method_added for class methods
I would like to do some magic in the moment instance and class methods are added to some class. Therefore I tried the following:[详细]
2023-02-06 22:50 分类:问答Which language (that runs on JVM) is best suited for creating a DSL?
We have a requirement to开发者_开发百科 create complex fixed length and variable length Strings. These strings might represent a customer profile, an order etc. Which JVM based programming language do[详细]
2023-02-06 14:24 分类:问答Domain specific languages for automated testing, good idea?
in most places I worked at, automated testing of C++/Obj-C components has been done using simplistic domain specific languages implemented directly in the component.[详细]
2023-02-05 19:51 分类:问答Using procs with Ruby's DSLs
For user convenience and more clean code I would like to write a class that can be used like this: Encoder::Theora.encode do[详细]
2023-02-05 17:32 分类:问答DSL for holding resources
Can anyone help me build a DSL for holding resources? I want to use it similar to Java\'s synchronized, so that if a resource (java: an object monitor) is already acquired it won\'t get acquired again[详细]
2023-02-05 02:26 分类:问答Can I define custom operator overloads in Javascript? [duplicate]
This question already has answers here: Javascript: operator overloading (9 answers) Overloading Arithmetic Operators in JavaScript?[详细]
2023-02-05 01:35 分类:问答Interpreting custom language
I need to develop an application that will read and understand text file in which I\'ll find a custom language that describe a list of operations (ie cooking recipe). This language has not been define[详细]
2023-02-03 06:12 分类:问答Experiences with DSL (Tools) in .NET
I am looking for a good DSL Tool / Framework that meets the following criteria: Can be used with / from C#[详细]
2023-02-01 23:23 分类:问答Flexible English date phrase library for Python?
I\'m looking for a function that can convert an English date phrase 开发者_如何转开发to some kind of Python date object representing the appropriate date.[详细]
2023-01-31 02:01 分类:问答Good tutorials to understand Domain Specific Languages (DSLs) from the scratch , to start a survey thesis [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-30 09:57 分类:问答