I write C code for a job (mostly) so I write C in perl.
It tends to come out cleaner than resorting to squishing 8 lines of stuff into one by using implicit $_, map and other such tricks.
Yep. Just because you can doesn't mean you should. I keep trying to teach some people on my team that 'it works' isn't a sufficient end state in code.
@graunch started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
I write C code for a job (mostly) so I write C in perl.
It tends to come out cleaner than resorting to squishing 8 lines of stuff into one by using implicit $_, map and other such tricks.