Writing Domain Specific Languages in Boo: Chapter 10 - Creating professional DSL - Table of Contents
An incomplete list of subjects for the 10th chapter.
The editor environment
- Color highlighting
- Intellisense
- Sharp Develop
- Visual Studio
DSL Code Generation
- The Code DOM Provider for Boo
- Specific DSL Writers
Graphical UI
- Displaying the DSL
- Saving DSL modifications
- The value of a graphical front end
Errors and warnings handling
Debugging
Dealing with the large scale - what the hell is going on?
Comments
(Maybe you answered this already)
Why BOO? as opposed to any other dynamic language? like Ruby, Python
Check the first chapter that is available, there is a whole section for that
Comment preview