Getting Started With Haskell
Since making my first Brave video in 2018, I have made hundreds of dollars in both referrals and source donations on the platform. Earning BAT as a creative person has given me the opportunity to fully pursue YouTube and content creation in a way I never thought imaginable.
Thank you so much for watching this video. I hope you subscribe and enjoy all future content I make for you.
Check out my Brave referral/affiliate link; it just may hook you up with some free Basic Attention Tokens!
π Download Brave Browser: https://best-product-deals.com/go/brave
---
If you want to become a verified publisher after downloading Brave from the link above, click here once you made/linked a content page & you'll be on your way! ENJOY!
β
Link Pub: https://publishers.basicattentiontoken.org
β
Signup Uphold: https://uphold.com
Some of the viewers have asked me to take a closer look at Haskell since I've done so much content regarding Xmonad, a tiling window manager written in Haskell. Well, I'm not a programmer by trade. And I certainly wouldn't say I "know" Haskell. But I, a non-programmer, will attempt to cover some of the basics of Haskell in this video. ERRATA: I messed up in explaining the order of operations for 'foldl'. 'foldr' and 'foldl' are confusing as hell. But the following diagram should be right... foldl (+) 0 [1,2,3,4] = ((((0 + 1) + 2) + 3) + 4) foldr (+) 0 [1,2,3,4] = (1 + (2 + (3 + (4 + 0)))) REFERENCED: βΊ http://learnyouahaskell.com/ βΊ https://www.haskell.org/ WANT TO SUPPORT THE CHANNEL? π° Patreon: https://www.patreon.com/distrotube π³ Paypal: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=derek%40distrotube%2ecom&lc=US&item_name=DistroTube&no_note=0Β€cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest ποΈ Amazon: https://amzn.to/2RotFFi π Teespring: https://teespring.com/stores/distrotube SOCIAL PLATFORMS: π¨οΈ Mastodon: https://mastodon.technology/@distrotube π¬ IRC: irc://freenode #distrotube π« Reddit: https://www.reddit.com/r/DistroTube/ π½οΈ LBRY: https://lbry.tv/$/invite/@DistroTube:2 DT ON THE WEB: πΈοΈ Website: http://distrotube.com/ πΏοΈ Gopherhole: gopher://distro.tube π GitLab: https://gitlab.com/dwt1 FREE AND OPEN SOURCE SOFTWARE THAT I USE: π Brave Browser - https://brave.com/dis872 π½οΈ Open Broadcaster Software: https://obsproject.com/ π¬ Kdenlive: https://kdenlive.org π¨ GIMP: https://www.gimp.org/ π Audacity: https://www.audacityteam.org/ π» VirtualBox: https://www.virtualbox.org/ Your support is very much appreciated. Thanks, guys!