Hacker News new | ask | show | jobs
by matt_the_bass 3008 days ago
Hi. Do you have a strong reason to write your tools in c++ and not python?
1 comments

I have 20+ years with c++ so I just default to that for my projects.
You may wish to consider trying out python for this. In my experience it is likely a better match for this job. It includes simple libraries for: - Web hooks - Plotting - logging - text parsing - unit tests And it can be run as a simple script.

I understand the “if it ain’t broke don’t fix it” mentality. However if you are finding any friction using C++ you might want to consider a different technology.

Thanks. I am always willing to try new things.

For c++ I just write what I need if I can’t find an api I like.