Transforming Java Into Javascript
I decided to try transforming Java into javascript
* The syntax is very similar
* I already had an LGPL-ed Java parsing library that I'd dug up and used for some other insane scheme a year or so ago
* It would let me use my favorite IDE to refactor, auto-complete, compile, etc. so that refactoring was a lot faster
* It would make it easier for other people to navigate around the code base
* With some good libraries/interfaces for DOM stuff and JS built-ins, could make it easier for new people to ramp up
* It seemed like it would be fun
Next: PresentationBasicTransformations
Comments (0)
You don't have permission to comment on this page.