Skip to content

Accompanying sample codes for getting started with haskell article

Notifications You must be signed in to change notification settings

djoepramono/getting-started-with-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Haskell

This repository contains code examples used in my article on Medium

Setup

  • Install stack. Installation instruction can be found here
  • Run stack ghci in the root folder
  • Once inside, you can load other file by typing :load e.g. :load src/Activity.hs
  • Or you can run the main program by typing main

About

Accompanying sample codes for getting started with haskell article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published