Stand alone language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Stand alone language

Is there any particular language which is not similar to any other language?

10th Oct 2018, 4:42 PM
Tslink
1 Answer
+ 4
To an extreme, it would have to be a non-turing complete language, of which I have no idea what to suggest. Otherwise, there are languages with specific focuses like SQL for data retrieval in a database. Or HTML/CSS for creating a website. These you can learn on SoloLearn, but I'd only recommend them after learning a regular programming language unless your focus is on those specific tasks. More realistically, I'll suggest functional programming with Haskell or Lisp languages. Everything is done with functions in functional languages, and it can lead to designs that object oriented languages would have difficulty implementing. However, keep in mind you won't be able to find Lisp or Haskell tutorials on SoloLearn. Maybe one day...
10th Oct 2018, 6:08 PM
Ahri Fox
Ahri Fox - avatar