Transparent

Documents tagged with functional programming

Explicitly Typed Exceptions for Haskell (slides)

This paper describes a monad for checked, explicitly typed exceptions. In other words, what for other languages is a native feature, is encoded here as a simple library. We accomplish ...
  • Pdf_16x16 62 pages
  • pepegg published this 09/15/2009
  • 1,047 reads
  • 1 comment

Domain Specific Languages in Erlang

This presentation examines the properties that make Erlang a great language for building Domain Specific Languages. - powerful parsing capabilities, runtime evaluation, and pattern matching are a f...
  • Pdf_16x16 31 pages
  • BestTechVideos published this 08/05/2009
  • 441 reads
  • 0 comments

F# – Succinct, Expressive, Efficient Functional Programming for .NET

Don Syme presents F# basics, a typed functional language for .NET that combines the succinctness, expressivity, and compositionality of functional programming with the runtime support, libraries, i...
  • Pdf_16x16 58 pages
  • BestTechVideos published this 07/19/2009
  • 671 reads
  • 0 comments

Pragmatic Real-World Scala

Jonas Bonér talks about Scala: using OO and the type system to create reusable components, using closures, high-order functions, immutability to create coherent and deterministic code, using Actors...
  • Pdf_16x16 108 pages
  • BestTechVideos published this 07/19/2009
  • 888 reads
  • 1 comment

Structure and Interpretation of Computer Programs (SICP)

Structure and Interpretation of Computer Programs (SICP) is a textbook published in 1984 about general computer programming concepts from MIT Press written by Massachusetts Institute of Techno...
  • Pdf_16x16 520 pages
  • inExcelsisDeo published this 05/16/2009
  • 4,569 reads
  • 0 comments

Real World Haskell by O'Reilly Media

This easy-to-use, fast-moving tutorial introduces you to functional programming with Haskell. You'll learn how to use Haskell in a variety of practical ways, from short scripts to large and demandi...
  • Pdf_16x16 712 pages
  • $39.99
  • O'Reilly published this 05/15/2009
  • 1,063 reads
  • 0 comments

Pattern matching in concatenative languages

  • Pdf_16x16 15 pages
  • microdan8710 published this 02/24/2009
  • 1,105 reads
  • 3 comments