Currently I experiment with generating matrix manipulation code for C# (matrixextensions.codeplex.com) and have 2 steps: 1. Generate C# array extension for different numeric types (double, int, etc.) from template classes wich manipulate NumericBroad and NumericNarrow dummies. 2. Transform "for" and "Parallel.For" loops using NRefactory. All thing are done during compilation.
Can Genuilder make code for this task cleaner? Is is what is suitable for my experiment?
Hi,
RépondreSupprimerDoes/will Genuilder support VS2010?
Currently I experiment with generating matrix manipulation code for C# (matrixextensions.codeplex.com) and have 2 steps:
1. Generate C# array extension for different numeric types (double, int, etc.) from template classes wich manipulate NumericBroad and NumericNarrow dummies.
2. Transform "for" and "Parallel.For" loops using NRefactory.
All thing are done during compilation.
Can Genuilder make code for this task cleaner? Is is what is suitable for my experiment?