Ask HN: Platform for senior devs to learn other programming languages?
131 points ·
Raed667
·
I thought I favored the link, but I can't seem to find it ? Any help ?
131 points ·
Raed667
·
I thought I favored the link, but I can't seem to find it ? Any help ?
roetlich ·7 days ago
Great website!
Edit: This also looks good, haven't tried it yet: https://app.codecrafters.io/catalog
Show replies
fifilura ·7 days ago
Python, how do I install and work with venvs? What is poetry and why is it better?
Scala, what is sbt and how do I make it work in Intellij?
Things I have learned under way, but still more of a headache than the actual language, since most ideas there are recognizable. And problems in the dev env can make you get stuck for several hours.
Docker helps a bit as an abstraction, but not all the way to the development environment.
Show replies
suprjami ·7 days ago
https://learnxinyminutes.com/
It gives small language syntax/feature tours.
Each file is legitimate syntax for the language it documents.
Show replies
labarilem ·7 days ago
shay_ker ·7 days ago
https://www.executeprogram.com/
It uses interactive exercises + spaced repetition. It's really the only way I've managed to learn Regular Expressions.
Show replies