- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
code walkthrough: The .NET backend of the Scala compiler (Part 1)
Wed, 2010-03-17, 08:43
Hi,
I've been using Scala.Net as a cross-compiler, making notes along the way
(with a bias towards compiler hacking, in the tradition of The Scala
Compiler Corner). Actually the notes just set the stage for the exploration
I was interested in (finding about external types and transforming Scala
ASTs into .NET bytecode) so if you're interested in those aspects you might
want to wait for a next write-up (coming soon!)
http://www.sts.tu-harburg.de/people/mi.garcia/ScalaCompilerCorner/ScalaN...
Miguel