KenBonny wrote:
Good for you, you like coding in C++ and Java. I'm stuck in C/AL code. It has an IF, REPEAT and SWITCH statement, nothing else. I think it's boring and it's not teaching me anything new. You could say it's a lesson in humility, but basicly I'm just writing code that gets records, adds or multiplies something and then writes the result into another table.
Perhaps you could always amuse yourself by creating a cross compiler. When you were done you could write C++ code, run your compiler and the output of that would be C/AL. Or write a straight up code generator which takes some custom source and generates the patterned code.