Skip to content

A (very) short workshop designed to introduce Haskell quickly but practically

License

Notifications You must be signed in to change notification settings

gitter-badger/haskell-in-haste

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell in Haste

A (very) short workshop designed to introduce Haskell quickly but practically.

Getting Started

  1. Download Stack for your operating system (scroll to the bottom for download links)

  2. Clone this repository

      git clone https://github.com/charleso/haskell-in-haste.git
    
  3. Run stack setup in the root of the directory

  4. Run stack build in the root of the directory

Running

  1. Run stack ghci
  2. Type main to start app
  3. Go to: http://localhost:8080

To reload files

  1. Hit ctrl-c to stop app
  2. Enter :r or :reload to recompile the project
  3. Type main to start app again

Introduction

See here for the material to be used for teaching (very) basic Haskell.

Some concepts are intentionally not being covered due to the time available, which are listed here

Practical

screenshot

It's really important to remember that learning a new language can be tricky, and Haskell especially so. Pick something really simple to start with and don't feel bad or frustrated if you don't finish. There should be plenty of mentors floating around, don't hesitate to ask for help.

Challenges

A number of "bots" have been partially implemented as part of the chat program. These are grouped in to three rough levels of difficulty.

To state the obvious, but it's recommend that they are tackled in this order. Once you feel comfortable, or perhaps you're getting bored, try moving to the next level.

Easy

Medium

Hard

Further Reading

The best place to start is probably the Yorgey lectures. Both the online material and talks given by the BFPG group can be found here:

About

A (very) short workshop designed to introduce Haskell quickly but practically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 89.8%
  • CSS 9.2%
  • JavaScript 1.0%