No. The exact opposite. It makes me hooked to it even more since now I can finally focus on designing the algorithm instead of thinking about releasing memory, converting datatypes, going to stackoverflow to grab the postgresql connection string or whatever. No more calloc/malloc or int to double or pointers. Plus most of the code generated will compile (ok, "will get interpreted" in the case of Python or whatever you see the point) so if you have designed the right algorithm, it's like 90% job done.