Hacker News new | ask | show | jobs
by sqrt 3511 days ago
> I've built tiny servers, parsed plethora of file formats, calculated maths, wrote data, (de)compressed stuff, encrypted things, ...

If you've written code to do all those things, I think you'd be justified in calling yourself a programmer, even if software isn't your main gig. :)

1 comments

just curious, why write file parsers in go rather than say, python

i would think python would be easier.