* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    Hoje às 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40

Autor Tópico: Master Haskell From Scratch- A Basic To Advanced Course  (Lida 52 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Master Haskell From Scratch- A Basic To Advanced Course
« em: 26 de Novembro de 2022, 06:15 »


Published 11/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.13 GB | Duration: 6h 10m

Get expertise of programming in Haskell

What you'll learn
Haskell
Haskell vs Python
Haskell Modules
Zippers in Haskell
Monads and Functor in Haskell
Requirements
Basics of Programming
Basics of Functional Programming Language
Description
This course is about Haskell. Haskell is a strong, statically typed language with a very expressive type system. It also has non- strict evaluation, and it has a very unique approach to problem-solving. This course is going to emphasize using Haskell for practical problem-solving. This course consists of several topics, in three sections. In the first topic, we'll talk about problems that FP and Haskell can address. Then we'll talk about the functional programming-specific ways of approaching these problems. Then we'll talk about how Haskell specifically addresses these types of problems. Then we'll take a look at our first Haskell programs and start to begin an intuition for what they look like. And we'll dig deeper into some issues related to whitespace and layout. Then we'll use the Glasgow Haskell Compiler's read-evaluate-print loop, known as GHCi, to explore our Haskell programs' values and types and expressions. Then we'll learn to debug with GHCi. Moving on, we'll dig deeper, and we'll start to look at Haskell values and expressions, and specifically functions as values. We'll build an intuition for some of the core concepts. Then we'll look at types, polymorphism constraints, and how we can add type signatures to our values. And we're looking to sum up product types in Haskell's record syntax. At that point, we'll know enough to tackle type classes, and we'll learn how to make our own instances of existing type classes and how to build our own type classes. Finally, to cap it all off, we'll learn how to extract values from our algebraic data types. At the end of this course, you will have a practical working knowledge of Haskell, enough to start writing your own program. You'll also know how Haskell can help us solve problems in its particular approach to software engineering. And then, you'll also have knowledge of values, expressions and types in Haskell.
Overview
Section 1: Module 1
Lecture 1 Introduction to the Course
Lecture 2 Problems FP and Haskell can Address
Lecture 3 Installing Haskell on Linux
Lecture 4 Functional Programming
Lecture 5 Introduction to Haskell
Lecture 6 Haskell vs Python
Lecture 7 Basic Data Models
Lecture 8 First Haskell Programs
Lecture 9 Whitespace Layout and Scoping
Section 2: Module 2
Lecture 10 GHCi and Interactive Haskell
Lecture 11 Basic Operators
Lecture 12 Decision Making
Lecture 13 Types and Type Class
Lecture 14 Haskell Functions
Lecture 15 More on Functions
Lecture 16 Function Composition
Lecture 17 Haskell Modules
Lecture 18 Haskell Input and Output
Lecture 19 Functor in Haskell
Lecture 20 Monads in Haskell
Lecture 21 Zippers in Haskell
Lecture 22 Debugging with GHCi
Section 3: Module 3
Lecture 23 Creating a New Stack Project
Lecture 24 Setting up the Word Game Grid
Lecture 25 Searching of the Words in the Grid
Lecture 26 Searching in All Directions
Lecture 27 Unit Testing the Grid with Hspecs
Section 4: Module 4
Lecture 28 Grid Coordinates and Infinite Lists
Lecture 29 Fleshing Out the Grid Module
Lecture 30 Searching the Grid Recursively
Lecture 31 Making the Game Playable
Lecture 32 Some Random Polish
Lecture 33 Command Line Arguments
Students,Programmers,Learners


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/6bdc5198ade132e8f78a4db24d63e90a/gobjw.Master.Haskell.From.Scratch.A.Basic.To.Advanced.Course.part1.rar.html
https://rapidgator.net/file/9901465560eaca1ab3c06ea82675ac2c/gobjw.Master.Haskell.From.Scratch.A.Basic.To.Advanced.Course.part2.rar.html
https://rapidgator.net/file/532230c55206bec51ffc2a39c951dbcd/gobjw.Master.Haskell.From.Scratch.A.Basic.To.Advanced.Course.part3.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/958f6C19196b8867/gobjw.Master.Haskell.From.Scratch.A.Basic.To.Advanced.Course.part1.rar
https://uploadgig.com/file/download/2451291dc40fcA1e/gobjw.Master.Haskell.From.Scratch.A.Basic.To.Advanced.Course.part2.rar
https://uploadgig.com/file/download/83a61cD03f1f0b63/gobjw.Master.Haskell.From.Scratch.A.Basic.To.Advanced.Course.part3.rar

nitroflare.com:
Citar
https://nitroflare.com/view/557D079E044BDF1/gobjw.Master.Haskell.From.Scratch.A.Basic.To.Advanced.Course.part1.rar
https://nitroflare.com/view/283F0AFCE55F9C1/gobjw.Master.Haskell.From.Scratch.A.Basic.To.Advanced.Course.part2.rar
https://nitroflare.com/view/EFB7E932536DB6D/gobjw.Master.Haskell.From.Scratch.A.Basic.To.Advanced.Course.part3.rar

1dl.net:
Citar
https://1dl.net/e3o8srnxq1bd/gobjw.Master.Haskell.From.Scratch.A.Basic.To.Advanced.Course.part1.rar.html
https://1dl.net/3b1k9vkuc52j/gobjw.Master.Haskell.From.Scratch.A.Basic.To.Advanced.Course.part2.rar.html
https://1dl.net/9vgmumuchbid/gobjw.Master.Haskell.From.Scratch.A.Basic.To.Advanced.Course.part3.rar.html