Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

The Implementation of Functional Programming Languages
  • Language: en
  • Pages: 472

The Implementation of Functional Programming Languages

None

Coders at Work
  • Language: en
  • Pages: 619

Coders at Work

  • Type: Book
  • -
  • Published: 2009-12-21
  • -
  • Publisher: Apress

Peter Seibel interviews 15 of the most interesting computer programmers alive today in Coders at Work, offering a companion volume to Apress’s highly acclaimed best-seller Founders at Work by Jessica Livingston. As the words “at work” suggest, Peter Seibel focuses on how his interviewees tackle the day-to-day work of programming, while revealing much more, like how they became great programmers, how they recognize programming talent in others, and what kinds of problems they find most interesting. Hundreds of people have suggested names of programmers to interview on the Coders at Work web site: www.codersatwork.com. The complete list was 284 names. Having digested everyone’s feedbac...

Haskell 98 Language and Libraries
  • Language: en
  • Pages: 280

Haskell 98 Language and Libraries

Haskell is the world's leading lazy functional programming language, widely used for teaching, research, and applications. The language continues to develop rapidly, but in 1998 the community decided to capture a stable snapshot of the language: Haskell 98. All Haskell compilers support Haskell 98, so practitioners and educators alike have a stable base for their work.This book constitutes the agreed definition of Haskell 98, both the language itself and its supporting libraries, and should be a standard reference work for anyone involved in research, teaching, or application of Haskell.

Implementing Functional Languages
  • Language: en
  • Pages: 281

Implementing Functional Languages

  • Type: Book
  • -
  • Published: 1992
  • -
  • Publisher: Unknown

Software -- Programming Languages.

Parallel and Concurrent Programming in Haskell
  • Language: en
  • Pages: 322

Parallel and Concurrent Programming in Haskell

If you have a working knowledge of Haskell, this hands-on book shows you how to use the language’s many APIs and frameworks for writing both parallel and concurrent programs. You’ll learn how parallelism exploits multicore processors to speed up computation-heavy programs, and how concurrency enables you to write programs with threads for multiple interactions. Author Simon Marlow walks you through the process with lots of code examples that you can run, experiment with, and extend. Divided into separate sections on Parallel and Concurrent Haskell, this book also includes exercises to help you become familiar with the concepts presented: Express parallelism in Haskell with the Eval monad and Evaluation Strategies Parallelize ordinary Haskell code with the Par monad Build parallel array-based computations, using the Repa library Use the Accelerate library to run computations directly on the GPU Work with basic interfaces for writing concurrent code Build trees of threads for larger and more complex programs Learn how to build high-speed concurrent network servers Write distributed programs that run on multiple machines in a network

Advanced Functional Programming
  • Language: en
  • Pages: 345

Advanced Functional Programming

  • Type: Book
  • -
  • Published: 2009-09-29
  • -
  • Publisher: Springer

Several carefully revised lectures from the 6th International School on Functional Programming, AFP 2008, are presented in this valuable review. Topics include computation with Delta ML, spider spinning, reduction-based normalization and Haskell programming.

Algorithm Design with Haskell
  • Language: en
  • Pages: 454

Algorithm Design with Haskell

Ideal for learning or reference, this book explains the five main principles of algorithm design and their implementation in Haskell.

Computational Semantics with Functional Programming
  • Language: en
  • Pages: 422

Computational Semantics with Functional Programming

Computational semantics is the art and science of computing meaning in natural language. The meaning of a sentence is derived from the meanings of the individual words in it, and this process can be made so precise that it can be implemented on a computer. Designed for students of linguistics, computer science, logic and philosophy, this comprehensive text shows how to compute meaning using the functional programming language Haskell. It deals with both denotational meaning (where meaning comes from knowing the conditions of truth in situations), and operational meaning (where meaning is an instruction for performing cognitive action). Including a discussion of recent developments in logic, it will be invaluable to linguistics students wanting to apply logic to their studies, logic students wishing to learn how their subject can be applied to linguistics, and functional programmers interested in natural language processing as a new application area.

Purely Functional Data Structures
  • Language: en
  • Pages: 236

Purely Functional Data Structures

This book describes data structures and data structure design techniques for functional languages.

Real World Haskell
  • Language: en
  • Pages: 714

Real World Haskell

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 demanding applications. Real World Haskell takes you through the basics of functional programming at a brisk pace, and then helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with data, concurrency, and more as you move through each chapter.