This year I participated in the
Advent of Code contest in a new programming language, Swift. New both to me and objectively! The language is still in active development. I posted my solutions on GitHub:
https://github.com/mgritter/aoc2016 (Technically only 24 programs, because
(
Read more... )
Comments 5
(The comment has been removed)
Reply
Reply
I'll be interested to hear what you think of Go, if you end up learning that next. My team at work has been building some new build-system bits in it, so I've been poking at it somewhat, though mostly from a "learning enough of the syntax to review code and occasionally fix bugs" level.
Reply
But, my friend who was recently job-hunting says he looked at about 20 places, of which 2 were C++, and the rest evenly split between Node.JS and Go.
Reply
I also find it fascinating in a lot of ways that one of the features of the language is that just about the first thing they self-hosted was a code-formatting tool and then they carefully grew the culture around the programming language to include the idea that code is always auto-formatted. Whether that's a good thing or a bad thing to focus on, that's not even an axis I've seen other programming-language inventors talking about.
I'm still not sure what I think about it, overall.
Reply
Leave a comment