Writing Haskell Programs
Course
Online
Description
-
Type
Course
-
Methodology
Online
-
Start date
Different dates available
Learn how to create, build, run, and test Haskell programs and reuse existing Haskell packages.Haskell is a powerful, purely functional programming language that allows developers to express their designs elegantly and succinctly. Modern Haskell tools such as Cabal and Stack also allow developers to build and manage large and complex systems and to consume a vast array of high-quality open source libraries.First we will start this course by learning how to edit , build and test our Haskell code. Then we will learn how to create modules in Haskell. We will learn about the various Haskell repositories and how to use them.Once we have our Haskell package in place we will end by testing our package using third-party ecosystems.This course builds on the foundations provided by the Fundamentals of Practical Haskell Programming course and helps to bridge the gap between introductory and advanced Haskell by teaching you how to manage and develop complex programs. We'll also dispel the myth that Haskell is only useful for toy programs.This course covers the important parts of the Haskell development process that are frequently neglected by beginner-level tutorials.About the AuthorRichard Cook is a staff software engineer at Tableau Software and works on high-performance relational database systems. He works primarily in C++, but has experience in a broad range of languages and technologies. He is a keen user of Haskell in his spare time and is frequently able to apply his functional programming and Haskell experience to his daily work. He is organizer of the Seattle Area Haskell Users’ Group and an active member of the Seattle functional programming community. He is currently developing a machine-learning framework for Haskell.
Facilities
Location
Start date
Start date
About this course
See the edit, build, execute, and test cycle your code
Discover what Cabal files are for
Use the Stack build tool and hints and tips
Find out how to create modules
Understand how to use modules to organize programs
Get to know how to import symbols from modules
See how to search packages on Hackage and Stackage
Use packages from Hackage and Stackage
Discover how to publish your own packages
Explore some useful and popular Haskell packages
Reviews
This centre's achievements
All courses are up to date
The average rating is higher than 3.7
More than 50 reviews in the last 12 months
This centre has featured on Emagister for 6 years
Subjects
- Editors
- Programming
- Export
- Writing
- Industry
- Systems
- Global
- Works
- Options
Course programme
- Compare different Haskell editors and IDEs
- Compare different build tools for Haskell code
- Learn the essentials of Cabal and Stack
- Build up minimal Cabal files from scratch
- Add a library target to an existing cabal-based package
- Add a test target to an existing .cabal-based package
- Review the Stack commands we've already used
- Look at global and command-specific options
- Look at some advanced commands
- Look at how to structure .cabal projects
- Look at how to rapidly prototype code
- Look at how to perform test-driven development
- Compare different Haskell editors and IDEs
- Compare different build tools for Haskell code
- Learn the essentials of Cabal and Stack
- Build up minimal Cabal files from scratch
- Add a library target to an existing cabal-based package
- Add a test target to an existing .cabal-based package
- Review the Stack commands we've already used
- Look at global and command-specific options
- Look at some advanced commands
- Look at how to structure .cabal projects
- Look at how to rapidly prototype code
- Look at how to perform test-driven development
- Compare different Haskell editors and IDEs
- Compare different build tools for Haskell code
- Learn the essentials of Cabal and Stack
- Compare different Haskell editors and IDEs
- Compare different build tools for Haskell code
- Learn the essentials of Cabal and Stack
- Compare different Haskell editors and IDEs
- Compare different build tools for Haskell code
- Learn the essentials of Cabal and Stack
- Compare different Haskell editors and IDEs
- Compare different build tools for Haskell code
- Learn the essentials of Cabal and Stack
- Compare different Haskell editors and IDEs
- Compare different build tools for Haskell code
- Learn the essentials of Cabal and Stack
- Compare different Haskell editors and IDEs
- Compare different build tools for Haskell code
- Learn the essentials of Cabal and Stack
- Build up minimal Cabal files from scratch
- Add a library target to an existing cabal-based package
- Add a test target to an existing .cabal-based package
- Build up minimal Cabal files from scratch
- Add a library target to an existing cabal-based package
- Add a test target to an existing .cabal-based package
- Build up minimal Cabal files from scratch
- Add a library target to an existing cabal-based package
- Add a test target to an existing .cabal-based package
- Build up minimal Cabal files from scratch
- Add a library target to an existing cabal-based package
- Add a test target to an existing .cabal-based package
- Build up minimal Cabal files from scratch
- Add a library target to an existing cabal-based package
- Add a test target to an existing .cabal-based package
- Build up minimal Cabal files from scratch
- Add a library target to an existing cabal-based package
- Add a test target to an existing .cabal-based package
- Review the Stack commands we've already used
- Look at global and command-specific options
- Look at some advanced commands
- Review the Stack commands we've already used
- Look at global and command-specific options
- Look at some advanced commands
- Review the Stack commands we've already used
- Look at global and command-specific options
- Look at some advanced commands
- Review the Stack commands we've already used
- Look at global and command-specific options
- Look at some advanced commands
- Review the Stack commands we've already used
- Look at global and command-specific options
- Look at some advanced commands
- Review the Stack commands we've already used
- Look at global and command-specific options
- Look at some advanced commands
- Look at how to structure .cabal projects
- Look at how to rapidly prototype code
- Look at how to perform test-driven development
- Look at how to structure .cabal projects
- Look at how to rapidly prototype code
- Look at how to perform test-driven development
- Look at how to structure .cabal projects
- Look at how to rapidly prototype code
- Look at how to perform test-driven development
- Look at how to structure .cabal projects
- Look at how to rapidly prototype code
- Look at how to perform test-driven development
- Look at how to structure .cabal projects
- Look at how to rapidly prototype code
- Look at how to perform test-driven development
- Look at how to structure .cabal projects
- Look at how to rapidly prototype code
- Look at how to perform test-driven development
- First, learn about the purposes of modules in Haskell
- Learn how modules and other things in Haskell are named
- Look at the modules in an example program
- Create exposed and other modules in our own program
- Export different kinds of names from modules
- Re-export names using module exports to create “umbrella” modules
- First, learn how to hide names during imports from modules
- Use qualified imports to disambiguate between identically named imports
- Use multiple import strategies in the same scope
- First, learn about the purposes of modules in Haskell
- Learn how modules and other things in Haskell are named
- Look at the modules in an example program
- Create exposed and other modules in our own program
- Export different kinds of names from modules
- Re-export names using module exports to create “umbrella” modules
- First, learn how to hide names during imports from modules
- Use qualified imports to disambiguate between identically named imports
- Use multiple import strategies in the same scope
- First, learn about the purposes of modules in Haskell
- Learn how modules and other things in Haskell are named
- Look at the modules in an example program
- First, learn about the purposes of modules in Haskell
- Learn how modules and other things in Haskell are named
- Look at the modules in an example program
- First, learn about the purposes of modules in Haskell
- Learn how modules and other things in Haskell are named
- Look at the modules in an example program
Additional information
Writing Haskell Programs
