What counts as reinventing the wheel?
- by dsimcha
Do the following scenarios count as "reinventing the wheel" in your book?
A solution exists, but not in the language you want to use, and existing solutions can't be interfaced with the language you want to use in a clean, idiomatic way.
In principle you could get an existing library to do what you wanted with heavy modification, but you think it…