Tag archives for dsl
[HOT] Rebol SQL/LINQ-like Text Database Engine: Blaze through millions of rows a second!
More and more people prefer textual open-format storage that's why Microsoft Office has turned to XML. But for simple structure, XML is too much verbose and cannot be easily queried by end-user that's why RebDB by Dobeash Software presented here may be a perfect solution (for simpler textual database usage ...more»
How to create an XML Document with the Easy ML Domain Specific Language (Youtube Video at the end)
Carl Sassenrath (Rebol) and Douglas Crockford (Json) don't like XML because it's too verbose. Still XML is now a standard and not being able to parse and create XML documents would be very annoying. Rebol has an internal build-tag function but it is far from enough to easily cope with ...more»
18 Jul by admin in All, C#, Code Generation, Domain Specific Language, Expert, Java, OOP, Parsing, Professional Programming
Create your own DSL for Java or C# (part 4): adding a Semantic Layer
According to Martin Fowler:
In the context of a DSL, a semantic model is an in-memory representation, usually an object model, of the same subject that the DSL describes. The Semantic Model increases the flexibility in parsing and also in execution. You can execute the Semantic Model directly or you can ...more»
Tags: C#, Code Generation, dsl, Java, Martin Fowler, Model, OOP, Parsing
[Hot!] Create your own Domain Specific Language [DSL] in 15 minutes [part 1]
What is a Domain Specific Language (DSL) ? According to Wikipedia:
A domain-specific language (DSL) is a programming language dedicated to a particular problem domain, a particular problem representation technique, and/or a particular solution technique. The concept isn't newbut the term has become more popular due to the rise of domain-specific ...more»


![[Hot!] Create your own Domain Specific Language [DSL] in 15 minutes [part 1]](http://reboltutorial.com/files/2009/06/dsl.jpg )

No Comment
Tags: CSV, Database, dsl, LinQ, SQL, Text Format