I made Futures from scratch

preview_player
Показать описание
Enable Subtitles for Twitch Chat

Related playlists:

References:

Support:
- BTC: bc1qj820dmeazpeq5pjn89mlh9lhws7ghs9v34x9v9
- XMR: 47WtJDPwdWCFCRDkobFPV4NoesPg8zToj3WSci8FxJRXMQF9G4UBngUSTiQEX5wWWLfWs3D67tR9gbANYfxoTaZsRyUrEkC
Рекомендации по теме
Комментарии
Автор

At first I read title as "I made Futures in Scratch"

joepeach-ov
Автор

no "hello everyone and welcome to yet another recreational programming session with mista zozin" at the beginning?

i demand a reupload.

VladyslavPrydatko
Автор

This was a very helpful video!! However, I didn't know who I was doin' this recreational programming session with which makes me very sad. I hope Mista Zozin comes back one day sigh.

unknown_error
Автор

those c3 compiler error messages are so good lmao. they are straight to the point of what the issue was and suggestion on how to solve it

lack_of_awareness
Автор

This was an amazing stream. So many random CS/programming concepts randomly kept coming up in the most natural way.
Not only that but the classic Zozin humor mixed with the actually meaty project reignited my passion for my own side project that needs some love.

RabeezRiaz
Автор

Can we implement 'Sassy C' compiler where all the errors are sarcastic and grumpy?

StevenMartinGuitar
Автор

Anything in the universe of structural programming, including futures, coroutines, and continuations, is just a fancy way of hiding gotos

SimGunther
Автор

Bro i can watch this guy all day ngl❤️ Keep it up

sahilpathan
Автор

It's actually Ryan Dahl (the creator of node and deno) who made the get back javascript petetion

TechBuddy_
Автор

Amazing you are in fact showing to us all the time what you’ve said: learn programming instead of programming langs

errelin
Автор

6:00 It's called "cooperative multitasking". Cooperative because the program is not interrupted by the kernel but gives up control voluntarily.

Martinit
Автор

i love the enthusiasm & and the simplicity even tho i don't understand the concept that much nor much C, i wanted to implement this on my own but i couldn't get it well; but i loved the vid; made me wanna pursue some of my side projects

hamzakhiar
Автор

The fact that this guy doesn't have millions of subs is truly sad. What a chad of a programmer, truly elite in communication as well

AbegazNap
Автор

5 minutes in, and I'm already seeing Mr. Streamer doing a big sin in asynchronous programming, executing a promise using a spin-lock.

oserodal
Автор

Not sure if you care now that you got it working, but you don't actually need to do the thing for Rejects where you set the excuse later. The problem was that you were using the question mark operator after the WOULD_BLOCK when you were constructing the Reject, which was trying to propagate the error when you just wanted to create an instance of IoError.

infrxion
Автор

I really like your videos. Keep it up and stay penger!

Odod
Автор

1:17:40 - To be honest, I wasn't confident on the cleanness of the result until those macros were introduced. Damn, that is neat AF. I can't wait to watch the remaining of the video...

ecosta
Автор

in functional programming its closures to the rescue

dreamtatyabichoo
Автор

Someone could have given you futures as Christmas presents. 😅
Anyways, love your content, would definitely get time to see it on Christmas.

CoderBen-zzkw
Автор

Have to look at the assembly in order to know for sure if something is only temporary on the stack.
Also, something like a logical OR (!a | b!) is necessary to execute both where boolean OR || skips if first is satisfactory.

adamp