Haskell

From Wikiversity
(Redirected from Functional Programmming)
Jump to: navigation, search

Contents

The Haskell Computer Programming Course [edit]

The Lambda Glyph, often used as the Haskell logo.


Introduction [edit]

Hello, and welcome to the future home of the Haskell Computer Programming Course. We will be learning about the Haskell programming language.

Contributing [edit]

All contributions are appreciated. Even newcomers are welcome to make changes, remember Be bold !

Lessons for Beginners [edit]

Lesson one- Introduction to Haskell [edit]
    • What is Haskell?
    • How is Haskell different than other languages?
      • Haskell compared with:
        • C
        • C++
        • Java
        • Python
        • Basic
          • Visual Basic
        • Lisp
          • Common Lisp
          • Scheme
    • What is functional programming?
Lesson two- Basic Haskell [edit]

Intermediate Lessons [edit]

Lesson one- [edit]
Lesson two- [edit]

Advanced Lessons [edit]

Lesson one- [edit]
Lesson two- [edit]

Class Project? [edit]

  • Spell check bot?


Further Reading [edit]

The Haskell Wikibook

The Haskell Wikipedia Article