JavacTo - translate java source to D

Jacob Carlborg via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Jul 10 01:22:16 PDT 2017


On 2017-07-10 03:52, Patrick wrote:
> Hello,
> 
> I'm pleased to announce a new java prototype application that is 
> designed to translate java source into D source. Or any other language 
> that support package, class, interface, and enum constructs and provides 
> a built in memory garbage collection. Supporting D with JavacTo was my 
> first choice!
> 
> JavacTo available at:
> https://sourceforge.net/projects/javacto/

Interesting. I'm working on a similar tool, to translate Java code to D 
[1]. It's written in Scala and uses the Eclipse JDT library to parse the 
Java code.

[1] https://github.com/d-widget-toolkit/jport/tree/dev

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list