Javascript versus other web scripting languages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Javascript versus other web scripting languages

I'm under the impression that Javascript is probably the most popular scripting language for web development. Why is that and is it likely to be superceded in the not-to-distant future? If so, what are some likely candidates?

14th May 2017, 9:02 PM
Steven Schneider
Steven Schneider - avatar
5 Answers
+ 2
all languages have their own tasks (things they're doing best or just most people still use it even if here's some better ways). On practice you can use anythin' you want,if you're making someth' your own and not depending from others. But...on work you will use js to make sites dynamic if you can't do it with css,php for server side...e.t.c. I don't think somethin will change it in like 5 years for sure. Here became so much realy good stuff...but ...we don't use it mostly anyway.
14th May 2017, 9:29 PM
Rose Sevenyears
Rose  Sevenyears - avatar
+ 1
as far as I know, all this languages are server-side, that's mean they generating html code from client request data, database data and templates on server and return it to client. server-side languages can't modify html DOM without reloading page.
14th May 2017, 11:12 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
+ 1
Okay, thanks @Yaroslav. I'm just curious why javascript remained the client scripting language. Years ago I remember there being some talk about the deficiencies of javascript and how there were plans of replacing it with another language. Yet it's 2017, decades latest and we are still using javascript. While I'm sure there's inertia of dislodging an already established codebase that factors in, I was just wondering javascript may not be as bad as it's sometimes made out to be.
15th May 2017, 1:36 PM
Steven Schneider
Steven Schneider - avatar
0
do you know any other client-side language?
14th May 2017, 10:37 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
0
@Yaroslav Pieskov Not really, or I wouldn't be asking. I suppose there's Ruby, Python, Lua and perhaps Lisp (Lisp is a scripting language, right?). Do those count as client-side languages?
14th May 2017, 10:42 PM
Steven Schneider
Steven Schneider - avatar