Quantcast
Channel: C9 Lectures: Erik Meijer - Functional Programming Fundamentals (Zune) - Channel 9
Browsing latest articles
Browse All 26 View Live

Image may be NSFW.
Clik here to view.

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals, Chapter 1...

Welcome to a new technical series on Channel 9 folded into a different kind of 9 format: C9 Lectures. These are what you think they are, lectures. They are not conversational in nature (like most of...

View Article



Image may be NSFW.
Clik here to view.

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals, Chapter 2...

In Chapter 2, Dr. Meijer introduces Haskell syntax and notation (via a Haskell implementation called Hugs, to be precise, which is based on Haskell 98) and we learn about the Haskell syntax that...

View Article

Image may be NSFW.
Clik here to view.

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals, Chapter 3...

In Chapter 3, Dr. Meijer explores types and classes in Haskell. A type is a collection of related values and in Haskell every well-formed expression has a type. Using type inference, these types are...

View Article

Image may be NSFW.
Clik here to view.

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 4...

In Chapter 4, Dr. Meijer teaches us about the art and practice of defining functions. Functions can be defined using conditional expressions and in Haskell conditional expressions must always have an...

View Article

Image may be NSFW.
Clik here to view.

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 5...

In Chapter 5, Dr. Meijer introduces and digs into List Comprehensions. In mathematics, comprehension notation is used to construct new sets from old sets. In Haskell, you can create new lists from old...

View Article


Image may be NSFW.
Clik here to view.

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 6...

In Chapter 6, Dr. Meijer guides us through the world of recursive functions. In Haskell, functions can be defined in terms of themselves.  Such functions are called recursive.For example: factorial 0 =...

View Article

Image may be NSFW.
Clik here to view.

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 7...

In Chapter 7, Dr. Meijer teaches us about Higher-Order Functions. A function is called higher-order if it takes a function as an argument and returns a function as a result:twice    :: (a -> a)...

View Article

Image may be NSFW.
Clik here to view.

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 8...

In Chapter 8, Functional Parsers, it's all about parsing and parsers. A parser is a program that analyses a piece of text to determine its syntactic structure. In a functional language such as Haskell,...

View Article


Image may be NSFW.
Clik here to view.

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9...

In Chapter 9, Interactive Programs, Dr. Meijer will teach us how to make programs in Haskell that are side-effecting:interactive. Haskell programs are pure mathematical functions with no side effects....

View Article


Image may be NSFW.
Clik here to view.

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10...

In Chapter 10, Declaring Types and Classes, Dr. Meijer teaches us about type declarations, data declarations, arithmetic expressions, etc.  In Haskell, a new name for an existing type can be defined...

View Article

Image may be NSFW.
Clik here to view.

C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter...

Yes. You read the title correctly! For today's lecture in the Functional Programming Fundamentals series of lectures the great Dr. Graham Hutton, author of the Programming in Haskell book that Dr. Erik...

View Article

Image may be NSFW.
Clik here to view.

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 12...

In Chapter 12, Lazy Evaluation, Dr. Meijer takes us on a journey into the world of order of evaluation (when expressions are evaluated). In the case of lazy evaluation, computation is delayed until the...

View Article

Image may be NSFW.
Clik here to view.

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13...

Well, my friends, the day has arrived. For thirteen weeks, you have been provided all the conceptual tools to take the leap into the deep end of the functional programming pool and float safely. The...

View Article

Browsing latest articles
Browse All 26 View Live




Latest Images