- it compiles to Java bytecodes, which means I can build a JAR file and then use it to build JDeveloper or SqlDeveloper extensions
- Scala has pattern matching and "case classes" which make it very easy to build AST trees and to walk those trees to do static analysis
Right now a significant chunk of the PL/SQL grammar is implemented and some static analysis also works (detecting variable use before initialization). There's plenty of work to be done, but it looks like Scala is a great language choice.
Probably tomorrow or the day after I'll put together a new demo.
No comments:
Post a Comment