An open API service indexing awesome lists of open source software.

https://github.com/johnmurray/arabica

A code-generation library in Go, for generating Java
https://github.com/johnmurray/arabica

Last synced: about 2 months ago
JSON representation

A code-generation library in Go, for generating Java

Awesome Lists containing this project

README

        

# Aribica

Aribica is a code-generation library in Go meant exclusively for generating
Java code. Yes, while you could use some sort of templating library, that
will only get you so far when the code your generating is highly dynamic.
Aribica aims to be a declaritive library for generating Java code that allows
ultimate flexibility without relying on raw string manipulation.