Ask HN: Platform for senior devs to learn other programming languages?

131 points · Raed667 · 7 days ago

A few months ago there was a post about a platform looking for funding (i think ?) that was highly praised for the quality of its content.

I thought I favored the link, but I can't seem to find it ? Any help ?


76 comments
roetlich · 7 days ago

Show replies

fifilura · 7 days ago
These days my main problem when learning is coming to terms with the development environment.

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
There is also

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
I'm a big fan of Execute Program from Gary Bernhardt:

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