Skip to content

I will record my Haskell learning process. I will collect working code here also.

Notifications You must be signed in to change notification settings

steadylearner/Haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell

You can start with one of the learning source below. Type and compile some files and projects at examples/

This will be similar to the Rust Full Stack repository for Rust.

TODO

  • Include CLI with mongodb to prod folder or private repositroy. (WIP, should organize this.)
  • Follow this for movie-monad

Reusable

Reference

Stack

Install hlint and other vsc plugin to help you write the better Haskell code from the beginning.

$curl -sSL https://get.haskellstack.org/ | sh (This installs stack)
$stack install hlint
// Then, install haskell, haskell-linter, error lens vsc plugin etc.

Web

I should include more examples.

Blog posts

You can also read other blog posts from the authors of those links.

About

I will record my Haskell learning process. I will collect working code here also.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published