4 ms·
This is true to a degree, but there are ways you can use multiple tools mixed and matched. For a simple example, I might write my prototype in Python. After p
by timwiseman 14y ago
This is true to a degree, but there are ways you can use multiple tools mixed and matched.
For a simple example, I might write my prototype in Python. After profiling I might decide to rewrite a couple of inner loops in C (or Cython). I might tie it to SQL Server as a datastore and use T-SQL in the interface.
- PuercoPop 14y agoAlso SOA allows to "use different toolboxes".