Skip to content

A repository that contains all the code I've written as part of my (15CSE402) SICP course on the functional programming language Haskell.

Notifications You must be signed in to change notification settings

JaganKaartik/Haskell-Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Haskell-Fundamentals

A repository to learn the functional programming language Haskell.

Requirements

  • A text editor such as Sublime, Atom etc.
  • GHC - Glasgow Haskell Compiler

How to write Haskell programs?

  1. Create a new file filename.hs (.hs extension)
  2. Open GHC via terminal, type ghci in the terminal.
  3. Run the following command:load filename.hs
  4. Run your modules in the ghc compiler
  5. If any changes made type :reload

About

A repository that contains all the code I've written as part of my (15CSE402) SICP course on the functional programming language Haskell.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published