My friend sent me the 10 Swift One Liners (referenced at the bottom) which inspired me to try it out in Nim!
Like many Electrical Engineers, I cut my programming teeth on “low level” languages like standard ANSI C w/ GCC compiler, x86 assembly, Motorola HC11/HC12 assembly, and even a little GW/QBASIC! But fast forward a few years and projects start requiring GUIs, communication involving marshalling data into a specified format and HTTP requests, and project teams consisting of more than one person touching the code base.
Continue reading