Every Programming Language Ever Explained in 15 Minutes

213,185
0
Published 2024-01-12
Every Programming Language Ever Explained in 15 Minutes
---------------------------------------------------------
Chapters

0:00 Assembly
0:27 Fortran
1:04 Comtran
1:21 Lisp
1:31 COBOL
1:52 IBM RPG
2:02 ALGOL 60
2:16 APL
2:26 Simula
2:57 Speakeasy
3:04 BASIC
3:24 MUMPS
3:41 Logo
3:52 Pascal
4:08 C
4:47 Smalltalk
4:54 Prolog
5:00 ML
5:18 SQL
5:41 C++
6:01 Ada
6:10 Matlab
6:24 Objective-C
6:40 Labview
6:51 Erlang
6:54 Perl
7:05 Wolfram
7:15 Haskell
7:23 Visual Basic
7:39 Lua
7:45 Delphi
7:51 OCaml
8:01 Python
8:35 Ruby
9:21 Java
9:53 R
10:13 Javascript
10:40 HTML & CSS
11:02 PHP
11:20 Actionscript
11:43 C#
11:55 Scala
12:04 Powershell
12:08 F#
12:14 Julia
12:27 Elm
12:33 Nim
12:38 Raku
12:44 Scratch
12:57 Go
13:07 Holy-C
13:27 Kotlin
13:35 Typescript
13:38 Dart
13:44 Swift
13:56 Rust
14:10 Solidity
14:48 Elixir
15:01 Zig
15:08 Power FX

All Comments (21)
  • @GaryFerrao
    Memory leak isn’t the issue of using too much memory. Program is still fine, as long as it knows what memory it’s using. Memory leak is the problem where the program forgets to actually delete the memory it no longer uses; the computer (operating system) thinks that the program is still using the memory but the program thinks it’s not.
  • @shayneoneill1506
    Oh hey man, thanks for mentioning Holy-C. The dude behind it I actually talked to online a lot. He was actually a really nice guy when the Schizophrenia wasnt screwing him up. He was a weird crazy genius, and ultimately he died tragically alone because of his mental illness. TempleOS and Holy-C are mostly remembered for the mental illness behind it, but Terry was a real human, and he deserves to be remembered as a mad pioneer who could have been so much more if it wasnt for the fact that this world is terribly unequipped to support people with significant mental illness. RIP Terry.
  • @nevemlaci2486
    Sadly this video has many mistakes, but it was still fun to watch.
  • @soniablanche5672
    Memory leak isn't using too much memory, that's the consequence of memory leak.
  • @12C76DC
    10:40 note that HTML and CSS are not scripting languages, but a markup languages. You can't have logic with these, right? Despite CSS having calc() function which can be abused to have some logic, still it's not scripting or programming, just mark up. Also I miss Hack lang (PHP extended by Facebook) and Vala, both are great and could be on the list!
  • @dejangegic
    Go is formally known as Go, not Golang. Golang is something we use for easier SEO
  • @MineYou2240
    around 8:50 when "he" started to read the websites names i realized that the script is read by ai voice now that i think about it, whole video is probably created by ai
  • @JBuchmann
    Next you should do "Every JavaScript framework ever explained in 60 minutes"!
  • @edwardfalk9997
    Web Assembly is not assembly. I've written it in C++, but I think other languages are supported.
  • @m4rt_
    I wish JS was only used for web browsers, but people made the stupid decision to use it in desktop apps, on web servers, and way more
  • @petrus4
    There is no mention of FORTH; the one language seemingly everyone forgets.
  • @ClariNerd
    14:26 "Developers test their code thoroughly" I put my fist through my desk I was laughing so hard.
  • @Luredreier
    I can't believe that you didn't mention that Erlang was designed to work even if you change the code while it's running etc. And LISP deserves a mention of the Lisps, the languages depending from it due to how easy it was to make new personalized languages in LISP to begin with.
  • @dutchangle229
    + BCPL, Forth, Modula, Modula-2, Metafont, PostScript
  • @VI-VI228
    WOWWWW!! Such a great and big video in such a little youtube channel with only 65 subs, nice work.
  • @williamross6477
    Html and CSS are not scripting languages. In fact, they are not programming languages at all as they have no functional abilities. They are called markup languages and are completely static unless manipulated by a programming language like JavaScript.
  • @jennasloan396
    HTML is a markup language, not a programming language. Likewise, CSS is also not a programming language, but is a style sheet language. Furthermore, JavaScript is technically related to Java, but only as a marketing ploy by the folks behind Netscape.
  • The way you explained object oriented language is making me cry, I am NOT joking.
  • @appleturdpie
    This video is just completely riddled with inaccuracies, please viewers of this video, take everything said with a large grain of salt and do your own research and investigation of programming and computing topics.