What are popular code generation engines?

I use some Sonic and NHibernate and NetTiers. What else is there and how are they compared?

+3
source share
7 answers

Well, maybe this is not very cool, but I have used fprintfto generate code since I learned C.

+5
source

On the unix side, autogen things are pretty good: http://www.gnu.org/software/autogen/

I often use it to create inconvenient patterns in C (floating / double / long double patterns), but it can also do some pretty advanced things.

+2
source
+1

, T4, Visual Studio.

+1

GWT- - -, Java-JavaScript.

0

() : http://www.codegeneration.net/generators.php

, , , ( ) , , , , . , LLBLGen , , . , .

0

I heard a lot about MyGeneration . I also used ActiveWriter for CastleProject, but it is a bit specific, but not like subSonic, although it is more like orm. (Activerecord uses NHibernate, but it's a tool to create your classes. As for generating classes, Visual Studio has an integrated class diagram system to get you started.

0
source

Source: https://habr.com/ru/post/1710037/


All Articles