The first 500 people to use my link skl.sh/isaacharrisholt12241 will get a 1 month free trial of Skillshare! Yes, I know I'm overexposed. New camera, working on it!
@slpwrm7 сағат бұрын
Angelic
@minandychoi8597Сағат бұрын
when an app opens in light mode
@seannewell3978 сағат бұрын
Just on my phone (pixel 6a) but the white balance seems quite white imo at 0:29
@IsaacHarrisHolt8 сағат бұрын
It 100% is way too exposed 😅
@emmanuelgenga74214 сағат бұрын
Awesome video, I'd like to request a video on decoding nested json in gleam using the zero api
@IsaacHarrisHolt2 сағат бұрын
Definitely got a JSON video planned!
@gro9674 сағат бұрын
Goodbye for loop hello out of memory xD
@IsaacHarrisHolt4 сағат бұрын
Someone didn't watch all the way to the end before commenting 👀
@kodosunofficial_58 сағат бұрын
next: higher order function, currying, folding, and partial application
@IsaacHarrisHolt7 сағат бұрын
Gleam doesn't support currying or partial application (at least, not in a generalised way). Higher order functions are a big part of any functional language, but I'm not sure how much of a video I could do on them 😅
@loo_96 сағат бұрын
@@IsaacHarrisHoltI would find it super valuable if you did a video reviewing gleam code and showing how it could be simplified using the standard library. plenty of higher order functions there
@jamesarthurkimbell4 сағат бұрын
@@IsaacHarrisHolt Whatever you call it, the quick "let add_one = add(1, _)" type of function is a lovely way of doing what I think of when I think of partials