Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 333 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 333 Bytes

TraitMixinCompiler

A Java based compiler for mixing scala-like trait classes onto a reference implementation.

Features:

  • Runs without scala present.
  • Capable of converting Java classes to scala trait classes.
  • Modular, custom environments, additional JVM languages can be supported with ease.
  • Probably terrible.