Script:

Basic software engineering for Haskell

Headline

Basic software engineering practices for Haskell

Description

Basic software engineering principles are instantiated for Haskell. That is, Haskell programs are modularized (based on a module system), organized (in terms of scoping), documented (based on idiomatic comments), packaged (in terms of dependencies), and tested (specifically unit-tested). To this end, Haskell's where clauses and its module system as well as the Haskell technologies Technology:Haddock, Technology:Cabal, Technology:HackageDB, and Technology:HUnit are leveraged. (We don't discuss a whole lot of Haskell technologies to limit the scope of this introductory lecture. For instance, Technology:HaskellToolStack and Technology:QuickCheck would be obvious targets for a follow-up.)

Video

Basic Software Engineering in Haskell

Concepts

Languages

Technologies

Features

Contributions


Ralf Lämmel edited this article at Thu, 07 May 2020 17:44:59 +0200
Compare revisions Compare revisions

User contributions

    This user never has never made submissions.

    User edits

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.