Пікірлер
@AkashOffice-z7w
@AkashOffice-z7w Ай бұрын
Where is the comparison with C++ among these languages?
@DrSoftman
@DrSoftman Ай бұрын
C
@khatoon8093
@khatoon8093 Ай бұрын
Thank you soo much that was literally rescue
@theoriginyt4869
@theoriginyt4869 Ай бұрын
C is not the fastest language? I mean people are able to see the produced Asm code while writing C, try that with another language.
@035_Sagar
@035_Sagar Ай бұрын
Brother could you please help me in the set up of FLTK
@lesscomplex6315
@lesscomplex6315 2 ай бұрын
The Fibonacci implementation only shows how the language compilers handle simple, non branching, no caching, single thread code, which is very specific and far from what goes in real software. Better tests will be to show how it handles external driver communications (aka network), multi threading and synchronization primitives, code branching and high memory consuming code (data intensive applications) and the handling of more complex data structures (structures, enums, unions, lists, graphs, etc…)
@naczu
@naczu 2 ай бұрын
I'm more interested in cpu and memory consumption because the prices on the cloud are calculated from memory and cpu usage.
@Ahoora-o2v
@Ahoora-o2v 4 ай бұрын
zig build-exe -O ReleaseSafe main.zig
@rubinigor
@rubinigor 4 ай бұрын
mi się wydaje że rust szybszy ale trzeba w --release ale możliwe wsm zależy też czy chodzi o gpu cpu ram itp
@chrikke
@chrikke 4 ай бұрын
The fact C and Rust is slower than Go should be telling you something is wrong with the test, and it is inaccurate
@chrikke
@chrikke 4 ай бұрын
This is a horrible way to benchmark. C is the fastest if you can actually use it properly. That means Golang can be even faster than C due to it's excellent os library if you need to read a file. Assembly is also technically faster than C if you are a god. But C has such a good compiler that it is going to produce better Assembly code than you can write.
@susmiknath5992
@susmiknath5992 4 ай бұрын
Make a video for set up the FLTK
@Cinarbayramic
@Cinarbayramic 5 ай бұрын
it depends on how you code, what you code and how you compile it i dont think they have much difference in performance
@mohamedkhaled-qo9fb
@mohamedkhaled-qo9fb 5 ай бұрын
how to install fltk
@AhooraBahadori-lx7cb
@AhooraBahadori-lx7cb 6 ай бұрын
Cargo build --release
@paulobatisttta
@paulobatisttta 6 ай бұрын
Great!!!
@codingnetwork6914
@codingnetwork6914 7 ай бұрын
kuch samaj hi nhi aya bhai khud nhi parna tha fktk kya hota h ???
@Octogenico
@Octogenico 7 ай бұрын
Youre supposed to put something over tje Green screen smh
@norskiy9765
@norskiy9765 10 ай бұрын
It's just a pity that Zig has a small community. the language is really cool, but.... Does no one know about him?
@LearnCodingly
@LearnCodingly 10 ай бұрын
Zig is basically a *better C*, people do know about zig and are using zig as well, even I made some projects in Zig, but then realised that Zig is a programming language for those who understand *allocators* very well. So, then I switched back to C because the projects I was building were too difficult to handle only by me (only one contributor). I will first learn more about allocators and will make a come back.
@samuel.ibarra
@samuel.ibarra 5 ай бұрын
The problem with Zig for me is the LSP. Needs to improve
@RihanSheikh-rz9qx
@RihanSheikh-rz9qx 10 ай бұрын
Thank uh bhai
@SwastikMondal-yr1hw
@SwastikMondal-yr1hw 11 ай бұрын
This is really helpful for beginners to start programming without learning the algorithms or flowchart,👍👍
@LearnCodingly
@LearnCodingly 11 ай бұрын
Yah! maybe yes 😆
@SwastikMondal-yr1hw
@SwastikMondal-yr1hw 11 ай бұрын
twist😂😂
@its_alpha.pavan03
@its_alpha.pavan03 11 ай бұрын
I appreciate your efforts 👍.You are ambitious.so, try to use your skills and out of box thinking to build something that will be helpful in real world😇 .Your language is diffrent but not useful .why dont you make language that will need minimum characters to programming and easy to understand . BTW Best of luck 👍👍👍
@LearnCodingly
@LearnCodingly 11 ай бұрын
Thanks a lot! your comment really helps! I am thinking of building a compiler 🤔 and maybe create my own programming language 💡! Not like this one though 😅.
@koftabalady
@koftabalady 11 ай бұрын
Don't dell me whad do do 😂
@LearnCodingly
@LearnCodingly 11 ай бұрын
😅
@clear4261
@clear4261 11 ай бұрын
I think its because for the server to communicate with the html doc, it has to know that its a html doc, hence doctype
@LearnCodingly
@LearnCodingly 11 ай бұрын
Yes! the correct answer! 👏👏👏👏👏
@Planckestein.
@Planckestein. 11 ай бұрын
Keep it on brotha❤❤, you are underrated, hope u have millions of subs...
@LearnCodingly
@LearnCodingly 11 ай бұрын
Thanks a lot for your wishes!
@Planckestein.
@Planckestein. 11 ай бұрын
@@LearnCodingly welcome mate
@MastAdmiLive
@MastAdmiLive 11 ай бұрын
Badal????
@keshavsharma5647
@keshavsharma5647 11 ай бұрын
@bnftv
@ankitmajumder8723
@ankitmajumder8723 11 ай бұрын
Bro reinvented the wheel by painting it a different color
@LearnCodingly
@LearnCodingly 11 ай бұрын
The most perfect explaination I found 🤣. Just a try to make C++ look better 🤣. Maybe I can make a compiler for it specially 🤔.
@Memeathon_Dev
@Memeathon_Dev 11 ай бұрын
Cool, keep up the good work ❤
@LearnCodingly
@LearnCodingly 11 ай бұрын
Thanks alot!
@redstonetutorials5493
@redstonetutorials5493 11 ай бұрын
technically NULL or nullptr aren’t invalid memory addresses they just point to the division by zero exception in the IDT so that’s why the kernel blocks access to that address
@whitenigga2929
@whitenigga2929 11 ай бұрын
Interesting, what's IDT?
@LearnCodingly
@LearnCodingly 11 ай бұрын
@redstonetutorials5493 has used IDT as an alternative word for RAM or memory.
@ShivamKumar-zn4uc
@ShivamKumar-zn4uc 11 ай бұрын
Preprocessor are processed being compilation hence no error name of variable is asdfasdf not char
@tchz
@tchz 11 ай бұрын
bruh
@anmolchandra8370
@anmolchandra8370 Жыл бұрын
Kindly don't stop this playlist sir, I am going to code all of the four video tonight. More excited about play against computer.
@LearnCodingly
@LearnCodingly Жыл бұрын
Yes! I wont stop this playlist. All the best! Keep it up.
@abhivanshgupta1275
@abhivanshgupta1275 Жыл бұрын
amazing sir, m in 1st yr at iitr, you tried ur best! i understood everything
@LearnCodingly
@LearnCodingly Жыл бұрын
All the best to you! Also, thanks a lot for your feedback.