Developer's guide to Scala: Building a calculator
Domain-specific languages (DSLs) have become a hot topic. In this latest installment of The busy Java developer's guide to Scala, we tackle the problem of transforming textual input into the AST for interpretation by continuing with a simple c...
#188090 - 10/22/08 08:01 PM
Developer's guide to Scala: Building a calculator
|
cyberpead
member
Registered: 09/11/08
Posts: 102
|
Domain-specific languages (DSLs) have become a hot topic. In this latest installment of The busy Java developer's guide to Scala, we tackle the problem of transforming textual input into the AST for interpretation by continuing with a simple calculator DSL that demonstrates the power of functional languages for building "external" DSLs.
|
|
Top
|
|
|
|
|