DEV Community

Discussion on: What language would you recommend for a beginner?

Collapse
 
stereobooster profile image
stereobooster • Edited

No compiling, and therefore, instant feedback / gratification.

Any interpreted language behaves likes this e.g. Python, Ruby, Lisp, etc. But this doesn't mean fast feedback every-time, what if you want develop server? In this case you need to change file, restart server to see feedback. Or if you use const you need to restart REPL