The Programming Language Guide

  Рет қаралды 448,142

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

Пікірлер: 355
@kevinvikan3609
@kevinvikan3609 Жыл бұрын
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 11 ай бұрын
Stack Overflow saved me. rotflmao
@MartinezRBA
@MartinezRBA 10 ай бұрын
I have seen this comment on other videos about programming languages haha, nice
@blackiesavage7661
@blackiesavage7661 9 ай бұрын
Basically documentation
@secfeed6987
@secfeed6987 6 ай бұрын
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 4 ай бұрын
Disagree. And such a generic answer. Like, books? Really? Is that your tip for beginners? C'mon.
@AndrewBlucher
@AndrewBlucher Жыл бұрын
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 Жыл бұрын
Thanks for sharing your wisdom and experience , will be useful :)
@user-ig2ej8iw7f
@user-ig2ej8iw7f 9 ай бұрын
Thanks professor
@miroslavmikus6480
@miroslavmikus6480 9 ай бұрын
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 9 ай бұрын
@@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 7 ай бұрын
@@europa818 Who is "we"? I didn't mention Java.
@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.
@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.
@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.
@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!
@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.
@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.
@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.
@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 9 ай бұрын
progrminng c+++ jva
@moscripts
@moscripts 10 ай бұрын
This is literally the best guide to programming languages i've ever seen!!...thank you so so much!
@ViorelMocanu
@ViorelMocanu 2 жыл бұрын
As always, excellent video, Brad! :) Keep up the fantastic work!
@nikomitk8091
@nikomitk8091 11 ай бұрын
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.
@VladBurlutsky
@VladBurlutsky 2 жыл бұрын
Great video Brad!Thanks a lot for what you've been doing and creating!
@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 Жыл бұрын
No, he wrote in Hex, but that's as close to binary as it gets for people I guess.
@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.
@KayGee_yt
@KayGee_yt 9 ай бұрын
Im studying product design ans just trying to understand how coding works without becoming a developer myself. Breakdowns like this are great! Thanks man!!
@ColeCaccamise
@ColeCaccamise 2 жыл бұрын
Great video Brad! Everything was really well explained
@tolulopeokerayi8158
@tolulopeokerayi8158 2 жыл бұрын
Your videos are so helpful. Thank you!
@user-di4bt7qu2i
@user-di4bt7qu2i 2 жыл бұрын
Great info Brad. Watching your videos is always time well spent.
@deanthemage
@deanthemage Жыл бұрын
Very helpful and insightful especially to those of us just starting out. Thanks man
@averageguyvstheworld8601
@averageguyvstheworld8601 2 жыл бұрын
Definitely appreciate you talking about web assembly, recently found out about it and it seems like it could be awesome
@christiflame7444
@christiflame7444 Жыл бұрын
Thank you so much for this Video it Really helps to clear some things up!
@mmelimahlobo7656
@mmelimahlobo7656 9 ай бұрын
Thanks Brad this was very helpful,I have heard many people discouraging from learning PHP
@tobimedase9312
@tobimedase9312 Жыл бұрын
Thank you for this amazing video and for breaking it into bits.
@djlclopez128
@djlclopez128 10 ай бұрын
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!
@TheNoodleMint
@TheNoodleMint 2 жыл бұрын
Thank you, Brad. This is very helpful for a beginner like me.
@Gennys
@Gennys 11 ай бұрын
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.
@samanfayazi1226
@samanfayazi1226 2 жыл бұрын
Informational as always, thanks a lot Brad.
@CodingPhase
@CodingPhase 2 жыл бұрын
new setup looking nice bro
@Lyrik-Klinge
@Lyrik-Klinge 2 жыл бұрын
Thanks for the fantastic overview!
@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 ❤️
@bluelagooon
@bluelagooon 7 ай бұрын
I didn't see COBOL :( most people say its a dead language, buts its so powerful.
@jimmypretzel4785
@jimmypretzel4785 Жыл бұрын
Thanks a lot for this video, it was really helpful and well presented!
@realfejiro
@realfejiro 2 жыл бұрын
Oh Brad!!! You never fail to deliver. Thanks Boss. God bless you. With love from Nigeria.
@marc.roelofs
@marc.roelofs 2 жыл бұрын
Thanks. Very useful to show people an objective view on the different languages.
@hinkhall5291
@hinkhall5291 11 ай бұрын
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.
@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! 🍿🥤
@malkiatsingh3057
@malkiatsingh3057 2 жыл бұрын
Thanks for the Guide really helped me and I found the language for myself thank you !
@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?
@michelchaghoury870
@michelchaghoury870 2 жыл бұрын
great vid like always, can you make in the future some C#/NET Projects ?
@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 10 ай бұрын
Dam
@ubaldo7227
@ubaldo7227 Жыл бұрын
Thanks a bunch, very informative
@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 ?
@yt_bharat
@yt_bharat 2 жыл бұрын
Best content for programmers, thanks for the wonderful presentation. Neat slides 🙂
@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.
@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.
@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.
@venkatkosuri5224
@venkatkosuri5224 2 жыл бұрын
Thanks Brad I got a job as a react js developer fresher just following your videos Keep sharing front end videos 🙏❤️❤️
@petroslalakidis5316
@petroslalakidis5316 2 жыл бұрын
Thank you for this video!
@walidellhamdi
@walidellhamdi 2 жыл бұрын
Thank you, very helpful
@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.
@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.
@kiche_allan
@kiche_allan 2 жыл бұрын
Today I seem to be among the first views of traversy uploaded videos. Nice one. Thumbs up
@PlotTwists
@PlotTwists 2 жыл бұрын
I already know all of this but it was entertaining to watch so thanks :)
@azkme4fun1
@azkme4fun1 Жыл бұрын
Very positive video. Well done!
@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.
@onlineVitamin
@onlineVitamin Жыл бұрын
valuable + on point . thanks for great content
@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.
@Epikht
@Epikht Жыл бұрын
Thank you brad 🔥
@chiragkhandelwal9178
@chiragkhandelwal9178 2 жыл бұрын
Hey Brad Can you do some tutorials on System design btw new intro looks dope
@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.
@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.
@CarCinCal
@CarCinCal 2 жыл бұрын
Great video as always - thank you for making this! But why not include Dart?
@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
@ChrisM541
@ChrisM541 7 ай бұрын
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.
@vicious_toad
@vicious_toad 5 ай бұрын
this is a GREAT video. thank you!
@ITentrepreneur
@ITentrepreneur 2 жыл бұрын
Hi Brad, can you share with your list of most favorite frameworks please. #3 is Jango as we already know
@yakimchuk
@yakimchuk 2 жыл бұрын
Hi! Thank You for such understandable video. 🤓🤝
@_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.
@silentsiren611
@silentsiren611 3 ай бұрын
This is a great video! I feel like this is one of the only guides that is 100% honest and factual
@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!
@inversion_media
@inversion_media Жыл бұрын
phenomenal video, thank you
@dreamgirltrucking1889
@dreamgirltrucking1889 7 ай бұрын
I'm searching for a programming language that fits me & it is HARD! I'm 60. It's been 20 years since I taught myself html & created a 200 page website. Geocities was still around when I started "coding". I got away from all that but now I want to build a website that features pets for adoption, has a pet care blog & also let's me sell pet care supplies as an affiliate for various vendors such as Chewy & Jeffers. It appears my goal too complicated, so I have to do it myself. I can barely afford a website & sure can't afford to pay anyone to build a multi-page, multi-functional website that will require updating the pictures & descriptions of animals every 2 to 4 weeks. From watching your video, itlooks like php is the language I need? I'm not real smart, I'm a slow learner, I suffer from CRS &my brain might be kind of cobwebby. So I want to be careful not to bite off more than I can chew & thus fail or die of old age while still trying. What do you think?
@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
@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.
@TheTesuji
@TheTesuji Жыл бұрын
The reason why Ruby is so cool is that you can embed it in, lets say, a C++ project super easily, to provide a domain specific language for users to customise the behaviour of the software.
@larryjeffryes6168
@larryjeffryes6168 Жыл бұрын
Like AutoLISP?
@nudecode
@nudecode 2 жыл бұрын
Thanks Brad. As always loved it. Love shirt mate, can buy them on line?
@Send_IT_Syndicate
@Send_IT_Syndicate Жыл бұрын
Thanks🎉 for the breakdown 8:37
@bjbell52
@bjbell52 11 ай бұрын
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.
@user-lj9eq5fl5m
@user-lj9eq5fl5m 2 жыл бұрын
Hello Brad, I am a junior full-stack javascript developer from Ukraine. And some part of my success was thanks to you! And now I need to make a migration from npm to yarn3. And I was trying to find some guidance on KZbin, and I cant. Maybe it could be interesting for someone else, and it would be interesting for you too))) I know you are best in guides creation.
@mmaranta785
@mmaranta785 2 жыл бұрын
Are you in Ukraine now?
@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.
@bruhtrippin6795
@bruhtrippin6795 2 жыл бұрын
Brad, were you looking to do another Javascript course or will you wait on that until next year?
@billzade8158
@billzade8158 9 ай бұрын
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 6 ай бұрын
You took the words right out of my mouth. Gonna see if I can find one like it for myself. Great shirt!
@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 5 ай бұрын
Youre a genius, hopefully I can get to your level one day
@SteveSmith-jc7pc
@SteveSmith-jc7pc 2 жыл бұрын
Excellent summary.
@skippern666
@skippern666 9 ай бұрын
Started with BASIC in late 80's, and passed by a bunch of languages, now I use PHP and Python regularly.
@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
@klutch4198
@klutch4198 2 жыл бұрын
Thanks Brad!!! 🔥
@russellkemmit73
@russellkemmit73 2 жыл бұрын
Great video Travis.
@henrymunoz2035
@henrymunoz2035 2 жыл бұрын
Just finish your Mern tutorial last night. It was amazing thank you so much Brad
@TraversyMedia
@TraversyMedia 2 жыл бұрын
Awesome. Congrats on finishing it. It's not easy to complete a course or series.
@kritstims
@kritstims 2 жыл бұрын
Man I get inspired just watching you talk 😂
@TheMetalMag
@TheMetalMag 2 жыл бұрын
another great video thank you
@BuIIetBiII
@BuIIetBiII 2 жыл бұрын
So glad this isn't a top 10. Some developers can get very high and mighty about programming languages, putting some on a pedestal and turning their nose up at others. There's no best programming language. They all have strengths and weaknesses and all have their quirks. Use which ever works well for you or your company
@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?
@serae4060
@serae4060 Жыл бұрын
If you are a beginner and can't decide which language you should start to learn with, I tell you don't worry too much. If you understood one language, you will be able to understand another language pretty much right away. Maybe you will have to look up a few syntax rules, but you won't take more than 3-4 days to also learn another language
@fray3dendsofsanity
@fray3dendsofsanity Жыл бұрын
depends though. I would say C/C++ is dramatically different than JS/Python. Having to worry about memory management, declaring pointers, including specific libraries...it can be quite dramatic. I agree the change from dynamic to another dynamically typed language is very small, but moving from dynamic to static or vice versa takes quite a bit longer
@serae4060
@serae4060 Жыл бұрын
@@fray3dendsofsanity yeah maybe a bit longer, but it's not like taking you several months to learn. I started to learn programming with Java. Eventually I was asked to write a programm in Cobol. Even though I have never seen Cobol before, I still managed to write the programm within one week. Because if you understood the fundamental concepts of programming, you can basically apply them to any programming language.
@fray3dendsofsanity
@fray3dendsofsanity Жыл бұрын
@@serae4060 I think moving from Static -> dynamic is easier than the other way around, or moving static->another static language in your case. Java is one of the more difficult to learn so it makes sense that COBOL was easy. I learned C++ originally so JS/Python seem like a breeze by comparison, but if I had started with JS and had to learn C++ after I think it would be a bit more challenging as I wouldn't be used to explicitly declaring variable types, managing memory and deleting objects etc
@kcvinu
@kcvinu 9 ай бұрын
‌That's what happened in my case. I started with VB6 and dropped. Years later, I tried with python and dropped. As a self learner, "__init__()" & "self" were my main obstacles. Then 1 year after started learning VB. Net and this time, I got a grip in programming. I learned what is "__init__" function by learning the "New" sub routine in VB. Net. So I came back to python and voilà ! this time python seems English to me. Then one after another, I learned 5 more programming languages including D, Nim, Odin etc.
@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?
@tomu_sange
@tomu_sange 8 ай бұрын
My G. Thanks for blessing us who are outside USA and Europe to suck from your wisdom, more over for free. Thanks Traversy
God-Tier Developer Roadmap
16:42
Fireship
Рет қаралды 6 МЛН
The Importance of Specialization in Coding
7:13
Traversy Media
Рет қаралды 184 М.
ИРИНА КАЙРАТОВНА - АЙДАХАР (БЕКА) [MV]
02:51
ГОСТ ENTERTAINMENT
Рет қаралды 4,3 МЛН
Which one is the best? #katebrush #shorts
00:12
Kate Brush
Рет қаралды 27 МЛН
We Got Expelled From Scholl After This...
00:10
Jojo Sim
Рет қаралды 64 МЛН
I tried 10 code editors
10:28
Fireship
Рет қаралды 2,9 МЛН
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,1 МЛН
Every Programming Language Ever Explained in 15 Minutes
15:29
Flash Bytes
Рет қаралды 275 М.
How I would learn to code (If I could start over)
9:16
Jason Goodison
Рет қаралды 4,5 МЛН
The Ultimate Tier Programming Tier List | Prime Reacts
26:57
ThePrimeTime
Рет қаралды 330 М.
Why Isn't Functional Programming the Norm? - Richard Feldman
46:09
Should you learn C++?? | Prime Reacts
20:29
ThePrimeTime
Рет қаралды 322 М.
The Worst Programming Language Ever - Mark Rendle - NDC Oslo 2021
1:00:41
NDC Conferences
Рет қаралды 1,3 МЛН
Every programming language explained in 15 minutes | Prime Reacts
43:42
Python or JavaScript - Which One Should YOU Learn?
8:05
Tech With Tim
Рет қаралды 160 М.
Samsung Galaxy 🔥 #shorts  #trending #youtubeshorts  #shortvideo ujjawal4u
0:10
Ujjawal4u. 120k Views . 4 hours ago
Рет қаралды 10 МЛН
Hisense Official Flagship Store Hisense is the champion What is going on?
0:11
Special Effects Funny 44
Рет қаралды 1,8 МЛН