DEV Community

[Comment from a deleted post]
Collapse
 
juancarlospaco profile image
Juan Carlos • Edited

Using Nim I have access to most programming languages I am interested into, including making Python stuff in pure Nim.
Maybe learning more Assembly x86_64 intel, more C.

On the other hand I like to search and learn stuff that helps you make code better, on any language, I switched from ORM to SQL because is faster than the fastest ORMs and the same query works on any lang,
the same with Design by Contract, it helps making code better on any lang,
it there any technique I am missing out?.