Reply to post: Re: As a developer for over 30 years....

You like JavaScript! You really like it! Scripting lingo tops dev survey of programming languages

Anonymous Coward
Anonymous Coward

Re: As a developer for over 30 years....

Well, I've never used .net for a server, but as someone who only has a system background, I find most scripting languages equally easy and cumbersome, if that makes sense. But, I'll admit that in node I've wrote a few extensions in C to "cowboy" over some of the hurdles like printable text in UTF-32, real locks, crappy regex.

People speak of how fast node.js is as a web server, which is true, but I'd never trust it. Not because there is so little typing (which I actually like), but because of the event loop. It seems like a really bad idea to always block no matter what until the next cycle. That makes sense in a GUI, completely, but as a server it seems... misleading in a weird way.

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon