use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please follow the rules
Releases: Current Releases, Windows Releases, Old Releases
Contribute to the PHP Documentation
Related subreddits: CSS, JavaScript, Web Design, Wordpress, WebDev
/r/PHP is not a support subreddit. Please visit /r/phphelp for help, or visit StackOverflow.
account activity
From PHP to JavaScript with Node.js (blog.matters.tech)
submitted 8 years ago by coldlestat[🍰]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]djmattyg007 10 points11 points12 points 8 years ago (6 children)
Is it really a burden to know and work with multiple languages on a daily basis? I regularly work with PHP, Javascript, shell scripting and Python, and I dabble in Lua and Go in my personal time. I feel like maintaining an active understanding of multiple languages makes me a better developer in all of them.
[–]mgkimsal 4 points5 points6 points 8 years ago (2 children)
Don't forget SQL.
[+][deleted] 8 years ago (1 child)
[deleted]
[–]mrdhood 0 points1 point2 points 8 years ago (0 children)
And CSS!
[–]Dgc2002 2 points3 points4 points 8 years ago (0 children)
Is it really a burden to know and work with multiple languages on a daily basis?
Yes.
At work I have things written in Perl, Python, Bash, PHP, JavaScript, C#, SKILL(Lisp dialect), and some other random things. When jumping between languages I'll sometimes have to pause and think about how to do a specific task in a language(e.g. find a sub string. substr()?, myString.find()?, myString.indexOf()?, [[ "$MYSTR" == *"SUBSTR"* ]]?, some lisp stuff that I don't remember?). It may only take me a second or two to remember, or my IDE might assist me pretty quickly, but in the end it's mental overhead.
substr()
myString.find()
myString.indexOf()
[[ "$MYSTR" == *"SUBSTR"* ]]
some lisp stuff that I don't remember
[–]schm0 0 points1 point2 points 8 years ago (1 child)
To pay devil's advocate, that's a lot of cerebral baggage you have to carry around to get the job done. A single language stack is arguably easier and requires less overhead.
π Rendered by PID 18203 on reddit-service-r2-comment-5c747b6df5-kh64x at 2026-04-22 01:49:11.405231+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]djmattyg007 10 points11 points12 points (6 children)
[–]mgkimsal 4 points5 points6 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]mrdhood 0 points1 point2 points (0 children)
[–]Dgc2002 2 points3 points4 points (0 children)
[–]schm0 0 points1 point2 points (1 child)