Ask HN: How to quickly switch to a programming lang that you won't code often?
I sometimes need to switch to few programming languages that I feel not proficient, But at times should do something with that like execute as a script, evaluate interview, manage/refer others code, find the treasure hidden in large code-base. For example, groovy, python, pl/sql, c# or typescript.
Do you have any tested technique to quickly recollect the entire language? hope few others would be in my situation!
Do you have any technique to come up to speed?
[+] [-] detaro|7 years ago|reply
This is the one thing I find "cheat sheet" summaries of languages helpful for: really quickly refresh memory of syntax and/or common pitfalls. Along the same lines, quick access to documentation. Don't hesitate to write down your own if you trip over things repeatedly.
Have an execution environment ready since you can't as reliably reason about code. For many languages a REPL is a good start, a nice IDE with debugger helps too.
[+] [-] wdiamond|7 years ago|reply