10 Programming Languages in ONLY 15 minutes!

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 มิ.ย. 2024
  • Learn web development like a pro: shop.killervideostore.com/
    Python Course: www.killervideostore.com/vide...
    Learn about 10 programming languages in only 15 minutes! The point of this video is to give you an overview of each of these popular languages, and how they are used in the real world.
    So it is a mix of programmatic and business concerns about each of the programming languages. I cover C++, Java, Swift, JavaScript, SQL, PHP, Python, C, Ruby and C#.
    There are many more programming languages out there, but these are are the most important in 2018.
    Learn Python 3 fast: www.killervideostore.com/python/
    Create an AMAZING Business: www.killervideostore.com/vide...
    My Instagram: stefanmisch...
    Thanks!
    Stef

ความคิดเห็น • 1.1K

  • @StefanMischook
    @StefanMischook  4 ปีที่แล้ว +59

    👏 Learn to write code (HTML5, Python 3, JavaScript, SQL, PHP, CSS3) from the ancient nerd in this video: school.studioweb.com/store/

    • @theskyspire
      @theskyspire 4 ปีที่แล้ว +1

      Why you cover swift but not kotlin? Seems you have an Apple bias?

    • @onee
      @onee 4 ปีที่แล้ว +2

      ​@@theskyspire Lol, I think that you have a bias towards Android if you make such ridiculous claims. Besides that if you look up the most popular programming languages, Java and Swift are always on those lists. Kotlin on the other hand isn't. So, Kotlin isn't as big as you claim it to be. Lastly, this video was made in 2018.

    • @theskyspire
      @theskyspire 4 ปีที่แล้ว

      @@onee I think you are confused about what a question mark means. "?"

    • @rev1595
      @rev1595 4 ปีที่แล้ว +1

      Thanks for the video. I'm a web designer learning JavaScript so this really helps with terminology of all the different coding languages.

    • @markbrad123
      @markbrad123 3 ปีที่แล้ว

      I heard Microsoft are bringing a new language out called Office Script.

  • @Nostrum84
    @Nostrum84 6 ปีที่แล้ว +1946

    0:31 C / C++
    1:54 Java
    3:52 Python
    5:27 JavaScript
    6:44 PHP
    8:09 Swift
    9:51 SQL
    12:11 C#
    13:21 Ruby
    you're welcome :DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

  • @rasputozen
    @rasputozen 5 ปีที่แล้ว +421

    Can't believe I learned 10 languages in only 15 minutes. My resume is going to look SO good. Incredible job Steven!

    • @StefanMischook
      @StefanMischook  5 ปีที่แล้ว +63

      LOL!

    • @samljer
      @samljer 2 ปีที่แล้ว +7

      The sarcasm here is a coding language of its own.

    • @SmileyJack.
      @SmileyJack. ปีที่แล้ว +2

      watch at 1,5 speed to learn 15 in 10 minutes =)

    • @javedsultan4830
      @javedsultan4830 7 หลายเดือนก่อน

      he gave you valuable tips.. now you won't be wasting your time on irrelevant pursuits and ..be focusing on what works for you

  • @wah1dx
    @wah1dx 4 ปีที่แล้ว +495

    If you Watch the video in 2X speed you'll learn 10 langs in only 7:30 mins
    Thank me later.

    • @rollingstonesv2889
      @rollingstonesv2889 4 ปีที่แล้ว +12

      @@jeremyrock19877:36.5*

    • @julioperaza07
      @julioperaza07 4 ปีที่แล้ว +4

      Mind blowed

    • @creatorchris712
      @creatorchris712 4 ปีที่แล้ว +5

      x15 in 1 minute and something

    • @navagharkiran5769
      @navagharkiran5769 4 ปีที่แล้ว +1

      @@creatorchris712 jando pailwan'

    • @nazty121
      @nazty121 4 ปีที่แล้ว +3

      Genius.. was too fast for me but x1.75 is just about the right speed 👌🏽

  • @themeeman
    @themeeman 6 ปีที่แล้ว +1581

    Everyone knows the best use for java is making minecraft mods

    • @lm2668
      @lm2668 5 ปีที่แล้ว +18

      Yas

    • @ethwhale
      @ethwhale 5 ปีที่แล้ว +6

      you're joking right lol

    • @lm2668
      @lm2668 5 ปีที่แล้ว +50

      @@ethwhale nope

    • @lm2668
      @lm2668 5 ปีที่แล้ว +59

      Also making minecraft

    • @edwinthorn4288
      @edwinthorn4288 5 ปีที่แล้ว +3

      oof

  • @BevanBird
    @BevanBird 5 ปีที่แล้ว +19

    0:31 C / C++ - high efficiency
    1:54 Java - portability
    3:52 Python - machine learning, general purpose
    5:27 JavaScript
    6:44 PHP - web development, great for freelancers
    8:09 Swift - mobile app development
    9:51 SQL - work with relational databases
    12:11 C# - Microsoft products
    13:21 Ruby

  • @thought2007
    @thought2007 6 ปีที่แล้ว +612

    4:23 - With C and C++, you do not have to *rewrite* code for different platforms. As long as your code is cross-platform (not hard to achieve if you make this is a requirement from the beginning), then you need only *recompile* for each platform. I.e. C and C++ are write once, compile anywhere. Java is compile once, run anywhere (via the JVM).

    • @DonutAgain
      @DonutAgain 6 ปีที่แล้ว +29

      I was bothered by his comment about C++ needs rewriting also. I could not think of a reason why I need to do that. But I am not proficient in C++, I am confused a bit by that. Thanks for confirming this. It's actually what I was thinking, except I wasn't sure. For that, I thank you. It has saved my time. If I didn't see you comment, I may have to google for the reason for a while.

    • @thought2007
      @thought2007 6 ปีที่แล้ว +51

      It could happen that you write non-portable code in C++ (unintentionally relying on features of the OS or platform). In that case, you will have rewrite or rework the non-portable parts to get those to work on another platform. But if you are aware of this from the beginning, the cases where you have extra work to do will be very small or nonexistent, and you will end up with a more stable product anyway.

    • @dreamihad
      @dreamihad 6 ปีที่แล้ว +13

      Your right... but your not .
      Odds are you will need to eventually need to use some OS specific features, Java handles this for you, like handling IO stuff. You can have shared libs, but you WILL have to re-write tons of stuff.
      Plus C and C++ are just harder than Java and C#- these are just facts. Modern compilers are so good most applications can be programmed in a higher language just fine.

    • @thought2007
      @thought2007 6 ปีที่แล้ว +10

      Yes, IO eventually uses OS-specific features, but these OS-specifics are already abstracted away for you via the standard library. In C++ you may also write your own cross-platform layer (so that you can use the same code for all systems). In Java this is also possible but you will probably have to use the JNI, which is basically just an interface to code compiled C/C++ code anyway. Yes, modern *compilers* are good (C++ compilers), so use them to take full advantage of your hardware.

    • @muadrico
      @muadrico 6 ปีที่แล้ว +2

      Slump 64 gcc is also cross platform. What do you mean by “not THAT good”?

  • @pavelpaliychuk5048
    @pavelpaliychuk5048 6 ปีที่แล้ว +471

    Jeez, those were extremely productive 15 minutes, good job!

  • @anthonyisensee
    @anthonyisensee 4 ปีที่แล้ว +38

    "All the hipster nerds are moving into JavaScript."
    *me:* smiles in guilty

  • @BasedPeter
    @BasedPeter 6 ปีที่แล้ว +53

    My old programming teacher has a shrieking harpy voice that really "helps" when you're trying to learn how the hell C++ works, without failing your grade. You on the other hand, have a very calm manner of speaking that actually majkes all this intimidating information digestable. Kudos!

  • @sim4552
    @sim4552 5 ปีที่แล้ว +262

    Python is designed to keep your computer warm. :P

    • @cia3653
      @cia3653 5 ปีที่แล้ว +3

      Sim 😂😂😂😂

    • @Husqy
      @Husqy 4 ปีที่แล้ว +1

      Llllllloooooooolll

    • @emmanuel1547
      @emmanuel1547 4 ปีที่แล้ว +2

      How dare you?!?

    • @jawad9757
      @jawad9757 3 ปีที่แล้ว +3

      Why would you say something so controversial yet so brave

    • @manashejmadi
      @manashejmadi 3 ปีที่แล้ว +3

      But it keeps your head cool.

  • @parthjoshi5779
    @parthjoshi5779 5 ปีที่แล้ว +108

    whenever you hear about JavaScript everyone says " not related to Java"

    • @dominic5356
      @dominic5356 5 ปีที่แล้ว +20

      not related to java.

    • @alexrawson8492
      @alexrawson8492 5 ปีที่แล้ว +8

      I mean the only other notable thing is that it sucks

    • @jowbloe3673
      @jowbloe3673 4 ปีที่แล้ว +1

      And how many times did he mistakingly say "Java"?

    • @code_told_fast6683
      @code_told_fast6683 4 ปีที่แล้ว +2

      I think JavaScript was originally designed as a web-based compliment to Java. Hence the functions of the same name like "CharAt" and "IndexOf".
      C is simple and excutes fast. JavaScript has quick development time.
      Java is somewhere in the middle with execution speed and development time.
      Begin Rant:
      Java... not a fan. Way too complex for the sucky performance. Also, I am not sure what the hell people think they are "encapsulating" when they wrap every damn variable into a getter and setter method. Maybe it's an adapter pattern because no one can commit to the implementation of how to grab a public variable?

    • @kman4thewin865
      @kman4thewin865 4 ปีที่แล้ว +2

      Programming sucks.. gives false sense of 'superiority '..Every programmer most WORKS FOR SOMEONE ELSE..now whos smart? *cries

  • @Libertoso
    @Libertoso 5 ปีที่แล้ว +35

    Instructions unclear, assembly "Hello world" program crashed

  • @SandeepSandy-od9eu
    @SandeepSandy-od9eu 5 ปีที่แล้ว +7

    There are literally 100's of videos talking about different programming languages but none of it could help me the way this one did . TYSM .

  • @alex-karpov-dev
    @alex-karpov-dev 6 ปีที่แล้ว +17

    Nice work dude :)
    Really helpful!!
    Good video and teaching level!

  • @Snailsxd
    @Snailsxd 4 ปีที่แล้ว +101

    accurate title: explaining 10 languages

    • @LuisSierra42
      @LuisSierra42 4 ปีที่แล้ว +1

      @@danteventus2950 I thought there would be a lot more dislikes

    • @somebody9825
      @somebody9825 3 ปีที่แล้ว

      Who the hell would want to even try learning 10 languages at once.

    • @flyingspaghettimonster8612
      @flyingspaghettimonster8612 3 ปีที่แล้ว +1

      is for more views

  • @Battery64121
    @Battery64121 6 ปีที่แล้ว +8

    THANK YOU this was so helpful! I feel like most people online assess the different modern languages from a purely technical standpoint, but you laid them out by the way they're actually used in the real world which is exactly what I was looking for.

    • @StefanMischook
      @StefanMischook  6 ปีที่แล้ว +1

      Glad I could help. Most people online talking about code, are still relatively new to the game, and have not too much industry experience ... that's why they only talk about the technical aspects. In time, developers learn that the language is just a tool ... and one of many.

    • @ryanoshea2710
      @ryanoshea2710 6 ปีที่แล้ว

      The technical aspects of code have turned me off coding courses for years. Having this highly level conceptual comparison grounded in practical use from experience makes these "places" seem way more accessible. A bit like learning or getting to know a new city. Maybe that's my domain specialism.
      Enjoyed the analogies to martial arts as well. Analogies and metaphors are powerful learning tools, even more so when the learner can get the to a point where they can use their own.

  • @rons3699
    @rons3699 6 ปีที่แล้ว +8

    Stef, thanks for this informative video for those of us newbies looking to learn a first language. Much appreciated.

  • @torwaldolafsen
    @torwaldolafsen 4 ปีที่แล้ว +70

    Thanks man. Nice acting in the "Casino royale" btw

  • @madom80
    @madom80 6 ปีที่แล้ว +1

    Thanks for the vlog Stefan. What do you thing about GOlang? Could it be the future for (not only) web development?

  • @assassinaria
    @assassinaria 5 ปีที่แล้ว +7

    C++, C# and Python are all you need to know and understand for machine learning. Got it!

    • @ruudhermans4243
      @ruudhermans4243 5 ปีที่แล้ว +1

      I assume you do not use machine learning a lot?

  • @Stigismo
    @Stigismo 6 ปีที่แล้ว +452

    This one is great for noobs, I like it :)

    • @beammachine4525
      @beammachine4525 6 ปีที่แล้ว +12

      and im a noob, and i like it :)

    • @lazykid9167
      @lazykid9167 5 ปีที่แล้ว

      and with this one youll probably stay a noob because he treats ya as a noob

    • @mitjed
      @mitjed 5 ปีที่แล้ว +12

      Everybody is a noob, noob is life

    • @borntodoit8744
      @borntodoit8744 4 ปีที่แล้ว +3

      @@lazykid9167 spoken like a techno-twat.

  • @ThatThing1675
    @ThatThing1675 6 ปีที่แล้ว +19

    Here's something I haven't seen you discuss so far. I'd love to hear your opinion on functional programming languages such as Haskell and their respective place in the market

    • @Adam-cn5ib
      @Adam-cn5ib 6 ปีที่แล้ว +3

      fuck haskell and fuck IOHK for developing cardano on it

    • @sara-hc7wb
      @sara-hc7wb 6 ปีที่แล้ว +3

      what do you mean by "haskell is not usable"? it's not as mainstream popular as the big languages, but it's run in production by both some of the hyper large software giants, as well by plenty of startups.
      I think it's weird to lump haskell and clojure/similar in the same group as "functional". they are very different languages. functional is a very vague term too. the strengths of haskell come from its really strong and expressive type system that gives you plenty of tools for static analysis and type driven delevopment, something that isn't even on the map in a dynamically typed language like clojure. not to say one is necessarily strictly better, but it makes it really strange to lump them in the same category, because they approach code in such radically different ways.

    • @Maver1ck101
      @Maver1ck101 5 ปีที่แล้ว +1

      To give an informed opinion, you must have experience in the area under consideration. Unless he has done significant functional programming (either professionally or on the side), his opinion wouldn't have much weight. Note that the languages he covered in this video are either procedural or object-oriented or support both (except SQL), which are the two most popular programming paradigms today and which he's most familiar with.

    • @Maver1ck101
      @Maver1ck101 5 ปีที่แล้ว

      @Slump64: What do you mean by "dead concepts"? Haskell's ideas are far from dead; on the contrary, they are alive and kicking. *LOL*

  • @kentjensen4504
    @kentjensen4504 5 ปีที่แล้ว

    Amazing video. Subscribed! So, for a digital version of a card game, with (collectible card sized) full color cards that should be able to be sorted based on different decks and also based on categories of cards (that run across the different decks), would Python be okay, or will the presence of so much graphics (hundreds of cards) slow things down, so a faster language might be required? This is a utility kind of card game, for one person, so interaction with others won't be needed. Also, I'm a beginner, but capable of learning new skills fast, so if one fo the easier languages could do this job, that would be awesome. Oh, and ideally I'd like to be able to have versions for Mac and Windows and Linux (which I'm currently learning), as well as for iOS and Android. Does my dream programming language exist? Hope the host of this (wonderful) channel or one of the many talented programming geniuses I see commenting around here, may advice this humble newcomer.

  • @TheEmailDev
    @TheEmailDev 6 ปีที่แล้ว +1

    Super cool to learn about all of this, thank you!

  • @thriftynick27
    @thriftynick27 6 ปีที่แล้ว +44

    C/C++ compile directly to assembly (CPU instruction set) whereas Java compiles to bytecode and runs on the JVM. Scripting languages are not compiled at all and are run through an interpreter. Great overview video.

    • @autohmae
      @autohmae 5 ปีที่แล้ว +4

      Actually, it's better to say: higher performing scripting languages are compiled at runtime.

    • @scottfranco1962
      @scottfranco1962 5 ปีที่แล้ว

      Java is run through a JIT or Just in time compiler. It is rarely or never run through an interpreter. It would be true to say that most scripters run by interpretation, but there are levels. Bash is a script that is directly interpreted, Python compiles to intermediate form (.pyc files). Typically the higher level of abstractions the language deals with the less advantage there is to full machine code compilation. A language that deals with strings is not going to get as much advantage from compilation, because it spends most of its time in string handling routines.

    • @autohmae
      @autohmae 5 ปีที่แล้ว

      Yes, that's what I meant with 'compiled at runtime', because the highest performing scripting languages like Javascript also use JIT. Java like Python also compiled to an intermediate form, that's the bytecode that was mentioned by the OP.
      To give you some idea of how fast a 'just a scripting language' like Javascript with JIT can be: C is usually still faster than Java in most cases. And when people create micro benchmarks to compare C to Javascript they usually make mistakes in finding the best way to optimize their C code. And in most of those cases Javascript is faster. So only if the C coder got all optimizations right, C will be faster. That is how fast Javascript is these days.

    • @autohmae
      @autohmae 5 ปีที่แล้ว

      @@Traumatree JVM also uses JIT. You do know JIT is automatically generated directly running compiled assembly code right ? Most of the slowdown from JVM comes from memory management and it's size (lots of disk accesses, just look at a JVM startup). And in case of Javascript it's the memory management and dynamic typing.
      Anyway... what about Rust ? That looks pretty good, C-like speed, etc. and safe memory handling and even unsafe if you need it. More and more code is being written in Rust now.

    • @autohmae
      @autohmae 5 ปีที่แล้ว

      @@Traumatree Something else that really slows down Javascript is parsing. Which is why WebAssembly has a binary format.

  • @TheddunTOSS
    @TheddunTOSS 6 ปีที่แล้ว +10

    Kotlin is based on the JVM. It creates VERY similar bytecode to Java. So speed is nearly the same in most cases. Only thing I know of were Kotlin is faster than Java on the JVM is higher order functions like map or filter, because the guys at Jetbrains really optimized bytecode creation here. The other thing is that one is faster writing Kotlin than Java.

  • @stevenlawson1845
    @stevenlawson1845 4 ปีที่แล้ว +2

    Thanks for the breakdown, that was actually pretty useful. I know a great deal about c# and I use it for game development. Recently I’ve been wanting to get into web development and web apps and have been wondering where to start on that. Kinda leaning toward JavaScript now.

  • @thecreativegem4412
    @thecreativegem4412 4 ปีที่แล้ว +2

    Thank you exactly the info I needed to hear! I like your voice too, makes listening easy.

  • @SAAARC
    @SAAARC 6 ปีที่แล้ว +56

    At 6:16 you say Java instead of Javascript. Regardless, great informative video. One of the reasons I have come to appreciate your videos is that you give us the big picture which includes business considerations and not just the technical details. Super helpful for someone trying to make their way into the tech world.

  • @ryanprussin
    @ryanprussin 5 ปีที่แล้ว +4

    0:31 - C & C++
    1:54 - Java
    3:51 - Python
    5:26 - JavaScript
    6:44 - PHP
    8:08 - Swift
    9:51 - SQL
    12:11 - C#
    ?? - Ruby

  • @lynsolzhen5665
    @lynsolzhen5665 6 ปีที่แล้ว

    Hey Stefan, I've been watching your video for quite some time now and I have a question for you. I don't know if you have addressed this or not in previous videos but, I just wanted to get your take on developer assessment test for a job interview?

  • @funmeister
    @funmeister 5 ปีที่แล้ว +2

    Great rundown. Also, great view at the end. Where is that?

  • @bhut_trolokia9954
    @bhut_trolokia9954 4 ปีที่แล้ว +3

    C++ has changed quite much in the past 2 decades, there has been a lot of change and addition that makes programming in it easier and in some ways there' s a lot more functionality like with higher level languages, though the hardcore low level programming style is still possible where needed.

  • @BradenBest
    @BradenBest 5 ปีที่แล้ว +62

    "Scripting language" is a meaningless term. It just says that the given language is "good for scripting", which is as irrelevant to the language spec as whether the most popular implementation is compiled or interpreted. Implementation details and usage are separate from language definitions. JavaScript, as defined by the ECMAScript standard ES2015, is a full-fledged, prototype-based multi-paradigm (chiefly: imperative, structural, object oriented, functional) dynamic inferred nominal weak duck-typed managed programming language. HTML and CSS, on the other hand, are domain-specific single-paradigm (declarative) languages.
    What do these words mean:
    * prototype-based - JavaScript implements a rarely-seen form of object inheritance called a prototype chain. In the domain of OO, prototypal and classical are the two major players.
    * multi-paradigm - Supports multiple programming paradigms
    * imperative - Any turing-complete language is bound to support imperative. This is the usual statement-for-statement do-this-and-do-that kind of programming.
    * structural - The ability to reuse and structure code into data structures and subroutines (aka functions/methods) is characteristic of this paradigm.
    * object oriented - Program behavior is distributed amongst self-contained data structures that contain methods for working with their own data. You can see how there is a logical evolution from imperative -> structural -> object oriented.
    * functional - focused on pure functions as defined in mathematics, follows closely the ideas of lambda calculus. Functional programming tends to gravitate towards functions-as-data and list processing. E.g. a common idiom is [1,2,3,4,5].map(x => x * x); // [1, 4, 9, 16, 25]
    * declarative - focused on the end result rather than the technical details. "Say what you want" rather than "Say how to do it". Dispatch tables are an excellent example of applied declarative style, and I am personally a huge fan of declarative and functional.
    * dynamic/static - this refers to type checking. A type system is static if types are checked before run time, whereas it is dynamic if types are checked during run time. This and inferred/manifest are the major differences between languages like C and JavaScript.
    * inferred/manifest - types are _inferred_ from data or must be explicitly stated by the programmer (manifest). It's the difference between `int foo = 5;` and `let foo = 5;`
    * nominal/structural - most langs are nominal. Types are determined to be the same based on type name/signature (nominal) or by looking at the structure of the compared objects. In JavaScript, the only thing telling you that {a: 5} and {a: 5} are the same type is the type name "object". They cannot be compared for type compatibility based on structure. Technically, everything in Javascript (except null and undefined) is an object of some form. IIRC, Go has structural typing. Which means two different structures with the same content will compare equal in type.
    * weak/strong - a bit fuzzy with where lines are drawn, but this refers to what is tolerated by the type system. C has a weak type system because everything is technically a number, except for structs and unions which are more of a "syntax sugar" thing that is handled by the implementation. You can add an `int` to a `char *` and get an offset of a string. You can call malloc() without casting, as it is implicitly converted to the correct pointer type. C++, by contrast, has strong typing, which makes it painful to write C code because C's idioms are often based on the advantages of weak typing, which C++ disallows. C++ is commonly called a "superset" of C, which is false and the two languages are actually very incompatible. If A is a superset of B, then all valid B programs are also valid A programs. Since you are required to do things like casting malloc explicitly, this means that you can't compile a (valid) C program with a C++ compiler and be guaranteed a successful compilation. And vice versa. C++ is a misleading name. Don't fall for it.
    * duck typing - a subclass of weak typing. If it looks, acts and sounds like a duck, then it's a duck. This is in reference to the way JavaScript mangles types and overcomplicates operations when two different types are being operated on. "5" + 5.0, [] + {}, {} + [], [] + [], [] + 5, "5" == 5. These are operations you would expect to fail because none of them make any sense, but with duck typing, you get "55", "[object Object]", 0, "", "5", and true. Duck typing is the implicit conversion of one type to another type, and this kind of idiot-proofing it is the source of a great many bugs in JavaScript programs.
    * managed/unmanaged - Whether memory is managed automatically. C is unmanaged. JS, Python, Common Lisp, Java and C# are all managed languages, which means they have integrated garbage collection.

    • @mihir89rd
      @mihir89rd 5 ปีที่แล้ว +20

      It's the first time ever that I felt that I should copy down a TH-cam comments for future reference

    • @SirusStarTV
      @SirusStarTV 5 ปีที่แล้ว

      Woe

    • @SirusStarTV
      @SirusStarTV 5 ปีที่แล้ว

      I mean wow

    • @ruudhermans4243
      @ruudhermans4243 5 ปีที่แล้ว +4

      More informative than the video it's placed beneath.

    • @crazybobby14
      @crazybobby14 4 ปีที่แล้ว +2

      Very useful information. Thanks for your time!

  • @vladfreishmidt2707
    @vladfreishmidt2707 6 ปีที่แล้ว +2

    Thank you for the video and for so nice balcony view..
    Curiously, does this mountain on the horizon have a name..

  • @MrBubbagump58
    @MrBubbagump58 6 ปีที่แล้ว +2

    Good YT video as always, Stef. I watched it yesterday at the car dealership. I'm not a C++ know-it-all, or an anything know-it-all, but you mention that designing web pages with C/C++ would be a daunting task, and, from what I know of C/C++, I'd agree. But, from what little I know, that's what libraries are for. Although, even there I'd have to admit, that learning all the C/C++ libraries for tasks like GUI development, and I assume web page design, is an effort unto itself.

  • @TheddunTOSS
    @TheddunTOSS 6 ปีที่แล้ว +61

    If you want to make Python faster you can use PyPy (a jit compiler) instead of the (standard) CPython interpreter.

    • @thehighevolutionary7161
      @thehighevolutionary7161 5 ปีที่แล้ว +5

      I was just going to say this. Cython, Numba definitly improve Python speed for many different task. Also, if you spend some time reviewing your code you can gain performance by replacing loops with comps and many other things as well.

    • @ijusterik5384
      @ijusterik5384 5 ปีที่แล้ว +1

      Haha, I run my py on the jvm

    • @arentaiss
      @arentaiss 5 ปีที่แล้ว +5

      @@thehighevolutionary7161 could you explain in more detail what do you mean by replacing loops with comps and other things? Thanks

    • @thehighevolutionary7161
      @thehighevolutionary7161 5 ปีที่แล้ว +1

      @@arentaiss his would take some time. code that is written in-line is in many cases faster which is why comprehnsions are faster in many cases over for -loops. check out videos or book on optimizing Python code. Or use a profiler with your code

    • @SirusStarTV
      @SirusStarTV 5 ปีที่แล้ว

      PP

  • @mrblini
    @mrblini 6 ปีที่แล้ว +11

    loved this. wished i knew it earlier

  • @raulrubencolunga5284
    @raulrubencolunga5284 5 ปีที่แล้ว

    1st video of your channel that I watched. I really really liked your straight style, you gave me a huge panorama on this video. Thanks!!! Im subbed!!

  • @ayasahyoun6522
    @ayasahyoun6522 5 ปีที่แล้ว

    Hi which language should i use to create a program for the design of beams and slabs..This involves a lot of mathematical equations and matrices. thanks

  • @keyo3945
    @keyo3945 6 ปีที่แล้ว +4

    Thanks a lot, it is very helpful 👌👏👍

  • @saurabpoudel8548
    @saurabpoudel8548 2 ปีที่แล้ว +3

    I spent my 20 years on 5 programming languages but today I learnt other 5 in 7.5 minutes (x2 speed)

  • @denkanator
    @denkanator 5 ปีที่แล้ว

    Super helpful video. I'm just starting with coding. Currently learning c#, because I want to make games in unity. Then I found I can make cross platform applications in xamarin. Does this make sense? Or should I just man up, learn java and swift, and make native applications? Or use JavaScript with something like reactnative..
    Not expecting a definitive answer, just an opinion from someone with more knowledge and insight.

  • @Shinypally
    @Shinypally 5 ปีที่แล้ว

    Thank you very much. This was very helpful! I appreciate the time you spend making this!

  • @DarkLevis
    @DarkLevis 6 ปีที่แล้ว +95

    Java is not that slow, yes it's slower than C but not that considerably(very roughly 2-3 times slower). Also modern C++ is definitely not just a "low level language", it's a generic language where you can write both high level and low level code. Modern C++ code is actually not much more complex to handle than what Java is, unless you really-really want to do some C++ trickery. The memory management headaches of C++ are a thing of the past.

    • @krzysztofszczepanski8597
      @krzysztofszczepanski8597 6 ปีที่แล้ว +1

      For warmed up modern JVM versions its more like 5-20% difference in normal conditions and in some cases Java is even faster than C ( I tested it by comparing around 10000 runs of simple programs in C and Java that calculate large Fibonacci numbers ) . And with G1 GC and JIT sometimes apps are even faster since C2 compiler can optimize them very well.

    • @Salaros
      @Salaros 6 ปีที่แล้ว +13

      Don't waste your time. This guy wants to get tons of views on a highly-hyped topic (programming). I watched some other his videos and he doesn't seem to be a very good software developer / engineer

    • @alonsop9861
      @alonsop9861 5 ปีที่แล้ว +3

      java isnt slow??? say that to minecraft

    • @JR-mk6ow
      @JR-mk6ow 5 ปีที่แล้ว +8

      Java is slower. But it's OK because it just works. You know that once you finish the code it will run (99% of the times) without problems. C++ might run into weird exceptions and memory errors.
      Also dlls. You made a costum calculator in Cpp? Take these 15MB of .dll files.

    • @alonsop9861
      @alonsop9861 5 ปีที่แล้ว +2

      @@Kelan-pn6em if an i7 4790k and a 970 is outdated... I was joking jajajaja

  • @kazaakas
    @kazaakas 5 ปีที่แล้ว +18

    Great little summary! Much better than I would've worded it, but nevertheless I feel inclined to add some comments:
    You're calling some languages fast and slow in different contexts, that may throw off many new people. Java is quite slow, compared to C... and JS is fast compared to Python. But calling Java slow and both JavaScript and PHP fast a few minutes later will surely throw people way off. Java is no longer many factors slower than C++ and JS as a server language is actually one of the slower choices while Java is one of the faster languages. Billions of dollars have been invested into optimizing the JVM due to it being an enterprise languages, and that really shows in Java 8.
    Furthermore PHP is really on the decline. It's one of those languages that is used everywhere because large platforms that work fine were once built on it, but today, the vast majority of people starting projects from the ground up prefer to use something else than PHP. Partially because quite a lot of modern web sites and web apps are written as single-page apps with a completely separate API server, the whole notion of injecting data into an HTML document on the server is losing traction and this is one of the few things that is more convenient in PHP than in other languages.
    Also... it's just really easy to mess up and write bugs in PHP compared to other languages. Not if you're accustomed to it of course, but I too believe there are better choices out there to write a server. Mostly GoLang and NodeJS are on the rise in this regard. I feel it's more important to base what you're going to learn on what will be relevant in about 3-5 years than what is used now in large legacy codebases.
    Source: JS lead dev, currently investigating what language we'll hire people for to rewrite our API server.

    • @mycardbrokedown5699
      @mycardbrokedown5699 5 ปีที่แล้ว +1

      no language in this world will ever save you from idiotic coders! I have seen idiotic code written in J2EE and that framework is as standard as it gets... The sheer idea that a language will stop coders screwing up is ridiculous, the only thing that does that is good QA, good processes, CD/CI tools, versioning control and unit testing. You can pick a language with 2 instructions and coders will still be able to implement bugs in it! Also injecting data into html client side... coders rejected XSLT/XML/DTD, I mean that standard is supported completely even today by ALL browsers mobile or not! and yet NOBODY uses it even though those were created for this exact reason. These guys all think they're so f smart chasing "modern" languages and discarding all the hard work that has been already put into existing technologies. It is guys that think like that that invented canvas even though we had SVG(btw also supported natively across the board). You know that the browser can marry data to template for you! and you don't use it! You go out and invent your own! You know that there is vector graphics processing capacity inbuilt in browser and you go out and build your own. And saying PHP is dying? Are you serious? 90% of the internet is php! Yes mostly because of wordpress but still. Also as the guy in the video said, php 7+ is a whole new beast! And it is really good, it is fast reliable safe... and you go build your own and then cry at the corners when you can't find a developer for "new ruby" or whatever else language you come up with! How can you even say that bugs are more prevalent in php?? I mean you can't even fathom the amount of shat I had to shovel in javascript from developpers not understanging what the difference between class and object prototyping is and how it works... or in java from ones that don't understand how a classloader works... or not even knowing java has one or that you can use one... sheesh, at least with php you have clean cut logic, it is one of the most clean cut languages there are, there is almost no black magic happening anywhere, everything is expressed and the few magic features like auto casting are few and far between whereas javascript can be written to a degree of complexity only dear god can untangle it. Java is better in this regard but mostly because hardtyping and because we use very smart ide's that build our projects and bind everything neatly together for us... the one saving grace for javascript would be typescript, which basically brings the entire crazyness of javascript to a bearable level. I mean come on what's next will apple or google or facebook implement a new RTC and call it something flashy like bullhorn? and everybody and their mothers will jump on it because of who invented it?

    • @GRBtutorials
      @GRBtutorials 5 ปีที่แล้ว

      Have you seen node.js benchmarks? It’s actually pretty fast!

    • @ruudhermans4243
      @ruudhermans4243 4 ปีที่แล้ว

      @@GRBtutorials That's because he is just claiming stuff. NodeJS is mainly written in C. Claiming it is slower than for example Java is meaningless it all depends on the type of operations you are trying to do and how NodeJS or the JRE is optimized for those tasks. I doubt that JS lead dev, which he calls himself, here has any meaning. Besides that, NodeJS was created at first because JS allows event driven programming better than other languages do and the single threaded event loop takes away a lot of hassle.
      But anyway.... it's a server. Your bottleneck is not your API but most likely the protocol you are using to connect to your API.

  • @FabrizioDelTufo
    @FabrizioDelTufo 5 ปีที่แล้ว

    Stefan, you are great !!! thank you so much for your kind video, yes, It help a lot for me to decide which one suits at the best for me !!!

  • @bogdanalexandruburca3579
    @bogdanalexandruburca3579 6 ปีที่แล้ว +2

    Thanks for the info!

  • @dementedchicken1
    @dementedchicken1 6 ปีที่แล้ว +45

    Your content is wonderful and your voice is relaxing like an ASMR tape

  • @gdj777
    @gdj777 6 ปีที่แล้ว +157

    So...How many Javascript frameworks in 15 mins?

    • @sobanya_228
      @sobanya_228 6 ปีที่แล้ว +9

      There is only one left, React

    • @yashuabaryosef4413
      @yashuabaryosef4413 6 ปีที่แล้ว +35

      What are you talking about? Vue.js is killing it.

    • @sqbossh
      @sqbossh 6 ปีที่แล้ว +17

      except React is not a framework but a Library

    • @xenopheliac7202
      @xenopheliac7202 6 ปีที่แล้ว +52

      By the time you have listed them all, a new one will have appeared.

    • @miyumiyu8570
      @miyumiyu8570 6 ปีที่แล้ว +6

      Xenopheliac LOL 😂

  • @victorpopov5248
    @victorpopov5248 5 ปีที่แล้ว

    this video really laid out the groundwork of basically what all the languages are and what their capabilities and pros and cons are. very helpful and informative video, thank you very much

  • @mr.datahead542
    @mr.datahead542 5 ปีที่แล้ว +2

    Great summary, very honest & informative!

  • @redroom333
    @redroom333 6 ปีที่แล้ว +9

    Lmao I liked the way Swift moved

  • @ramy-ahmed
    @ramy-ahmed 6 ปีที่แล้ว +5

    hey Stefan, can you make a video about kotlin. It's a new language and we want to know more about it

  • @thomasre8073
    @thomasre8073 5 ปีที่แล้ว

    Thank you for this great overview

  • @ruffneck718
    @ruffneck718 6 ปีที่แล้ว +2

    Thank you again Sir for your insights.

  • @davidbarbour2368
    @davidbarbour2368 6 ปีที่แล้ว +66

    Super helpful.

    • @sethnuzum
      @sethnuzum 6 ปีที่แล้ว

      Agreed! His videos are phenomenal!!

  • @aroneinhorn8570
    @aroneinhorn8570 6 ปีที่แล้ว +58

    Isn't C# now OS independent with .netCore?

    • @ventricity
      @ventricity 6 ปีที่แล้ว +11

      yes, but also mono with unity(games) and xamarin(mobile)

    • @TheOnlyJura
      @TheOnlyJura 6 ปีที่แล้ว +5

      Performance wise it is OS dependent.

    • @aroneinhorn8570
      @aroneinhorn8570 6 ปีที่แล้ว

      Marius Kanaporis what do you mean?

    • @SteveGouldinSpain
      @SteveGouldinSpain 6 ปีที่แล้ว +12

      Oh yes it is! And open source.

    • @philipmrch8326
      @philipmrch8326 6 ปีที่แล้ว +22

      I love C#, have about 4 years of experience with it. Yes .NET Core is multiplatform and the performance is faster than .NET Framework and Mono. The issue with .NET Core is that it is young, so it doesn't have all of the features that the whole .NET Framework has, but it's often fine. And yes, C# as a language is open-source, .NET Core is open-source, and the compiler (Roslyn) is as well.

  • @Isaacalelopez
    @Isaacalelopez 6 ปีที่แล้ว

    hi great videos Stegan, i have one question to ask i am systems engineering student, and altough we see some programming is not the core of the career. So how can i do to leaarn programming withouth having to sacrifice my studies and completly stoping playing videos games(whicn is my only safe way of entertainment ), at a stable and continous rate. Thanks

  • @mariuscosmindumitru5006
    @mariuscosmindumitru5006 4 ปีที่แล้ว

    Hi, love the videos, what you recomend for starting in programming, what language should a guys make his start in the business! Thanks in advance

    • @igorthelight
      @igorthelight 4 ปีที่แล้ว +1

      Depends on what you want to program - it's not a smart idea to learn JavaScript if you want to write a driver :-)
      Every programmer has his own opinion about what language to learn first.
      * Choose C# if you want a comfortable language for Windows application creation.
      * Choose JavaScript if you want to create your first web site (+ HTML and CSS)
      * Choose Kotlin/Swift if you want to create an Android/iOS application.

  • @mverma7845
    @mverma7845 4 ปีที่แล้ว +10

    I was wanting to learn all 10 programming languages and be a pro at them by the end. So disappointed. LOL J/K. Love your content keep it up.

  • @grostig
    @grostig 5 ปีที่แล้ว +60

    modern c++ is now both low-level and high-level.

    • @AA-gl1dr
      @AA-gl1dr 5 ปีที่แล้ว

      Grant Rostig modern c++ is by far my favorite

    • @alainterieur5004
      @alainterieur5004 5 ปีที่แล้ว +1

      @@AA-gl1dr I prefer c but c++ is fucking cool too, I agree

    • @OzzyTheGiant
      @OzzyTheGiant 4 ปีที่แล้ว +3

      @General relativity Agreed. All that memory management you will have to learn will make you a better programmer in the long run, but if you're simply trying to scrap up a website or an information based app, other languages will promote better productivity.

    • @azulay7746
      @azulay7746 4 ปีที่แล้ว

      @General relativity harder then assembler?

    • @Nitsuga-lb5br
      @Nitsuga-lb5br 4 ปีที่แล้ว

      ​@General relativity i don't think it's worth to take all that time on learning C++ when you can learn Rust instead and don't have to deal with the billion issues that come with memory management while also having a language that's as low level, but also even higher level than C++, while being faster due to it letting you do stuff the most efficient way possible safely, with some methods that would be extremely hard to do in C or C++.
      Not to mention rust has a way newer and cleaner code base, with a much better compiler that catches a ton of bugs before you run into them at runtime, and with well thought out newer concepts like lifetimes and async, which C++ does have, but it's way less ergonomic to use.

  • @sevdalink6676
    @sevdalink6676 4 ปีที่แล้ว +1

    After just 4 of your videos watched, I see you as my #1 youtube programming mentor.
    You speak and explain in a simple way and the end of every video I really understand things and can make use of your lesson.

  • @octalillusion
    @octalillusion 5 ปีที่แล้ว

    wish we heard more from you, you do great tutorials!

  • @TheAtuldon
    @TheAtuldon 6 ปีที่แล้ว +7

    My man

  • @noahashton3252
    @noahashton3252 6 ปีที่แล้ว

    Any recommendations on the best Java IDE? Im using Dev C++ and learning C++ and loving it, but i would like to work on some android apps with Java and was wondering which IDE would be best?

    • @ChristianMello
      @ChristianMello 6 ปีที่แล้ว

      SpideySound If you’re working on Android apps in particular, I would recommend Android Studio. It’s an IDE made just for Android by Google, and it’s based on another IDE called IntelliJ IDEA.
      If you’re just learning Java though, it might be worth forgoing an IDE for awhile and using a more basic text editor :-) I knew plenty of people in school who were just fine with Notepad!

  • @hrvojebencik7659
    @hrvojebencik7659 6 ปีที่แล้ว

    Hey Stefan, what do you think about Kotlin? Especially for android programming?

    • @StefanMischook
      @StefanMischook  6 ปีที่แล้ว

      I haven't used it, but Jetbrains is behind it and they are really good at IDE's ... so I imagine Kotlin is right up there. And since Google gave it the thumbs up, you know it's good. Android needed their Swift.

  • @LesterShipMirOleg1992
    @LesterShipMirOleg1992 5 ปีที่แล้ว +7

    Geez! Wish I had seen this vid a decade ago. Wait! This guy came from the future!

    • @daved8698
      @daved8698 5 ปีที่แล้ว

      hahha 老铁 what inspirations did you get canyou share with us :)))

  • @gabrieltavares222
    @gabrieltavares222 5 ปีที่แล้ว +13

    What about scratch ?

    • @Lurothero
      @Lurothero 5 ปีที่แล้ว +1

      Thats more for learning

    • @MarWan-hp6lx
      @MarWan-hp6lx 5 ปีที่แล้ว

      scratch not Programming Languages

    • @TheDsCrafter
      @TheDsCrafter 5 ปีที่แล้ว +5

      C++ is slow compared to scratch

    • @gabrieltavares222
      @gabrieltavares222 5 ปีที่แล้ว

      @@TheDsCrafter Faxx

    • @DerAlfredman
      @DerAlfredman 5 ปีที่แล้ว

      nice that waht my os is running in ;D

  • @dusanranduska4350
    @dusanranduska4350 6 ปีที่แล้ว

    Hello, I am working with SW called Plant Simulation which serves for creating simulation of production lines, material flow etc., It runs on Simtalk(It is very similar to C++, but it is a bit modified by Siemens) . I am really into the programming since I started programing in this SW. I am mechanical engineering so I dont have big experiances with IT and other programming languages. I want you to ask if it is difficult to learn, for example Java or Phyton, when i know how to program in C++. Is it possible to use learn knowledge from C++ in other languages ? Thank you ! nice vid btw.

    • @igorthelight
      @igorthelight 4 ปีที่แล้ว

      If you know C++ - it will be very easy to learn almost any other language!

  • @timonpasslick
    @timonpasslick 5 ปีที่แล้ว

    I like how pragmatically you see these languages and how small your bias on them is. Great video!

  • @iDrinkVodkaRS
    @iDrinkVodkaRS 6 ปีที่แล้ว +4

    do you mean "in" 15 minutes rather than is?

    • @eugenenovikov671
      @eugenenovikov671 6 ปีที่แล้ว

      да, он ошибся.

    • @StefanMischook
      @StefanMischook  6 ปีที่แล้ว +1

      Oops ... thanks for pointing that out. Fixed!

    • @StefanMischook
      @StefanMischook  6 ปีที่แล้ว +3

      Да, я был.

    • @Kitulous
      @Kitulous 5 ปีที่แล้ว

      Stefan Mischook you can't write "да, я был" in that context. The thing you've written is literally "I have been". If you meant "Yes, I was [mistaken]", you should write the verb again: "Да, я ошибся".
      Don't mean to teach you though, just a little correction from a native speaker :D

  • @altaccount648
    @altaccount648 5 ปีที่แล้ว +3

    0:31 - C & C++
    1:55 - Java
    5:26 - JavaScript
    6:45 - PHP
    8:10 - Swift
    9:55 - SQL (4 GL)
    10:55 - CRUD
    12:10 - C#
    Why did I do this?

    • @StefanMischook
      @StefanMischook  5 ปีที่แล้ว +1

      Because you want to help out. Thanks!

    • @altaccount648
      @altaccount648 5 ปีที่แล้ว

      And just noticed that I didn't do all + someone already did it, rip.

    • @griffin8062
      @griffin8062 5 ปีที่แล้ว

      you missed python

  • @MichaeljMr
    @MichaeljMr 4 ปีที่แล้ว

    I really appreciate this video. You answered so many questions ive had for so long in just 15 minutes. Thank you for your work !

  • @soniaed4818
    @soniaed4818 5 ปีที่แล้ว +1

    Your content is so useful to me, thank you for making it available

  • @DagothDaddy
    @DagothDaddy 4 ปีที่แล้ว +13

    I write in C for I hope one day my code runs so fast it can outrun my sins

  • @marcoangelo
    @marcoangelo 6 ปีที่แล้ว +4

    no more apples. Hes had enough

  • @orbyfied
    @orbyfied 3 ปีที่แล้ว +1

    if you multithread your java classes, does it run faster?

  • @CryseTech
    @CryseTech 5 ปีที่แล้ว +1

    Very nice information video, i miss LUA, do you have some information about that?
    Thank you for your work

  • @mrmacedon
    @mrmacedon 5 ปีที่แล้ว +5

    the video game industry is more successful than film and music put together. Dont hesitate, go for C & C++ for game development

    • @lorandszekely4991
      @lorandszekely4991 5 ปีที่แล้ว

      game engines are C and C++, not the games themselves

  • @cray32
    @cray32 6 ปีที่แล้ว +8

    For a language that is declining and becoming insignificant you sure seems to always mention Ruby all the time and I mean all the time when comparing languages.....

    • @StefanMischook
      @StefanMischook  6 ปีที่แล้ว +3

      LOL! The Ruby guys always say, "... how come you trash Ruby?" But you are right, it is in decline and I think it will eventually become barely used. That said, there are some Ruby jobs out there, so I mention it. The future is better for JS, PHP, Python, Java, C# ... and a few others.

    • @davidbasil2727
      @davidbasil2727 6 ปีที่แล้ว

      You know what's declining? Its PHP and asp.net. Rails is still there and growing.
      And the only reason why people mention ruby is because of the rails framework. Its the best framework out there.

    • @eugenenovikov671
      @eugenenovikov671 6 ปีที่แล้ว

      in Moscow there are even Delphi and VB vacancies))) and even COBOL in some banks.

  • @dimak.9906
    @dimak.9906 5 ปีที่แล้ว

    Thank you sir!! Subscribed Immediately!

  • @_mzkr_
    @_mzkr_ 6 ปีที่แล้ว +1

    Very cool. I like your overview and relevance. Much appreciation.

  • @SAS-qq5ce
    @SAS-qq5ce 6 ปีที่แล้ว +4

    i like you man

  • @max31505
    @max31505 5 ปีที่แล้ว +6

    man! u look like rick in walking dead

    • @dhapumdhap
      @dhapumdhap 5 ปีที่แล้ว

      WTF! Looked yourself in the mirror lately?

  • @dscheme4427
    @dscheme4427 4 ปีที่แล้ว +1

    14:30 when I was doing my degree in Comp Sci, back in ye mists of time, the head nerd told us "pick the right tool for the right job". (We were taught Modula 2, first...sigh (I won't even....) but that advice is rock-solid.. One thing I've learned the hard way is : if your favourite tool is a hammer, every problem looks like a nail. As a coder, sometimes you need to take a step back, and consider if you need to use a screw-driver. I would also add to the argument, choose a language (if you don't know any) you enjoy using (to get a foot-hold), but be aware there are many different ways to square the circle.

  • @sergi3629
    @sergi3629 5 ปีที่แล้ว

    That was very informative, thank you : )

  • @MatejVancoCG
    @MatejVancoCG 6 ปีที่แล้ว +5

    I don't even need to go to school. Perfect!

    • @monday6740
      @monday6740 5 ปีที่แล้ว +1

      TH-cam is a great source for IT in general. Not all information is correct, some is doubtful, but most is actually on point. If in doubt, check the comment section.

  • @Aieieo
    @Aieieo 5 ปีที่แล้ว +7

    I'm confused about who this video is targetting. At one moment your assuming people know what a library is and the next your explaining what a database is at a very simple level.

    • @StefanMischook
      @StefanMischook  5 ปีที่แล้ว +8

      Good point.

    • @Macatho
      @Macatho 5 ปีที่แล้ว +1

      I thought the explanation of a database was so nice it didn't even matter that I knew/know what a database is to be able to enjoy the explanation :)

  • @SlowedOutOfExistence
    @SlowedOutOfExistence 5 ปีที่แล้ว

    Very Usefull video man, btw wich camera are you using ? it gives very dope background blur

    • @StefanMischook
      @StefanMischook  5 ปีที่แล้ว

      Thanks! Canon C200.

    • @SlowedOutOfExistence
      @SlowedOutOfExistence 5 ปีที่แล้ว +1

      Stefan Mischook ouch 6k €, not for me but i think you have a good face and good expressions, being a movie actor will fit you so well

    • @StefanMischook
      @StefanMischook  5 ปีที่แล้ว

      Thanks!

  • @cylenalag
    @cylenalag 6 ปีที่แล้ว +2

    This is cool, though I was expecting a rundown syntax-wise about those languages in 15 minutes. Now THAT would have been a feat. Like make the same program in all the languages, and have that program do a whole bunch of basic things: calculation, playing sounds on a certain action like a button press, etc.

  • @mouthbreather280
    @mouthbreather280 5 ปีที่แล้ว +3

    *how come you didn't cover the super powerful low-level (CPU close), language HTML? It's used for machine learning, neural networks, AI. HTML can completely destroy C. Also CSS could have been a honorable mention because it's more faster than python and MUCH MORE powerful. I personally have used Cascading Style Sheets alone to make operating systems!*

  • @ZeroShrimpy
    @ZeroShrimpy 6 ปีที่แล้ว +25

    you lied to me you said in 15 minutes but it was 15:13 (i can't live in piece now)

    • @PASTRAMIKick
      @PASTRAMIKick 6 ปีที่แล้ว +10

      Peace*?

    • @StefanMischook
      @StefanMischook  6 ปีที่แล้ว +24

      LOL! I always give more than I promise!! :)

    • @TokyoXtreme
      @TokyoXtreme 6 ปีที่แล้ว +2

      But only because he threw in that awesome bonus outdoor footage!

    • @angleange5540
      @angleange5540 5 ปีที่แล้ว

      @@StefanMischook nice and helpful video thanks

  • @kertamo6721
    @kertamo6721 5 ปีที่แล้ว

    That was an AWESOME video! Thank you so much!

  • @Geotubest
    @Geotubest 6 ปีที่แล้ว +2

    Thanks. Great overview.

  • @QIZI94
    @QIZI94 6 ปีที่แล้ว +7

    Everything incorret/wrong that has been said in this video:
    1. "It could take forever to write Webapp in C++ in comparasion of Java", it depends on library that you use, there are planty on github and some are very good or better than Java alternative... But that's the real problem... companies likes standards.. and Java does have standard ways to develop a webapp that is backed by some big company, C++ doesn't.
    (Funfact, FaceBook backend infrastructure is writen in C++ from requests to messages to database access, they used Java before but Java couldn't handle the load, now they have techtalks on CPPCONS how they improve performance for thier users by rewriting some parts of there infrastructure in C++)
    2. "C/C++ if you write code in those you will be writing for one platform and you need to rewrite it to run on mac", WTF when you writing a aplication you ussually want to use cross-platform libraries so it runs everywhere... this is like saying java runs only on Windows when developers used libraries that uses DLLs. In fact C++ with the standard libraries runs on more platforms than JAVA. The only real difference is that Java only requeire one "executable" and C/C++ needs executable per-platform(but I could argue that Java also needs executable per-platform because of android have special kind of java).
    3. my Java related comment that has been indirectly said in this video, you may not need to deal with pointer and manual alocation/dealocation in java but there are still so much bugs in JVM that I would gladly used C++ for everything that Java is used, I would rather solve memory leaks or NULL pointers than dealing with failing reflection and polimorphism in Java.

    • @hungnguyenthanh5785
      @hungnguyenthanh5785 6 ปีที่แล้ว

      C++ is a great language, the second oldest in his list. Still used now, I'm learning it, and will be a good electronic engineer who contribute to the trending of smart city, mods con in Vietnam.

    • @goran5844
      @goran5844 5 ปีที่แล้ว

      QIZI94 *thats totally all points in the video*

    • @goat9199
      @goat9199 5 ปีที่แล้ว

      Hmm, I wonder what language you code.

    • @evar5831
      @evar5831 5 ปีที่แล้ว

      QIZI94 can I make apps with PHP? Like games or other apps.

  • @BurninRevolver
    @BurninRevolver 6 ปีที่แล้ว +3

    This guy doesn't really know what he's talking about:
    -You can develop cross platform in c++, you don't have to rewrite everything
    -Java is not that slow, this is a very old myth that some still believe
    -Kotlin is not faster than Java and it is not developed by Google, it is developed by JetBrains
    -PHP sucks, and PHP is not fast, it is very slow as it needs a web server like apache or nginx on top of it. Golang is probably the fastest high level language for server side

    • @markwiering
      @markwiering 5 ปีที่แล้ว +2

      "-Java is not that slow, this is a very old myth that some still believe"
      No, it is still slow. I usually program in my favourite programming language (C++), but now I am forced to make programs in Java as well for my university, and I am already noticing a huge performance tax that Java is having on my programs.
      Java takes longer to compile than C++, but the most evident performance tax is at run-time.

    • @larrydewey2952
      @larrydewey2952 5 ปีที่แล้ว +2

      In agreement. There was a lot of misinformation in this video, it was a good attempt to get language names out there, though.

    • @kingezikiel5302
      @kingezikiel5302 5 ปีที่แล้ว +1

      "Java is not that slow, this is a very old myth that some still believe"
      Not as much as he was suggesting, but it is slow compared to C. Java will always have garbage collection and always be slower.
      "Kotlin is not faster than Java and it is not developed by Google, it is developed by JetBrains"
      You weren't listening. He said that Kotlin is faster to write compared to Java. He also said it was endorsed by Google not that it was developed by Google.

  • @DoctorAeroson7
    @DoctorAeroson7 5 ปีที่แล้ว

    Thank you, it was very informative!

  • @theinquisitor18
    @theinquisitor18 6 ปีที่แล้ว +2

    I'm an up coming programmer.. I've been using your videos to gain knowledge. Thank you.