Ask HN: What is the coding exercise you use to explore a new language?
1–10 of 73 posts
Re: Ask HN: What is the coding exercise you use to explore a new language?
#2Re: Ask HN: What is the coding exercise you use to explore a new language?
#3Should note I often work on 2d tile based games.
Re: Ask HN: What is the coding exercise you use to explore a new language?
#4Re: Ask HN: What is the coding exercise you use to explore a new language?
#5But before that I prefer to get a book and work my way through all the examples, otherwise I'm just making up what "idiomatic" means.
Re: Ask HN: What is the coding exercise you use to explore a new language?
#6Re: Ask HN: What is the coding exercise you use to explore a new language?
#7Re: Ask HN: What is the coding exercise you use to explore a new language?
#8It tests quality of libraries, resource safety, concurrency, performance etc.
Re: Ask HN: What is the coding exercise you use to explore a new language?
#9There's a pretty causal relationship between starting my unfinished side projects and me trying a new language or library.
I use advent of code to really dig deep into a programming language I sort of know but want to learn to use more. I plan on learning modern C# this way this year, it's been almost a decade since I taught myself the language at this point.
Re: Ask HN: What is the coding exercise you use to explore a new language?
#10I don't think a try-this-language-project makes sense. Just build what you wanted to build.
As for the practical aspect of picking up a new language (for a purpose), I'd shamelessly look into an already existing projects along with following whatever language textbook.
Learning syntax is likely a simplest step, picking up an idiom is more involved and is often specific to objectives.