LLVM in 100 Seconds

  Рет қаралды 894,501

Fireship

Fireship

Күн бұрын

Пікірлер: 1 100
@robertwallace5498
@robertwallace5498 2 жыл бұрын
this was the most intense 100 second video yet, loved it
@DesTr069
@DesTr069 2 жыл бұрын
Dude I was sweating all along, hahaha. Building your own language is definitely a bit more complicated than HTML, let’s say 😅
@ev.c6
@ev.c6 2 жыл бұрын
Not if you did computer construction and program analysis during your university. 🙂
@balazsh2
@balazsh2 2 жыл бұрын
I was high while watching it, 10/10 experience, would recommend
@ernestechie
@ernestechie 2 жыл бұрын
Does anyone knows the file icon theme fireship uses??
@123luk
@123luk 2 жыл бұрын
Yeah even when I had no audio for some reason
@Daktyl198
@Daktyl198 2 жыл бұрын
One of the biggest upsides to LLVM that rarely gets talked about is simply the fact that it added competition to GCC. GCC as a compiler has simply gotten much better, much faster thanks to the competition of LLVM and it's compelling licensing.
@oxelfer7898
@oxelfer7898 Жыл бұрын
@@PefectPiePlace2 yeah also you might wanna email the author to add "rarely gets talked about except for PerfectPiePlace2, who is the first thing he mentions when talking about the subject".
@alexander1989x
@alexander1989x Жыл бұрын
Language maker: "Wait, It's all written in C++?" LLVM developer: "Always has been"
@8bitbug420
@8bitbug420 12 күн бұрын
Once your compiler works write the compiler in that language
@scottfranco1962
@scottfranco1962 2 жыл бұрын
The majority of compilers output an intermediate language. The advantage LLVM had over GCC is that, which GCC has an intermediate, it is kept entirely in memory between compiler phases. This means that adapting it to other languages was difficult, and thus GCC makes a poor module in a set of compiler tools. LLVM has an intermediate file format.
@lawrencedoliveiro9104
@lawrencedoliveiro9104 2 жыл бұрын
GCC could be made more modular internally, for example by adding a plugin API. However, this was resisted for a long time by Richard Stallman because he was afraid it would be (mis)used to hook proprietary code into GCC and thereby evade the GPL. This allowed LLVM to get an edge in areas where GCC could not compete.
@scottfranco1962
@scottfranco1962 2 жыл бұрын
@@lawrencedoliveiro9104 Yes, it would have been used as a back stage for a commercial compiler. I don't really see that as much of a "danger" these days, since there aren't that many commercial compiler operations. Most of the ones I know of are compiler groups within organizations, that use them for special projects and optimizations (like my company does). LLVM is BSD (open license). So the point is basically moot now. LLVM is a more modern project, so I am sure some would say better, although I have heard different opinions on this matter. I personally don't use anyone else's back or front ends, I have always preferred to write my own.
@Harold046
@Harold046 2 жыл бұрын
@@lawrencedoliveiro9104 I thought GCC already had plugins ? Isn't the ODB compiler a GCC plugin ?
@mnoxman
@mnoxman 2 жыл бұрын
Yet another compiler compiler( yacc )?
@scottfranco1962
@scottfranco1962 2 жыл бұрын
@@mnoxman yacc does not really determine any formats (like intermediate). Its a tool.
@chinmaykunkikar
@chinmaykunkikar 2 жыл бұрын
Been reading and hearing LLVM for years without knowing what it was. Thankyou Fireship for this, now I know ✨
@TheRealChiults
@TheRealChiults 2 жыл бұрын
Dude, I just googled it and found tons of results right away (but of course: fireship rocks, I agree)
@wesosdequeso8360
@wesosdequeso8360 2 жыл бұрын
We all have something like that. After sometime we find a missing fundamental piece and everything connects.
@Coyannn
@Coyannn 2 жыл бұрын
@@TheRealChiults You usually don't google everything you hear about
@Konyad
@Konyad 2 жыл бұрын
@@Coyannn I do
@bilalkureshi7437
@bilalkureshi7437 2 жыл бұрын
@@Coyannn point
@mrss649
@mrss649 2 жыл бұрын
We definitely need a full tutorial on making our own language.
@godnyx117
@godnyx117 Жыл бұрын
1 ) Parse the text to an internal IR 2 ) Transform that to LLVM IR 3) Enjoy ;) Perhaps you could help me build Nemesis and learn together! Let me know if you are interested!
@phil2of3
@phil2of3 2 жыл бұрын
Creating my own compile in college actually help me visualize how programming works and I believe it made me a better programmer.
@mathisd
@mathisd 2 жыл бұрын
Sounds like a job interview sentence
@1ycx
@1ycx 2 жыл бұрын
@@mathisd who knows, he might be interviewing
@zojaXII
@zojaXII 2 жыл бұрын
@@1ycx every programer is constantly being interviewed 0_0
@evryon1810
@evryon1810 2 жыл бұрын
im doing it in highschool on my own and im suffering Its done
@LucasAlfare
@LucasAlfare Жыл бұрын
Always true
@danfg7215
@danfg7215 Жыл бұрын
In college a few years before LLVM was invented I thought how cool it would be to have a universal language that could represent any other language since they're all so similar. I remember jokingly telling my logic teacher I'd come up with it. It's not the same as LLVM but it took me way too long to find out about its existence, and it's way better than I expected (not that I'd have the technical know-how to pull that off anyway).
@TBadalov
@TBadalov Жыл бұрын
The question is how do we become that guy who would have the technical know-how to pull that off anyway?
@mandemlistening6373
@mandemlistening6373 Жыл бұрын
@@TBadalov tell me when you find out
@utkua
@utkua Жыл бұрын
ideas are cheap especially in CS, it's the implementation that counts.
@danfg7215
@danfg7215 Жыл бұрын
@@utkua agreed. It's just reassuring to know it wasn't a bad idea.
@TBadalov
@TBadalov Жыл бұрын
@@mandemlistening6373 read the docs
@IsThatNiek
@IsThatNiek 2 жыл бұрын
Always insane to see how one single guy invented some really important piece of technology we all use but no one has heard of
@thefekete
@thefekete 2 жыл бұрын
More insane that billion dollar companies ride on the back of this software and he's not driving a Lamborghini and drinking Mei Tai's by his Olympic size swimming pool at his Malibu summer house
@anarchymatt
@anarchymatt 2 жыл бұрын
Chris Lattner workee at Apple for a spell (maybe he still is) he was on the Lex Fridman podcast iirc
@isdeonf
@isdeonf 2 жыл бұрын
Same with Lua language.
@onichan6897
@onichan6897 2 жыл бұрын
He is not alone. there are thousands of people contributing on LLVM.
@tavusion
@tavusion 2 жыл бұрын
He also created the Swift language while at Apple. Then he went to Tesla, then Google, then SiFive, and now he has started his own company Modular AI. Most of the developer community has definitely heard of him.
@PhuongNguyen-zb2en
@PhuongNguyen-zb2en 2 жыл бұрын
I once have to write a programming language in a course in my university. That's pretty interesting and funny. The process is exactly thru 4 parts like the video!
@Abdurrahman98XX
@Abdurrahman98XX 2 жыл бұрын
I think you are lying to show yourself
@minhthinhhuynhle9103
@minhthinhhuynhle9103 2 жыл бұрын
@@Abdurrahman98XX Dude, In some Vietnamese Top University for Computer Science we actually have `Principle of Programming Language` course to write a compiler via 4 main steps as the video demonstrated.
@haras-unicorn
@haras-unicorn 2 жыл бұрын
@@Abdurrahman98XX i had to write a compiler as well and idk whats a lie about this - heres how we did it (we reduced step 2 and 3 in the video into a single step though): 1.) lexer (source code => list of tokens) 2.) parser (list of tokens => ast) 3.) optimization (optional) (ast => ast) 4.) generator (ast => machine code) 5.) optimization (optional) (machine code => machine code)
@mabed6692
@mabed6692 2 жыл бұрын
We also did something similar, but we were in teams by 4 people. We had to make simplified copy of Golang (without goroutines and without most of standart API missing). It was very nice project assignment, and I think every programmer should try it at least once in lifetime (doesn't matter if compiler or interpret).
@rightsonkirigha9669
@rightsonkirigha9669 2 жыл бұрын
@@mabed6692 which language did you use
@Yaxqb
@Yaxqb 2 жыл бұрын
Love how you're breaking the comfort zone from web-related stuff!!!!
@tavusion
@tavusion 2 жыл бұрын
As Wasm becomes more mainstream, all this will become "web-related stuff."
@tavusion
@tavusion 2 жыл бұрын
@@PefectPiePlace2 I hope that changes with the next generation of web devs
@heraclitoqsaldanha6133
@heraclitoqsaldanha6133 2 жыл бұрын
@@swattalks7624 mechanics can't just know how to drive cars, they have to know how to fix it too, just using and not knowing what or why, you're just being a simple user, you're a programmer, not a user, you have to have control over the machine, not the other way around, you don't become a chef knowing how to cook cup noodles, you don't become a mechanic knowing how to change oil (English is not my mother tongue, sorry for any spelling mistakes)
@heraclitoqsaldanha6133
@heraclitoqsaldanha6133 2 жыл бұрын
@@swattalks7624 mechanics just fix cars, programmers make and fix programs
@lalathealter6513
@lalathealter6513 2 жыл бұрын
@@heraclitoqsaldanha6133 it were you who made such a stupid comparison in the first place. How many Logic classes have you slept through?
@wajahatali6403
@wajahatali6403 2 жыл бұрын
Took a course this year at UBC diving deep into LLVM and writing LLVM compiler passes to perform static analysis to find bugs and errors in programs. Definitely one of those undergrad courses that I felt privileged to take since it is rarely taught at most universities. This prof was at UIUC when work was being done on LLVM and is a real OG. This was the first time he delivered this course. Not sure if any course materials are available online but the course is CPEN400P.
@anj000
@anj000 2 жыл бұрын
It is mind blowing that a person can create a tool that is used in like almost all languages.
@manuelnovella39
@manuelnovella39 2 жыл бұрын
Great subject! Perhaps one of the most important recent software inventions. You could focus more on tools and less in libraries or programming languages, perhaps. They are great but there are so many cool tools out there
@ToadalChaos
@ToadalChaos 2 жыл бұрын
> GNU Make has entered the chat. Possibly the single most versatile tool in my programming arsenal, purely because of its simplicity.
@harshmudhar96
@harshmudhar96 2 жыл бұрын
Recent.
@frydac
@frydac 2 жыл бұрын
@@ToadalChaos 'most versatile.., purely because of its simplicity' doesn't make sense. I'm sure there are more simple tools in your programming arsenal that are less versatile.
@ToadalChaos
@ToadalChaos 2 жыл бұрын
@@frydac GNU Make can automate tasks in almost any context. Agnostic of other tools, build systems, pipelines, languages, or frameworks. It has no complex dependencies or installation process (on linux, that is). Its simplicity is what allows it to be used for anything, hence its versatility. It is the only tool I've used in every project (almost) I've worked on since learning about it. I can't think of a simpler tool that approaches that level of versatility.
@dyegolara
@dyegolara Жыл бұрын
@@ToadalChaosthe web it is. http, html, css, js. i think there is more versatility than in GNU
@adelnehikhare4071
@adelnehikhare4071 2 жыл бұрын
Dude you just explained a semester's worth of my compile construction course content with actual practical examples/implementation in 2 minutes
@LucasAlfare
@LucasAlfare Жыл бұрын
100 seconds* xD
@aurelia8028
@aurelia8028 Жыл бұрын
these comments are so dumb. You will never get the same from a youtube video as you will from an actual university course
@tanko.reactions176
@tanko.reactions176 10 ай бұрын
@@aurelia8028 you will never get the same from an university course as you will from just sitting down with pure passion and curiosity, forgetting time. that is only true way of learning. this video may spark that. a uni course is mandatory and will have the opposite effect. check yourself.
@lucascamelo3079
@lucascamelo3079 6 ай бұрын
​​@@aurelia8028That's true, but the point is: What you get from university in 6 months isn't that a lot better. Actually if you what to deeply learn something, you better be implementing that thing for yourself, rather than in a university class.
@mmftw
@mmftw 2 жыл бұрын
0:16 This is the perfect representation of my source code
@striderstache99
@striderstache99 Жыл бұрын
Chris's wife Tanya is the head of the LLVM Foundation. She's also really fucking talented, like building compilers from scratch. Suppose they're actually 'soulmates'. Chris worked at Apple for a long time and created Swift. He's just bindbogglingly talented.
@vectoralphaSec
@vectoralphaSec Жыл бұрын
And he is trying to replace Python with his new programming language Mojo.
@kcwidman
@kcwidman 2 жыл бұрын
Literally my entire compiler capstone course in 100 seconds. Love it!
@ronanodonnell7145
@ronanodonnell7145 2 жыл бұрын
This steam of content is just insane fair play man
@siamekanto
@siamekanto 2 жыл бұрын
This is one of those few videos of Fireship, where you don't understand anything about the code he is writing, but you still watch it till the end because this is FIRESHIP 🔥
@steve4718
@steve4718 2 жыл бұрын
You don't understand anything because you're a web developer 😂. Web developers just use a bunch of libraries and isn't real programming, software engineers💪are the smart ones. That's why you don't understand you webdev, you're not an engineer. Average webdev: College is USELESS Average software engineer: got a degree in a 4-year university
@andrewcampkin3046
@andrewcampkin3046 2 жыл бұрын
Gatekeeping so hard!
@goblinoide
@goblinoide 2 жыл бұрын
@@steve4718 You gotta be a Jew to have that much pride.
@metamorph8976
@metamorph8976 2 жыл бұрын
Yet your name is @@steve4718 and you have a Clash of Clans profile picture. Starting to believe you invent a life for yourself?
@Ahmad-lc1ln
@Ahmad-lc1ln 2 жыл бұрын
@@steve4718 Tell me you are trolling
@martinbeltrandiaz
@martinbeltrandiaz 2 жыл бұрын
Last week i did the final examen for the subject Programming Language Development in my degree. We used ANTLR for the Lexer and Parser, i recommend it to anyone that do not really want to spend time implementing a Lexer and Parser by hand.
@AlexanderSuraphel
@AlexanderSuraphel 2 жыл бұрын
Interesting I used GNU Flex and Bison while at college. Does ANTLR do both lexing and parsing?
@martinbeltrandiaz
@martinbeltrandiaz 2 жыл бұрын
@@AlexanderSuraphel yes, you just have to define a grammar and ANTLR generates a Lexer and Parser
@AlexanderSuraphel
@AlexanderSuraphel 2 жыл бұрын
@@martinbeltrandiaz Thanks I'll try it out
@chezchezchezchez
@chezchezchezchez Жыл бұрын
That’s amazing that I was able to build a whole compiler and less than 100 seconds. What an amazing video.
@anasbenbrahim2449
@anasbenbrahim2449 2 жыл бұрын
1:08 JeffScript looks very promising
@lazaraleksandrov2808
@lazaraleksandrov2808 2 жыл бұрын
nice original function keyword you got there, mr. "fu {...} ck"
@AlexanderSuraphel
@AlexanderSuraphel 2 жыл бұрын
Haha missed the part that it's called JeffScript 😂😂
@hjrgf
@hjrgf Жыл бұрын
i asked an ai to make a programming language it came up with "simpscript"
@augustgraymusic
@augustgraymusic 2 жыл бұрын
Thanks, just created my first language and compiler while watching this video. Quality tutorial
@urilou777
@urilou777 2 жыл бұрын
lol
@gavinderulo12
@gavinderulo12 2 жыл бұрын
Bruh
@vaisakh_km
@vaisakh_km 2 жыл бұрын
I just made a compliler for js and pythoh that can handle that can even compile all sorts of frameworks and libs.. thanks for great tut 🤠 only took 100 sec
@OzzyTheGiant
@OzzyTheGiant 2 жыл бұрын
Now let's port TypeScript to LLVM
@IngwiePhoenix_nb
@IngwiePhoenix_nb 2 жыл бұрын
Oh hey, the Blue-Eyes White Dragon toolkit made it's debut on "in 100 seconds"! I know, very dead meme x) Still, it is an absolutely essential piece of software nowadays. The only thing that I have always wondered is, if it was possible to build libllvm and libclang as shared libs and link the implementations for Rust, Go, Swift, etc. to it to basically build a do-it-all toolchain. That'd be kinda epic and would make for a lovely modern build-essentials! Also, fun fact! LLVM is used in the PS3 emulator RPCS3 as a JIT method. It is effectively used to "re-compile" parts of the emulated game. If I am not mistaken, it takes care of the PPU code, whilst SPU shaders and alike are comverted beforehand so they can be just loaded in.
@paulmccartney2327
@paulmccartney2327 Жыл бұрын
why do weird things show up when I google your username
@paulmccartney2327
@paulmccartney2327 Жыл бұрын
what the fuck is furryfinity
@vaap
@vaap Жыл бұрын
@@paulmccartney2327 ur so strange
@ChBhanuPrakashBCS
@ChBhanuPrakashBCS Жыл бұрын
Wow, thats a pretty good recap of my Compilers course almost 4 years ago while undergrad!!
@djent_prog_core_guitarcovers
@djent_prog_core_guitarcovers 2 жыл бұрын
I think I requested this under another video, but I'd love to see a "Laravel in 100 Seconds". Love your Content :)
@spicynoodle7419
@spicynoodle7419 2 жыл бұрын
+1 for Laravel. It's the nicest framework ever
@spicynoodle7419
@spicynoodle7419 2 жыл бұрын
@@jezjackinjoe Laravel isn't PHP kek. The built-in tools provide abstractions over almost all of the disgusting PHP parts. It's very pleasant to work with an the ORM is the best I've seen.
@okielama
@okielama 2 жыл бұрын
@@jezjackinjoe Raw PHP is garbage but working with Laravel is a breeze. I mostly prefer Laravel over JS frameworks on my project.
@notanenglishperson9865
@notanenglishperson9865 2 жыл бұрын
@@jezjackinjoe your mom
@spicynoodle7419
@spicynoodle7419 2 жыл бұрын
@@jezjackinjoe yikes, at my job we always use the latest and greatest.
@maverikmiller6746
@maverikmiller6746 2 жыл бұрын
If you are reading this: God bless you man. Was looking for this exactly. Also Merry Christmas.
@cw3dv
@cw3dv 2 жыл бұрын
Could you make a video about caches? Like the L1 - L3 caches and how it affects speed and how it differs from main ram?
@shadofermusic
@shadofermusic 2 жыл бұрын
L1, L2, L2 cache is located in the cpu albeit in much smaller sizes than the main ram. Expect much higher speeds though
@thanatosor
@thanatosor 2 жыл бұрын
smaller level cache -> closer to cpu -> faster access
@cobaltno51
@cobaltno51 2 жыл бұрын
Probably better to make a video about the memory hierachy
@cw3dv
@cw3dv 2 жыл бұрын
@Nicholas Needham ooh yeah
@Complexity03
@Complexity03 2 жыл бұрын
@Nicholas Needham Recommend any specific ones?
@Interstellar.Traveller
@Interstellar.Traveller 2 жыл бұрын
Thanks
@faceboy1392
@faceboy1392 2 жыл бұрын
As someone who has already built one low-quality scripting language and who is planning on hopefully building more programming languages, I saw this video and knew I had to watch it. Great content, keep it up!
@moderneinstein2644
@moderneinstein2644 2 жыл бұрын
Thanks a lot , Coincidentally, I downloaded LLVM-MINGW -×64 compiler today before viewing this to compile some C++ programs .
@dgillies5420
@dgillies5420 2 жыл бұрын
One way that LLVM C++ Improves on all previous compilers is that it gives much better diagnostics when there is a syntax error. It will actually give you something like a stack trace when you have a function with a series of macro expansions and it will show you exactly at what stage the macro produced an error. No previous compiler comes anywhere close to this.
@godnyx117
@godnyx117 Жыл бұрын
I don't get it. Are you talking about errors when you create LLVM IR or what?
@dromedda6810
@dromedda6810 2 жыл бұрын
As soon as he started making the cpp file i got ptsd from when i worked as a developer for an inhouse game engine. Love these in 100 seconds videos!
@kraxen72
@kraxen72 2 жыл бұрын
this is like a 5 minute crafts tutorial: extremly complicated and time intensive stuff done in seconds, made to look easy, cheers!
@arjix8738
@arjix8738 2 жыл бұрын
Minus the fake "crafts" that rarely work, and when they do, they are useless
@DevranUenal
@DevranUenal 2 жыл бұрын
What Arjix said --> 100% Here, we end up with knowledge instead of garbage.
@nateo7045
@nateo7045 2 жыл бұрын
@@DevranUenal lol no one's becoming knowledgeable about anything in 100 seconds, sorry.
@DevranUenal
@DevranUenal 2 жыл бұрын
@@nateo7045 maybe you have different definitions. When I don’t know something, then look it up and get an answer/obtain knowledge, what do you call that?
@nateo7045
@nateo7045 2 жыл бұрын
@@DevranUenal I looked up the definition before I commented just in case, and it means "well-informed'. 100 seconds might introduce you to a concept, but you're going to be far from knowledgeable about it. Anyway, I'm just nitpicking.
@theperson624
@theperson624 2 жыл бұрын
I was literally watching one of your old 100 seconds video and I instantly got notification you dropped a new video 👍
@Psychx_
@Psychx_ 2 жыл бұрын
A video on Vulkan would be pretty dope. I love your content, cheers.
@LewisCampbellTech
@LewisCampbellTech 2 жыл бұрын
Nice to see some youtube coding content that isn't super casual. LLVM is something I should play with at least one.
@oneManDev
@oneManDev 2 жыл бұрын
Your 100 Second videos are awesome.
@alexandrzhukov903
@alexandrzhukov903 2 жыл бұрын
i was literally waiting for only 4 days for u to make this video. u can literally read minds
@raghavsrivastava2910
@raghavsrivastava2910 2 жыл бұрын
Great topic. Cover more lower level topics like this 🔥.
@aprithul
@aprithul 2 жыл бұрын
I was trying to learn about llvm literally yesterday. Great timing!
@dinkopehar982
@dinkopehar982 2 жыл бұрын
I had presentation once about LLVM and Crystal lang. I always asked myself how is Crystal compiled and why isn't Ruby compiled when they are almost same language. And once I figured it out, I was mind blown.
@Supergecko8
@Supergecko8 2 жыл бұрын
Why?
@pranaypallavtripathi2460
@pranaypallavtripathi2460 2 жыл бұрын
Dude what you exactly did you figure out ? Just curious
@isaacclayton4022
@isaacclayton4022 2 жыл бұрын
@@Supergecko8 Not the original author, here's what I think he was getting at: Ruby allows for rich runtime reflection, making it difficult* to compile Ruby to efficient machine code ahead of time. Crystal imposes additional constraints on values through its type system that reduce the runtime flexibility of the language in exchange for knowing the types of all values ahead of time, meaning efficient machine code can be generated. This flexible-rigid dynamic-static tradeoff is why Crystal is compiled while Ruby generally isn't. *Just-in-time (JIT) compilers for Ruby, like YJIT, compile Ruby to native code at runtime. JIT compilers run alongside your program, keep track of the types of values, and emit snippets of native code once types are fully known at a point (based on other heuristics too, mainly centered around whether the compilation overhead is worth it).
@DK-ox7ze
@DK-ox7ze 2 жыл бұрын
Damn. I should have studied computer science in college to understand all of this.
@gilbertlopez
@gilbertlopez 2 жыл бұрын
@@DK-ox7ze don't worry I did, some curriculums might teach you about compilers but I still don't know much about them. You can still learn this stuff online if it really interests you tho
@ecampo123
@ecampo123 2 жыл бұрын
You basically summarized the compilers course I took this quarter. Nice!
@thevividversatilechannel4807
@thevividversatilechannel4807 2 жыл бұрын
Video suggestion: Glob patterns in 100 seconds Thank you very much
@alichamas63
@alichamas63 2 жыл бұрын
Dude, your presentation skills are the bomb.
@kevinxin1545
@kevinxin1545 2 жыл бұрын
Great! I'll put this on my resume! Thanks!
@perpetualsystems
@perpetualsystems 2 жыл бұрын
You're basically an expert In LLVM now! I should do the same.
@cymonevo344
@cymonevo344 2 жыл бұрын
This channel is the best to learn new things for brief introduction. Thanks a lot and well done!
@criddell86
@criddell86 2 жыл бұрын
Interesting side note. LLVM is embedded into every android and ios device so it can be used to compile graphics shaders on the fly.
@AlmerosMusicCode
@AlmerosMusicCode 2 жыл бұрын
Perhaps also ships with all modern browsers for WebGL?
@helge000
@helge000 2 жыл бұрын
I just wanted to subscribe; but I had to like first. Great video, many thanks! LLVM was quite a mystery for me up until now
@furqanfarooqui
@furqanfarooqui 2 жыл бұрын
Probably a good idea to use flex and yacc (or similar) to generate your lexer and parser from simple grammar rules.
@Y-anon
@Y-anon 2 жыл бұрын
Finally a fireship video that doesn't make me want to throw away half of the tech I'm using in my project for some new shinies. At least I know that I can't be bothered to write a new programming language - yet
@mohammedabutaki4626
@mohammedabutaki4626 2 жыл бұрын
Great content, easy to understand, you are the best 💪🏻
@jardondiego
@jardondiego 2 жыл бұрын
this sheesh is not easy to understand lmao
@kass160
@kass160 2 жыл бұрын
@@jardondiego Agree. I bet he didn't understand other than installing it.
@ajaysatish8720
@ajaysatish8720 2 жыл бұрын
@@jardondiego if u already know compiler design or about compilers, the steps he mentioned are not hard to understand. For newbies, yes . It will be hard.
@felixc.programs8209
@felixc.programs8209 2 жыл бұрын
Great advices here! You motivated me to start my own Tech KZbin channel and I hope one day it will grow like yours did. Thanks a lot!
@mr.stache
@mr.stache 2 жыл бұрын
I was interested and thought I might use this to make my own language. I only understood approximately 1 in 5 words in the "create the programming language" section. 😅
@Unit_00
@Unit_00 2 жыл бұрын
For the past 2 days I've been thinking how I would program my own language. Nice timing.
@SkyenNovaA
@SkyenNovaA 2 жыл бұрын
The "IR" reminds me of the "IL" that JIT languages produce when compiled
@paulob.d.1210
@paulob.d.1210 2 жыл бұрын
I would say it is closer to an unviersal assembly language
@thatonekevin3919
@thatonekevin3919 2 жыл бұрын
Yes, however IR is in SSA form and contain PHI nodes (which is not executable as-is)
@Zhung36
@Zhung36 2 жыл бұрын
Thanks Jeff! I can put writing a new programing language and compiler in my resume now
@itsguardiantime4928
@itsguardiantime4928 2 жыл бұрын
2003? Wow it feels way older, like 20 years. Wait a minute...
@johnsoukas2292
@johnsoukas2292 2 жыл бұрын
You brought so many sleepless nights memories from computer engineering compilers course in 100seconds
@everyoneanyone1593
@everyoneanyone1593 2 жыл бұрын
This tool is harmful to productivity because of the cute dragon logo. I mean look at it!!! It's so adorable!!! You can barely take your eyes off it!
@KevinHenke
@KevinHenke 2 жыл бұрын
Love the casual "middle-end" drop.
@JonathanAdami
@JonathanAdami 2 жыл бұрын
This is so interesting, makes me wonder, if they all compile to the same IR, what is then the advantage of one over the other? The syntax sugar? Or is the lexical analysis bit producing better IR in the case of one language? Anyway thanks for the video! I love this channel!
@perpetualsystems
@perpetualsystems 2 жыл бұрын
I think there is no real difference outside human readability preference and the language's ecosystem. Most differences in high-level structuring are whittled down to the same dust in the IR optimization phase nowadays. Of course, the less junk you write in your high-level code, the more refined your machine code will be.
@bobDotJS
@bobDotJS 2 жыл бұрын
This is so good, I've come across llvm dozens of times while reading programming content and I've never had a good idea of what it actually was. This was a great video
@stevemcwin
@stevemcwin 2 жыл бұрын
Hey Jeff, could you please do a video on the Nim programming language?
@chinpokomon_
@chinpokomon_ 2 жыл бұрын
👑
@nosferatunoir2740
@nosferatunoir2740 2 жыл бұрын
As someone who had to build a prototype programming language and compiler, these 100 seconds gave me PTSD. Awesome video!
@ahmedbalady1262
@ahmedbalady1262 2 жыл бұрын
Good video as usual 🥳
@ahdev9336
@ahdev9336 2 жыл бұрын
i've been waiting for this for AGES
@deloub
@deloub 2 жыл бұрын
I love how you define functions in JeffScript 🤣
@agentprotik2069
@agentprotik2069 2 жыл бұрын
I have some questions, in all of these "100 seconds" videos that you make...how much of the stuff in the videos do you already know? And how much do you have to Google to make these videos?
@TekExplorer
@TekExplorer 2 жыл бұрын
@Pavel Alexandru the problem is condensing everything into 100 seconds and presenting it in a concise fashion
@GordonChil
@GordonChil 2 жыл бұрын
You broke down llvm in 100 seconds. Absolute madness! 👏🏻
@MrQuantumCodes
@MrQuantumCodes 2 жыл бұрын
I was waiting for this ❤❤❤ Edit: I did not understand a single thing tho
@EasyGetFreezy
@EasyGetFreezy 2 жыл бұрын
I love the idea to start the function with FU and end it with CK :D
@abcdef-ms9mb
@abcdef-ms9mb 2 жыл бұрын
Jeffscript is my new favourite language - I want nothing more from a language than functions opening with fu and ending with ck.
@conordunne3831
@conordunne3831 2 жыл бұрын
Went couldn't you have made this video last year when I was making a compiler? I finally understand the confusing things I did!
@Effectery
@Effectery 2 жыл бұрын
I am learning python as my first your videos give me a better idea of what programing is and what programing languages are thank you so much!
@excelelmira
@excelelmira 2 жыл бұрын
Yo, I don't think this video is a good source for learning python as your first. Good luck.
@xCwieCHRISx
@xCwieCHRISx 2 жыл бұрын
@@excelelmira its about his other programming language videos genius.
@excelelmira
@excelelmira 2 жыл бұрын
@@xCwieCHRISx Then why is it a comment under this video lol?
@yeetdeets
@yeetdeets 2 жыл бұрын
@@excelelmira I don't think it's about his other videos specifically, but his videos in general. "your videos give me a better idea of [...] what programing languages are". Even if you are just writing a JIT compiled language like Python, understanding that it is still compiled is useful. Understanding how compilation happens is also useful.
@Effectery
@Effectery 2 жыл бұрын
@@excelelmira I agree with both yeet and Xcwei
@TheMR-777
@TheMR-777 2 жыл бұрын
It was always in front of my eyes, and I never knew it's significance! Man, LLVM is awesome!
@mergenstudios8779
@mergenstudios8779 2 жыл бұрын
oooomg finally
@celalergun
@celalergun 2 жыл бұрын
It's fast, direct, and informational. I'm a die hard assembly programmer but I really like high level programming languages. I'd like to learn Rust and Julia instead of Python.
@celalergun
@celalergun 2 жыл бұрын
@@dahmainahgaimah2913 I had an 8086 with a monochrome screen and a diskette driver. I couldn't play computer games, also I got a virus at that time and decided to write one. Curiosity 😎
@syntrax-og
@syntrax-og 2 жыл бұрын
Actually, a tutorial about this would be so freaking awesome! Create a language that outputs `hello world` and does basic arithmetic `+,-,*,/` I would so watch that and follow along.
@thefekete
@thefekete 2 жыл бұрын
In the mean time, watch David beazly's presentation on ply.. not llvm, but quite interesting still
@Diego01201
@Diego01201 2 жыл бұрын
That's what you do when you take a compilers course
@iOSAcademy
@iOSAcademy 2 жыл бұрын
This is awesome!
@marel4681
@marel4681 2 жыл бұрын
this guy explained how to make a programming language in 100 seconds i'm making my own from 3 months and i'm still on the parser fireship is amazing
@Aspiiire
@Aspiiire 2 жыл бұрын
NOW!!! FINALLY!!!! I CAN go back to my work, thanks
@akankshc5707
@akankshc5707 2 жыл бұрын
time to make brainfuck++
@mohammadbasyouni7171
@mohammadbasyouni7171 2 жыл бұрын
personally can't wait for the "beyond 100s video" :D
@Amejonah
@Amejonah 2 жыл бұрын
Pro Hint: google: "crafting interpreters"
@christoslazaridis7128
@christoslazaridis7128 Жыл бұрын
I feel like my knowledge in c++ data structures and compilers from first years of cs just got a major blow
@yukinosuketakada661
@yukinosuketakada661 2 жыл бұрын
me thinking html is hard...
@ItzPouriya
@ItzPouriya 4 ай бұрын
😂😂😂😂 lmao
@pk_fauxtaux
@pk_fauxtaux Жыл бұрын
Beautiful logo, yu gi oh style
@cosimoarnold4434
@cosimoarnold4434 2 жыл бұрын
I am working on my own language at the moment, It is currently just interpreted, and if been thinking about how to create the compiler. This sounds really good.
@MarkoSkace
@MarkoSkace 2 жыл бұрын
Congratulations! Your channel is now officially a university course.
@Triyanox
@Triyanox 2 жыл бұрын
Boss level stuff 🔥
@intensedev
@intensedev 2 жыл бұрын
I am happy whenever fireship releases a video 🥳
@xavierpierre5586
@xavierpierre5586 2 жыл бұрын
wow that's really awesome :o, I think create your own langage and compiler is maybe not really usefull but it's clear that by doing that we can learn a lot about the different problematic wich appear under the hood... By the way the fact that IR are an intermediate language synthax wich can be generated by different language mean that if we learn how IR work then we have a basic knowledge on many other language despite the way they all have lot of similarity. To be honest your explaination are really really really fast and I hope you will treat this topic with more handy tutoriel where we can follow your work by doing it at the same time in order to understand but I know your channel and content have the goal to really go fast on topic. And this time i guess i will need to take a look on that and do my own research, trying to practice alone in order to understand everything in this video. I find that really interesting thank you for that awesome video
@suhpc82
@suhpc82 2 жыл бұрын
This is the first time the entire video went right over my head.
@DK-ox7ze
@DK-ox7ze 2 жыл бұрын
Would love to see more of these fundamental computer science videos!
@ThamaraiselvamT
@ThamaraiselvamT 2 жыл бұрын
I have been thinking for sometime to create a programming language for fun and its time to do 👍
@Ochecodes
@Ochecodes 2 жыл бұрын
One of the goated KZbin channel in tech
@jamm9848
@jamm9848 2 жыл бұрын
You make my coding / programming life easier. Thanks 🙏
@tylim88
@tylim88 Жыл бұрын
Ok, basically this is a compiler of compilers
Redwood in 100 Seconds
2:32
Fireship
Рет қаралды 369 М.
Let's Create a Compiler (Pt.1)
1:11:03
Pixeled
Рет қаралды 589 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Mojo Lang… a fast futuristic Python alternative
4:14
Fireship
Рет қаралды 892 М.
The amazing, but unsettling future of technology...
9:10
Fireship
Рет қаралды 983 М.
Creating Your Own Programming Language - Computerphile
21:15
Computerphile
Рет қаралды 208 М.
Julia in 100 Seconds
2:40
Fireship
Рет қаралды 725 М.
Compilers, How They Work, And Writing Them From Scratch
23:53
Adam McDaniel (kiwi)
Рет қаралды 239 М.
I made the same game in Assembly, C and C++
4:20
Nathan Baggs
Рет қаралды 834 М.
Just In Time (JIT) Compilers - Computerphile
10:41
Computerphile
Рет қаралды 283 М.
10 FORBIDDEN Sorting Algorithms
9:41
Ardens
Рет қаралды 957 М.
Nvidia CUDA in 100 Seconds
3:13
Fireship
Рет қаралды 1,4 МЛН