Binette@lemmy.mlOPtoRetroGaming@lemmy.world•Found Quickman in Haskell tutorial!English
3·
6 months agoI know, right? My brother and I nickname him “Quicksort man”
I know, right? My brother and I nickname him “Quicksort man”
It looks pretty fast! Excited to try it out one day.
I’m working on minesweeper using bevy!
My code is very bloated (lots of for loops inside for loops), so I asked for advice, and the comments all pointed me towards functional programming, specifically higher order functions.
I’m now going through Haskell aswell.