What are some bad programming languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What are some bad programming languages?

What are some programming languages that might've been useful in the past but isn't particularly useful now? Why aren't they useful now?

23rd Sep 2018, 9:52 PM
Kevin Eldurson
Kevin Eldurson - avatar
11 Answers
+ 4
Schindlabua neither JavaScript nor PHP is bad
23rd Sep 2018, 11:27 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 3
Schindlabua yes 😀
24th Sep 2018, 8:20 AM
Popat
Popat - avatar
+ 2
I wouldn't say they are particularly bad, but not as useful as others. Dart: Not many people are using it around Github and other places like it, Kotlin, Swift, etc. were all made around the same time and have outperformed it by far. Coffeescript: Pretty much just a way to give yourself more work as there are newer versions of JS and newer languages that can help you.
23rd Sep 2018, 10:07 PM
DrChicken24
DrChicken24 - avatar
+ 2
Most things from the 70s or earlier like Pascal or Fortran or Cobol or APL or Ada or Smalltalk or PL/1 or Algol. Mostly because those languages had to be simple enough to run on simple hardware and also because programming was new and nobody knew how to design languages. Nobody uses them nowadays and we've moved on to modern languages (except for C, C is eternal). PHP might be useful but it is pretty bad, and it's creator Rasmus Lerdorf himself says that he had no clue about programming languages and he just did "what worked", leading to bad design. Javascript has some horrible parts aswell, as do C/C++ and Java and most other languages. Depends on what you mean by "bad".
23rd Sep 2018, 10:07 PM
Schindlabua
Schindlabua - avatar
+ 2
Nomeh True, but they are messy. JS itself I believe was only created in two weeks?
23rd Sep 2018, 11:53 PM
DrChicken24
DrChicken24 - avatar
+ 2
Nomeh Uchenna Gabriel I agree, neither of these languages are bad, it is just user needs to choose language wisely as per needs. C, FORTRAN, JS, PASCAL are still very useful. I have used FORTRAN recently it generated best results for my scientific calculations, where other languages were not so accurate and fast.
24th Sep 2018, 2:30 AM
Popat
Popat - avatar
+ 2
Archana M physics? :D
24th Sep 2018, 5:22 AM
Schindlabua
Schindlabua - avatar
+ 2
Archana M Yeah I have some physicist friends who use it, though I've never seen it outside of physics. I thought they were just being old-fashioned, but apparently the newest version of fortran came out in 2015. I stand corrected! Pascal on the other hand, not so much. Only Delphi which is a derivative. And Javascript, I'm not saying it's not useful (it powers the entire web!), but it has it's bad parts. `[9,10,11].sort()` returns `[10,11,9]` because the sorting function turns everything to strings, oof. Brendan Eich though weak typing is a good idea and now we're stuck with it for eternity :/
24th Sep 2018, 8:47 AM
Schindlabua
Schindlabua - avatar
+ 1
as long as a language has an application, it is a good language
24th Sep 2018, 6:06 PM
iJustErik gah
iJustErik gah - avatar
0
There are some pretty nasty languages which are sound theoretically, like Shakespeare, LOLCODE, Brainf*ck, and whitespace. All which can work but not nearly as good as something like Pascal or C
24th Sep 2018, 1:01 AM
Justin Petluk
Justin Petluk - avatar
0
Nothing LOL all is a worth one Language.
25th Sep 2018, 12:46 PM
Joshua Martin Fontanilla
Joshua Martin Fontanilla - avatar