Knowing how to create domain-specific languages (DSLs) can give you a huge productivity boost. Instead of writing code in a general-purpose programming language, you can first build a custom language tailored to make you efficient in a particular domain. The key is understanding the common patterns
Language Implementation Patterns: Create Your Own Domain-Specific and General Programming Languages
โ Scribed by Parr, Terence
- Publisher
- Pragmatic Bookshelf
- Year
- 2010;2009
- Tongue
- English
- Leaves
- 358
- Series
- The pragmatic programmers
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Subjects
005.13--Linguaggi di programmazione per elaboratori elettronici.--22;Linguaggi di programmazione;005.13 -- Linguaggi di programmazione per elaboratori elettronici. -- 22
๐ SIMILAR VOLUMES
<p>Knowing how to create domain-specific languages (DSLs) can give you a huge productivity boost. Instead of writing code in a general-purpose programming language, you can first build a custom language tailored to make you efficient in a particular domain.<br/><br/> The key is understanding the com
<p>Learn how to implement a DSL with Xtext and Xtend using easy-to-understand examples and best practices</p> <p><b>Overview</b></p> <ul> <li>Learn to quickly develop a domain-specific language with Xtext</li> <li>Implement any aspect of a DSL using Xtend, a fully featured Java-like programming lang
<p><b>Learn how to implement a DSL with Xtext and Xtend using easy-to-understand examples and best practices</b></p><h2>About This Book</h2><ul><li>Leverage the latest features of Xtext and Xtend to develop a domain-specific language.</li><li>Integrate Xtext with popular third party IDEs and get the