All Projects → vert-x3 → Vertx Codetrans

vert-x3 / Vertx Codetrans

Licence: apache-2.0
Code translator

Programming Languages

java
68154 projects - #9 most used programming language

Vert.x code translator :

Build Status

This projects aims to translate Java code using the Vert.x API in another languages whenever it's possible.

Supported languages:

  • Groovy
  • JavaScript
  • Kotlin
  • Ruby

Todo

  • ruby : nail out the {} versus do/begin syntax
  • codegen propeties for projection
  • handle case for handlers that are not the last parameter (MUST)
  • handle parenthesized expression in String concat : 1 + (2 + "_") is rewritten as 1 + ("${2}_") instead of ???
  • try to find something for Ruby postfix increment/decrement (is that even possible?)
  • test lambda/proc non last arg
  • groovy -> have last lambda to be like in ruby syntax
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].