The Programming Language Guide

  Рет қаралды 425,534

Traversy Media

Traversy Media

Күн бұрын

This is NOT another annoying top 10 programming language video. We will talk about how programming languages work including low-level & high-level, compiled, interpreted, etc. We will also talk about some of the popular languages and what they are good for.
👇 Website & Courses:
traversymedia.com
💖 Show Support
Patreon: / traversymedia
PayPal: paypal.me/traversymedia
👇 Follow Me On Social Media:
Twitter: / traversymedia
Instagram: / traversymedia
Linkedin: / bradtraversy
💻 Programing Language Crash Courses:
Rust - • Rust Crash Course | Ru...
C# - • Build a C# .NET Applic...
Go - • Go / Golang Crash Course
Python - • Python Crash Course Fo...
JavaScript - • JavaScript Crash Cours...
Kotlin - • Kotlin Crash Course
PHP - • PHP Front To Back [Par...
Ruby (Ruby on Rails) - • Ruby On Rails Crash Co...
Timestamps:
0:00 - Intro
1:02 - Low-Level vs High Level
1:43 - Machine Language
2:28 - Assembly Language
3:24 - General Purpose Languages
3:52 - C Language
4:47 - Compiled vs Interpreted
6:30 - C++
7:26 - Rust
8:46 - High Level, Interpreted Languages
9:23 - Java
10:50 - Statically Typed vs Dynamic
12:03 - Kotlin
12:58 - C#
14:40 - Go
16:00 - Python
17:20 - Ruby
18:54 - JavaScript
20:58 - PHP
22:37 - Swift
23:35 - Outro

Пікірлер: 351
@kevinvikan3609
@kevinvikan3609 10 ай бұрын
As someone who did struggle for 1 year to learn, I had to come here to say: the best way to learn are books that have interactive content. Those that make you practice what they teach on еach chapter. And that's what you need as a beginner: practice instead of complex subjects and concepts. Focus on learning your first programming language and everything else will be much easier once you learn. Edit: For those asking, the books that made me learn were "Javascript In Less Than 50 Pages" and "Head First Javascript Programming".
@TheReal_E.IRIZARRY
@TheReal_E.IRIZARRY 9 ай бұрын
Stack Overflow saved me. rotflmao
@MartinezRBA
@MartinezRBA 8 ай бұрын
I have seen this comment on other videos about programming languages haha, nice
@blackiesavage7661
@blackiesavage7661 7 ай бұрын
Basically documentation
@secfeed6987
@secfeed6987 4 ай бұрын
exactly, I had the same issue, I literally had to write my own curriculum as I couldn't find anyone that could teach it for beginners. This was when I was learning C#. The problem with all these courses, they actually don't teach you anything. They just tell you, great now build this simple function, good luck, and then you're just sitting there going WTF are you on about? Instead, I spent days going through books and videos and grabbing bits and pieces, threw it all into Github, I then consulted with a Project Manager to work out the best framework to manage my learning and learned how to use GitKraken to help me oversee my code. Best experience ever. As a beginner you need to be hand fed most of the stuff at the start so you understand what the code is doing, then you can start writing your own stuff. Instead, it's in reverse, you're told to write your all your own programs and you know nothing lol.
@eldi
@eldi 2 ай бұрын
Disagree. And such a generic answer. Like, books? Really? Is that your tip for beginners? C'mon.
@AndrewBlucher
@AndrewBlucher 10 ай бұрын
Great vid Brad. I'm a retired University Lecturer, I taught programming for 20 years. IMO you've given a great and unbiased intro to modern programming languages. As you said, you can't cover everything. For anybody reading who wants to dig deeper, here are a few suggested considerations - Library support. This is one thing that drives the popularity of Python, and is the bedrock of C and C++. - Object Oriented or not? OO is not just one concept: every language has it's own concept of OO. - A few languages that Brad had to leave out: Pascal (mentioned), Fortran, Cobol (yes people still use it). - Other programming paradigms. Lisp and Prolog are worth learning: they teach you different ways to think. - Stability. Is the language / framework / environment owned by a corporation that can change it at any time, or is it a Standard? Getting off Brad's topic, here are some other things to consider. - Test Driven Development. Check it out, along with criticisms. - Prototyping / Agile. They are not the same. Check out criticisms. Is Agile a passing fad? - Learn about preconditions, invariants, post conditions. Read Meyer Object Oriented Software Construction. - Read Stroustrup The C++ Programming Language. You'll learn heaps, not just C++. - Learn about debugging. Write your code to be debugable, along with testable. And now a caution: I've only seen one of Brad's vids and he seems to be thorough and trustworthy. Many other programming KZbinrs (and online tutorials) are not, I've seen plenty who just sprout ignorant opinions and wrong "facts". Tutorials are good to get you started, but don't rely on a single source. When you really want to know something, go to (as they say) the source. The official documentation, the original author, the official website. Final advice: learn multiple languages. Experiment. Write your own interpreter. Have fun :-)
@alans8771
@alans8771 10 ай бұрын
Thanks for sharing your wisdom and experience , will be useful :)
@user-ig2ej8iw7f
@user-ig2ej8iw7f 7 ай бұрын
Thanks professor
@miroslavmikus6480
@miroslavmikus6480 7 ай бұрын
One thing I think is missing in programming courses is adding new functionality into previous (home)works - which is how it works in real life jobs. Until then you can't appreciate proper coding style and software patterns and so on. Maybe even same project once with your own implementations (to know how it works) and once with maximizing standard libraries (to know how you could avoid bugs from previous project :D) and similar...
@AndrewBlucher
@AndrewBlucher 7 ай бұрын
@@miroslavmikus6480 Sounds like you have attended one of my classes :-) Students would build up a significant project (2000 to 3000 lines of code) incrementally through the 13 week semester. If that sounds like a lot, well, yes it was! It was an elective subject that had high student demand because of the great skills they learned.
@AndrewBlucher
@AndrewBlucher 5 ай бұрын
@@europa818 Who is "we"? I didn't mention Java.
@KennyYipCoding
@KennyYipCoding 2 жыл бұрын
Almost thought you made one of those top programming language clickbait videos. Good thing I was wrong ! :)
@TraversyMedia
@TraversyMedia 2 жыл бұрын
Nope. I wanted it to be objective and to help people understand more about programming languages. Top 10 lists are nonsense.
@BahLarry
@BahLarry 2 жыл бұрын
@Kenny Yip Coding I haven't seen brad do click baits, bro.
@maxfrischdev
@maxfrischdev 2 жыл бұрын
All tech -youtubers make these every year 😅 But THIS video is not one of them, it's a very neat rundown and comparison of the most used languages. Well made 🤘🏻
@quentincaldway
@quentincaldway 2 жыл бұрын
@Kenny Yip Coding You'll never find Brad stooping to click baiting brother. He has a pretty sold rep. Appreciate all the content you push out for us Brad!
@leonarddavis8732
@leonarddavis8732 2 жыл бұрын
All of his videos are excellent. You may want to subscribe to the channel if you're looking for this type of info.
@renujadecosta6408
@renujadecosta6408 2 жыл бұрын
Congratulations Brad for being one of the favourite developers on the State of JavaScript survey 2021❤️❤️
@TraversyMedia
@TraversyMedia 2 жыл бұрын
Thanks!
@Treedboxcom
@Treedboxcom 2 жыл бұрын
Yeah!
@alicefraser5799
@alicefraser5799 2 жыл бұрын
Love the t-shirt Brad! Thanks for another useful video. As a self-taught beginner I'm glad I bumped into you in one of the many many rabbit holes I found myself lost in this year. You've played a huge part in helping me navigate the labyrinth of the web dev / programming scene, and taught me CSS and JS. Always great content, no fluff and to the point. Whenever my brain is ready to cram in some more, you're one of my go-tos and I keep learning thanks to you. Respect.
@mattgic42
@mattgic42 2 жыл бұрын
Hands down you're the best crash course teacher I've ever had the pleasure of knowing. Just wanted to take the time to show my appreciation and admiration for everything you do for us.
@dansanger5340
@dansanger5340 2 жыл бұрын
These types of videos are very helpful to people who are just getting into or back into software development, or people whose careers have been very siloed. Both apply to me, so thank you.
@miraclehesed8959
@miraclehesed8959 2 жыл бұрын
Very insightful. Thank you for this. I really needed to know this coding history and you just summarized it with precision. Awesome.
@emmanuelAumsuri
@emmanuelAumsuri 2 жыл бұрын
I never found the quality content, and well explainable video like this for programing languages. Thanks so much! Your video is very useful.
@OldSloGuy
@OldSloGuy Жыл бұрын
A well paced delivery! Lots of info succinctly presented with good audio. No background music is a big plus for me.
@shhrage
@shhrage Жыл бұрын
Thank you for this information, noted all of it down and it might be helpful for me to choose what to learn and aware of the other programming languages and yes learnt new things too.
@ViorelMocanu
@ViorelMocanu 2 жыл бұрын
As always, excellent video, Brad! :) Keep up the fantastic work!
@petecapecod
@petecapecod 2 жыл бұрын
Great video! You cover many important details about how languages work, and their respective levels. This video is a must watch for anyone getting into coding 💯
@kiafaaxahmed
@kiafaaxahmed 6 ай бұрын
progrminng c+++ jva
@kelechimoses5333
@kelechimoses5333 8 ай бұрын
This is literally the best guide to programming languages i've ever seen!!...thank you so so much!
@djl3009
@djl3009 2 жыл бұрын
The 1st ever program I wrote was in machine code using hexadecimal instructions and memory addresses. That was for Intel's 8086 processor :) -- part of an "electronics instrumentation" module for a Bachelor's degree in Physics, way back in 1996!
@silloo2072
@silloo2072 Жыл бұрын
You wrote in binary?!!?
@MiChEaLaDeNuGa-oj6wb
@MiChEaLaDeNuGa-oj6wb Жыл бұрын
@@silloo2072 The real boss 😂
@franciscoflamenco
@franciscoflamenco 10 ай бұрын
No, he wrote in Hex, but that's as close to binary as it gets for people I guess.
@VladBurlutsky
@VladBurlutsky 2 жыл бұрын
Great video Brad!Thanks a lot for what you've been doing and creating!
@deanthemage
@deanthemage 11 ай бұрын
Very helpful and insightful especially to those of us just starting out. Thanks man
@user-di4bt7qu2i
@user-di4bt7qu2i 2 жыл бұрын
Great info Brad. Watching your videos is always time well spent.
@ColeCaccamise
@ColeCaccamise 2 жыл бұрын
Great video Brad! Everything was really well explained
@TheNoodleMint
@TheNoodleMint 2 жыл бұрын
Thank you, Brad. This is very helpful for a beginner like me.
@realfejiro
@realfejiro 2 жыл бұрын
Oh Brad!!! You never fail to deliver. Thanks Boss. God bless you. With love from Nigeria.
@mmelimahlobo7656
@mmelimahlobo7656 7 ай бұрын
Thanks Brad this was very helpful,I have heard many people discouraging from learning PHP
@averageguyvstheworld8601
@averageguyvstheworld8601 2 жыл бұрын
Definitely appreciate you talking about web assembly, recently found out about it and it seems like it could be awesome
@tolulopeokerayi8158
@tolulopeokerayi8158 2 жыл бұрын
Your videos are so helpful. Thank you!
@christiflame7444
@christiflame7444 Жыл бұрын
Thank you so much for this Video it Really helps to clear some things up!
@nikomitk8091
@nikomitk8091 8 ай бұрын
I learned the assembly language of the 8051 microcontroller in school and it was one of the most useful things I've ever learned regarding technology, cause it absolutely changed the way I understood everything about the way a computer works, and it's given me a huge advantage in university, no matter what programming language.
@yt_bharat
@yt_bharat 2 жыл бұрын
Best content for programmers, thanks for the wonderful presentation. Neat slides 🙂
@jimmypretzel4785
@jimmypretzel4785 Жыл бұрын
Thanks a lot for this video, it was really helpful and well presented!
@djlclopez128
@djlclopez128 8 ай бұрын
Thank you, very informative. Would you possibly make a video detailing which software careers use certain languages? (For example, machine learning careers and what languages they should learn or full stack development and languages needed) that would be very helpful as well!
@tobimedase9312
@tobimedase9312 Жыл бұрын
Thank you for this amazing video and for breaking it into bits.
@Lyrik-Klinge
@Lyrik-Klinge 2 жыл бұрын
Thanks for the fantastic overview!
@nikolavukovic5678
@nikolavukovic5678 2 жыл бұрын
Great content, tnanks a lot! Means a lot. Would like to see some devops build/deploy and automation strategies .. Thanks take care.
@samanfayazi1226
@samanfayazi1226 2 жыл бұрын
Informational as always, thanks a lot Brad.
@hamzaassa1988
@hamzaassa1988 2 жыл бұрын
Hi brad Thanks for all the amazing knowledge that you give for free. I just wanted to ask if you could provide these slides ( that mostly your videos have ). It would be amazing. Thank you.
@malkiatsingh3057
@malkiatsingh3057 2 жыл бұрын
Thanks for the Guide really helped me and I found the language for myself thank you !
@umaruabdulmalik
@umaruabdulmalik 2 жыл бұрын
Thanks Brad, much appreciated!
@scottwoodcock2779
@scottwoodcock2779 2 жыл бұрын
Awesome topic! Great to have you share your insights on these languages and their use cases. Popcorn worthy! 🍿🥤
@thunderbayrider01
@thunderbayrider01 2 жыл бұрын
Great explanation! Would you recommend a coding boot camp for someone wanting to start a new career in web dev, etc.? Or some other educational route?
@daniell8324
@daniell8324 2 жыл бұрын
Thank you Brad, sir, for all the wonderful KZbin tutorial videos you have been making and I am following, I have also taken and completed some of your Udemy courses since 2019, they have vastly improved my skills and understanding as a Frontend Web Developer, thank you sir :) Just a request, could you make a tutorial video on the new CSS Cascade Layers please? Thank you.
@avatarhzh5035
@avatarhzh5035 2 жыл бұрын
Great video as always Brad. One suggestion for this video is that I wished you included something like Haskell and then quickly described the difference between OOP vs FP. As it stands now the video is a bit biased towards OOP languages.
@marc.roelofs
@marc.roelofs 2 жыл бұрын
Thanks. Very useful to show people an objective view on the different languages.
@Gennys
@Gennys 8 ай бұрын
So many of these languages have come such a long way, even in the last 5 years. It's remarkable. I really have to give props to the JVM team specifically. They have really done an incredible job adding features, allowing more languages to be run on the virtual machine. And the Java language developers as well have been really putting in the work since Java 8 implementing some seriously fantastic functional paradigms into the core language and really modernizing the language while being extremely considerate not to bloat the language.
@KayGee_yt
@KayGee_yt 7 ай бұрын
Im studying product design ans just trying to understand how coding works without becoming a developer myself. Breakdowns like this are great! Thanks man!!
@CarCinCal
@CarCinCal 2 жыл бұрын
Great video as always - thank you for making this! But why not include Dart?
@venkatkosuri5224
@venkatkosuri5224 2 жыл бұрын
Thanks Brad I got a job as a react js developer fresher just following your videos Keep sharing front end videos 🙏❤️❤️
@michelchaghoury870
@michelchaghoury870 2 жыл бұрын
great vid like always, can you make in the future some C#/NET Projects ?
@greg5023
@greg5023 2 жыл бұрын
6:45 "C++ is object oriented". C++ supports OO development but a lot of C++ code is written that isn't OO.
@TraversyMedia
@TraversyMedia 2 жыл бұрын
I just realized I made it sound like it has to be OOP. Thank you
@Voidstroyer
@Voidstroyer 2 жыл бұрын
Originally the purpose of C++ was "C with classes". It has only become more and more functional in newer versions, but in most of it's lifespan C++ was used with OOP in mind.
@Epikht
@Epikht Жыл бұрын
Thank you brad 🔥
@ubaldo7227
@ubaldo7227 Жыл бұрын
Thanks a bunch, very informative
@flogginga_dead_horse4022
@flogginga_dead_horse4022 2 жыл бұрын
Sorry to see you didn't mention Elixir at all. Also a really good Python framework to use which is faster and more modern than Django and Flask is FastAPI.
@gcxs
@gcxs 2 жыл бұрын
it's on 13th
@gimlam5909
@gimlam5909 2 жыл бұрын
Since he didn't mention Lisp I think everything else is behind on the queue.
@starseven4736
@starseven4736 2 жыл бұрын
@@gimlam5909 World is not ready for LISP dude. I love emacs and syntax seems annoying once you understand it, everything make sense. Ditch kotlin why not build android app in clojure.
@jomy10-games
@jomy10-games Жыл бұрын
If you want to learn Swift, it has evolved a lot over the years. It can compile to Linux, Windows and WebAssembly. It's used for scripts, backends, etc. The most common use case remains apps for Apple Platforms ofcourse.
@clinicmasterinternational4342
@clinicmasterinternational4342 2 жыл бұрын
Thanks for this update Brad, insightful. I was expecting to find Dart on list though, Kindly share thoughts. Wilson Kutegeka-Kampala Uganda
@ishtiakahmed6336
@ishtiakahmed6336 2 жыл бұрын
What a awesome video on Languages on The International Mother Language Day! After hearing about them, I choose C++ and Go for general purpose.
@akin242002
@akin242002 2 жыл бұрын
Go is great. C++ is like having a life goal to become an astronaut. Not easy, but with time and strong determination it can be learned.
@peshutanpavri1599
@peshutanpavri1599 Жыл бұрын
Brad, your videos have been so helpful to me, I have never seen you do any tutorials on Java ? Do you do Java or have any Java tutorials ?
@sumitpanwar9695
@sumitpanwar9695 2 жыл бұрын
I am Learning programming for the last 3 years right after high school I skip college and Brad ( Traversy Media ) is the best instructor for programming, and web development. I am done he's javascript course it was amazing after this I don't have to learn every single language from scratch I just need to learn the basic syntax. after all of this now work in Flutter, Web Dev, Starting Unity, all of this because of him ThankYou Brad ❤️
@mikev4755
@mikev4755 Жыл бұрын
I've used assembly language, Fortran, Cobol, PL/1, Pascal, VB Script, C++, C# and several others. C# is easily the best environment. Also, there is another language between assembly code and machine code. It called micro code and defines the CPU functionality.
@apolmedrano3914
@apolmedrano3914 3 ай бұрын
Youre a genius, hopefully I can get to your level one day
@onlineVitamin
@onlineVitamin 10 ай бұрын
valuable + on point . thanks for great content
@yutubl
@yutubl 2 жыл бұрын
Nice programming languages overview for general entry purposes. Do you plan an overview over specialized so called domain specific languages: automation & robotics (Siemens S7), data science (R), mathematics (Mathematica, MAPPLE, MathLab), CAD/ECAD (Verilog) etc.
@Voidstroyer
@Voidstroyer 2 жыл бұрын
Hey Brad. Excellent video as always. I noticed in the Ruby slide that you consider Rails as one of the best frameworks out there. Have you ever heard of Elixir and the phoenix framework? Elixir is a programming language that looks very similar to Ruby but it uses the Erlang Beam virtual machine. It is honestly a really cool programming language and the phoenix framework is also very nice to work with.
@ianwanyeki8386
@ianwanyeki8386 2 жыл бұрын
Spread the Elixir gospel!
@Voidstroyer
@Voidstroyer 2 жыл бұрын
@@ianwanyeki8386 I'm doing my best. Putting comments on big dev youtube channels
@chiragkhandelwal9178
@chiragkhandelwal9178 2 жыл бұрын
Hey Brad Can you do some tutorials on System design btw new intro looks dope
@walidellhamdi
@walidellhamdi 2 жыл бұрын
Thank you, very helpful
@yakimchuk
@yakimchuk 2 жыл бұрын
Hi! Thank You for such understandable video. 🤓🤝
@AdamsTaiwan
@AdamsTaiwan 2 жыл бұрын
C# can also contain unsafe C code, which is where they often put code that needs to be performant. While mainly statically typed, it also supports a dynamic keyword. I use it for code that 'plugins' at runtime.
@Triskelion345
@Triskelion345 8 ай бұрын
Dam
@christian-schubert
@christian-schubert 2 жыл бұрын
PHP was also my first language I really learned! (with Actionscript being the first language I ever used - together with what was then known as Macromedia Flash). Just sad to see that PHP gets so much hate nowadays, I think it's really come a long way in the last decade(s?) and certainly deserves better. P.S.: maybe a short introductory course to PHP 8 by the legendary Mr. Traversy himself would open a few eyes (although I do see why that wouldn't be a priority as there ARE - as outlined in this video - great alternatives out there)
@theyreMineralsMarie
@theyreMineralsMarie 2 жыл бұрын
My first true programming language was Action script 3.0 as well. I made some pretty terrible websites back then lol
@Voidstroyer
@Voidstroyer 2 жыл бұрын
I use PHP daily for my work and I hate it very much. The nail in the coffin for me is its syntax. Even clean code looks very ugly compaired to other languages. But this is just a personal bias of mine. The language is powerful, but also very ugly.
@marcosreal11
@marcosreal11 Жыл бұрын
ActionScript taught me OOP. I miss Flash. If only CSS could evolve into a Flash-like system.
@_TheDudeAbides_
@_TheDudeAbides_ 2 жыл бұрын
Assuming type does not have to be because of dynamic typing. In languages like for example Golang, they have type inference which assumes type but is still compiled. I think java also uses "var" for type inference.
@PlotTwists
@PlotTwists 2 жыл бұрын
I already know all of this but it was entertaining to watch so thanks :)
@orjimaxwellchukwuemeka246
@orjimaxwellchukwuemeka246 2 жыл бұрын
Thanks for your amazing teaching thanks I love your teaching. Sir can you give advice on language to learn in 2022 that offer high payment and places you in the technology high ends?
@kiche_allan
@kiche_allan 2 жыл бұрын
Today I seem to be among the first views of traversy uploaded videos. Nice one. Thumbs up
@CodingPhase
@CodingPhase 2 жыл бұрын
new setup looking nice bro
@petroslalakidis5316
@petroslalakidis5316 Жыл бұрын
Thank you for this video!
@ITentrepreneur
@ITentrepreneur 2 жыл бұрын
Hi Brad, can you share with your list of most favorite frameworks please. #3 is Jango as we already know
@nudecode
@nudecode 2 жыл бұрын
Thanks Brad. As always loved it. Love shirt mate, can buy them on line?
@vicious_toad
@vicious_toad 2 ай бұрын
this is a GREAT video. thank you!
@echobucket
@echobucket Жыл бұрын
This is great, the one thing I think it's important to mention when talking about machine code and assembly is how different CPU architectures have completely different instruction sets. Other than that, this is great!
@azkme4fun1
@azkme4fun1 Жыл бұрын
Very positive video. Well done!
@Send_IT_Syndicate
@Send_IT_Syndicate 10 ай бұрын
Thanks🎉 for the breakdown 8:37
@evam796
@evam796 2 жыл бұрын
Could you make a video about a methodology to follow when you’re an experienced developer and you want to learn a new language/framework for freelancing? Of course you can’t charge your client for learning… so what is your strategy in that case? Do you try to build something on your own before finding some work? At what point do you feel confident enough with that new tech? Thx
@hinkhall5291
@hinkhall5291 9 ай бұрын
I have always said to beginners that unless you are developing your own software where you get to pick your stack, the best programming language for you to start out with are the one that the companies in your area are hiring you to code in. Cause what you want is to get your foot in the door. After you do it for years then it really doesn’t matter cause what matters is _can you solve problems_ ? The language then doesn’t matter as much cause you can eventually learn any other language.
@herwitchesbrew
@herwitchesbrew 22 күн бұрын
This is a brilliant walk through, jsyk.
@inversion_media
@inversion_media Жыл бұрын
phenomenal video, thank you
@klutch4198
@klutch4198 2 жыл бұрын
Thanks Brad!!! 🔥
@toranshaw4029
@toranshaw4029 2 жыл бұрын
I still have to master the basics of CSS and JS but after that I plan on learning Ruby. Not sure where I'll go after that, as there are three options in the running for me, at this moment in time: Go, Python and Rust.
@silentsiren611
@silentsiren611 Ай бұрын
This is a great video! I feel like this is one of the only guides that is 100% honest and factual
@aidagarcia8823
@aidagarcia8823 8 ай бұрын
I write machine code. I’m just built different
@sida_g567
@sida_g567 2 жыл бұрын
Please do a video on type of programming language means functional programming, object oriented programming things like that also some paradigm must be cool to see that
@GamesBrainedPlays
@GamesBrainedPlays 2 жыл бұрын
I have been interested in Flutter, and also saw some comments on pros and cons. I'm not sure how relevant Flutter is in the current tech industry. This might sound like a novice question...would you recommend to go for Swift and/or Kotlin instead of Flutter?
@bjbell52
@bjbell52 8 ай бұрын
I bought my first computer in 1979. It was an Atari 400 and it came with an Atari Basic language cartridge. So many people use to make fun of this version of Basic, in person and in magazines, that I thought maybe I should have bought a different computer. But I learned Atari Basic anyway. It's funny now in 2023 to find out that the design of Atari Basic was a bit ahead of its time. Atari Basic would check the syntax of a line typed in and would throw an error showing were the mistake was made. At the same time it would compile the line into bytecode, including the variable names. They would be assigned a token and that 1 byte token would replace the variable in the bytecode. That's how Atari Basic variables names could be 127 characters long with every character being significant but only using 1 byte in the bytecode.
@bruhtrippin6795
@bruhtrippin6795 2 жыл бұрын
Brad, were you looking to do another Javascript course or will you wait on that until next year?
@billzade8158
@billzade8158 7 ай бұрын
I LOVE the shirt man. I have a son that is on the spectrum, and I sometimes wish people would understand that they see the world differently
@kimchiman1000
@kimchiman1000 4 ай бұрын
You took the words right out of my mouth. Gonna see if I can find one like it for myself. Great shirt!
@jeromealtariba7339
@jeromealtariba7339 2 жыл бұрын
Thks for your video. Have just started Kotlin. Good language but still far from typescript in terms of productivity. But it makes life easier when creating android apps
@TheMetalMag
@TheMetalMag 2 жыл бұрын
another great video thank you
@SteveSmith-jc7pc
@SteveSmith-jc7pc 2 жыл бұрын
Excellent summary.
@skippern666
@skippern666 7 ай бұрын
Started with BASIC in late 80's, and passed by a bunch of languages, now I use PHP and Python regularly.
@russellkemmit73
@russellkemmit73 2 жыл бұрын
Great video Travis.
@kritstims
@kritstims 2 жыл бұрын
Man I get inspired just watching you talk 😂
@praveengopu9325
@praveengopu9325 2 жыл бұрын
Nice introduction. 💙
@ChrisM541
@ChrisM541 5 ай бұрын
What's important to understand about assembly language is that it's a direct 1:1 with machine code. When you program in assembly you are also explicitly programming in machine code, since every opcode has a defined mnemonic. The programmer choses the required mnemonic (and operand if required) for each statement. The assembler simply looks up each opcode from each mnemonic, adding appropriate operands when present. It's a virtually instant process. Compilation is entirely different. What is very frequently overlooked when dealing with compiled languages is that feeding the same source code (in the same IDE on on the same PC) through different compilers will almost always produce different machine code. This can have a very significant bearing on executable size and execution speed. One compiler may also introduce bugs in the machine code that are not picked up till much later. It's highly recommended, particularly for C/C++ programmers, to have an expert level ability in assembly language. Only then will you be fully able to critically analyse/troubleshoot/debug any assembly produced from the compilation process. A C/C++ programmer with little/no assembly skills is handicapped to extremes - yes, they can code in C/C++ but absolutely no, their debugging will be spectacularly lacking.
@magedwafik6822
@magedwafik6822 2 жыл бұрын
When are we gonna see a Golang course by Traversy Media? I have been waiting for it for an eternity by now😅
@ZeroSleap
@ZeroSleap Жыл бұрын
14:00 I would correct only a little thing about C#, it has in the later iteration of the language and its ecosystem transitioned to a Multi-Platform language now, it's not specifically tied to Windows for making desktop apps anymore.
@raianmr2843
@raianmr2843 Жыл бұрын
multiplatform is still a painful and neglected side of dotnet tho. maui for example doesnt support windows's biggest competitor, linux.
@nirangasithara
@nirangasithara Жыл бұрын
Thanks man !!
God-Tier Developer Roadmap
16:42
Fireship
Рет қаралды 6 МЛН
The Ultimate Tier Programming Tier List | Prime Reacts
26:57
ThePrimeTime
Рет қаралды 249 М.
Não sabe tomar Coca Cola 🥤
00:29
DUDU e CAROL
Рет қаралды 10 МЛН
ISSEI funny story 😂😂😂Strange World 🌏 Green
00:27
ISSEI / いっせい
Рет қаралды 63 МЛН
Иран ударил по израильскому аэропорту
00:14
TRT на русском
Рет қаралды 3,5 МЛН
This state management combo is really awesome 🔥
1:07:10
Coder's Gyan
Рет қаралды 326
PYTHON vs JAVASCRIPT // What I Would Choose as a Beginner…
12:48
Internet Made Coder
Рет қаралды 315 М.
I tried 10 code editors
10:28
Fireship
Рет қаралды 2,7 МЛН
C++ Tutorial for Beginners - Learn C++ in 1 Hour
1:22:56
Programming with Mosh
Рет қаралды 3,4 МЛН
Every Programming Language Ever Explained in 15 Minutes
15:29
Flash Bytes
Рет қаралды 199 М.
Why Most People FAIL to Learn Programming
8:04
Aaron Jack
Рет қаралды 1,8 МЛН
How programmers flex on each other
6:20
Fireship
Рет қаралды 2 МЛН
Web Development In 2024 - A Practical Guide
2:43:32
Traversy Media
Рет қаралды 287 М.
How I would learn to code (If I could start over)
9:16
Jason Goodison
Рет қаралды 4,3 МЛН
Introduction to Programming and Computer Science - Full Course
1:59:09
freeCodeCamp.org
Рет қаралды 8 МЛН
Начали делать пол в пристройке// WD-40 своими руками
29:17
Деревенское счастье
Рет қаралды 78 М.
Is the iPhone "Illegal?"
13:32
Marques Brownlee
Рет қаралды 3,2 МЛН