Software Alternatives, Accelerators & Startups

Haskell From First Principles VS Practical Common Lisp

Compare Haskell From First Principles VS Practical Common Lisp and see what are their differences

Haskell From First Principles logo Haskell From First Principles

A Haskell book for beginners that works for non-programmers and experienced hackers alike.

Practical Common Lisp logo Practical Common Lisp

Learning Resources
  • Haskell From First Principles Landing page
    Landing page //
    2020-01-11
  • Practical Common Lisp Landing page
    Landing page //
    2019-12-25

Haskell From First Principles features and specs

  • Comprehensive Coverage
    The book offers a thorough introduction to Haskell, starting from the basics and building up to advanced topics, making it suitable for beginners and those new to functional programming.
  • Hands-On Approach
    The book includes numerous exercises and examples that allow readers to practice and apply what they have learned, reinforcing their understanding of Haskell concepts.
  • Clear Explanations
    The authors provide clear and step-by-step explanations of complex topics, which helps in demystifying Haskell's syntax and functional programming paradigms.
  • Self-Sufficient
    It is designed to be a standalone resource for learning Haskell, meaning that readers do not need to rely on additional books or external resources to understand the content.

Possible disadvantages of Haskell From First Principles

  • Lengthy
    Some readers might find the book too long and detailed, which can be daunting for those looking to quickly gain a working knowledge of Haskell.
  • Pacing
    The book's pace can feel slow, especially for readers who already have some programming experience or knowledge of functional programming concepts.
  • Dense Content
    Certain sections can be dense and challenging to navigate, particularly for complete newcomers to programming or those not accustomed to functional styles.
  • Limited Real-World Applications
    The focus is largely on teaching Haskell concepts rather than demonstrating their direct application in real-world scenarios, which may not appeal to readers looking for practical examples.

Practical Common Lisp features and specs

  • Comprehensive Introduction
    The book offers a thorough introduction to Common Lisp programming, catering to both beginners and experienced programmers by covering the basics and advanced topics.
  • Practical Approach
    It emphasizes practical applications of Lisp, with numerous examples and projects that illustrate real-world usage, making it useful for learning how to write practical and efficient code.
  • Engaging Writing Style
    The author maintains an engaging and accessible writing style that keeps readers interested while explaining complex concepts in an understandable manner.
  • Free Access Online
    The book is available for free online, providing easy access to anyone interested in learning about Common Lisp without financial barriers.

Possible disadvantages of Practical Common Lisp

  • Assumes Prior Programming Knowledge
    The book may assume that readers have some programming background, which might make it challenging for complete beginners to grasp certain concepts quickly.
  • Dated Examples
    Given its publication date, some examples might be somewhat outdated in terms of current technological standards and might not represent the latest best practices in programming.
  • Focus on High-Level Understanding
    While it covers many aspects of Lisp, the book might not delve deeply into certain advanced technical details, which could be a downside for those seeking in-depth technical expertise.
  • Limited Coverage of Modern Libraries
    The book might not address newer libraries and tools that have emerged in the Lisp ecosystem since its publication, potentially missing out on some modern practices.

Haskell From First Principles videos

No Haskell From First Principles videos yet. You could help us improve this page by suggesting one.

Add video

Practical Common Lisp videos

Practical Common Lisp

More videos:

  • Review - Practical Common Lisp

Category Popularity

0-100% (relative to Haskell From First Principles and Practical Common Lisp)
Online Learning
100 100%
0% 0
Education
0 0%
100% 100
API Tools
100 100%
0% 0
Programming Language
0 0%
100% 100

User comments

Share your experience with using Haskell From First Principles and Practical Common Lisp. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Haskell From First Principles should be more popular than Practical Common Lisp. It has been mentiond 87 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Haskell From First Principles mentions (87)

  • Concurrency in Haskell: Fast, Simple, Correct
    I'm not going to sell you on anything. All of the things you've mentioned are true. Loosely, the multitude of string types and the state of the standard library come from the same place: the language is 30+ years old! There are many warts to be found. However, if you decide to start learning, the path is hard, especially if you come from a non-computer-science background like me. I attempted to learn Haskell... - Source: Hacker News / 22 days ago
  • Functional Programming Self-Affirmations
    I'm a big fan of Haskell Programming from First Principles. That's where more advanced ideas like Monads started clicking. https://haskellbook.com/. - Source: Hacker News / 5 months ago
  • Ask HN: What resources do you recommend for learning Haskell?
    Haskell Programming from First Principles[1] is extremely comprehensive, covering everything from lambda calculus to IO. For further self-learning, it might be interesting to learn about the underlying mathematical concepts, such as category theory. A deep dive into the workings of a Hindley–Milner type system might also significantly demystify some of Haskell's typing magic. [1] https://haskellbook.com/. - Source: Hacker News / 10 months ago
  • Ask HN: What resources do you recommend for learning Haskell?
    I really liked https://haskellbook.com/. It’s long, but has exercises after each chapter which I found very helpful. The first chapter is about Lambda Calculus which is kind of a meme at this point, but learning it actually did help me a lot to grok how Haskell programs are meant to fit together. Other than that, just doing some basic side projects and leaning about how to use Cabal effectively should get you there. - Source: Hacker News / 10 months ago
  • Ask HN (Personal): Has anyone here ever tried throwing everything away?
    Yeah! Six months after graduating from Northwestern University I quit my cushy 6-figure WFH job to move to Finland as a quasi-illegal immigrant. (I say "quasi-" because "STEM undergrad from a top university moving to a much poorer country" is, ah, not what you usually think of.) I was unemployed for over a year due to passport issues, living in a tiny vacation town of ~10,000 close to the Arctic Circle, and used... - Source: Hacker News / about 1 year ago
View more

Practical Common Lisp mentions (52)

  • I Chose Common Lisp
    I began learning Common Lisp (CL) from the Common Lisp HyperSpec (CLHS): https://www.lispworks.com/documentation/HyperSpec/Front/Contents.htm When I began learning CL about two decades ago, I did not know of any other source, so CLHS was my only source back then and I think it has served me well. A popular recommendation these days is Practical Common Lisp (by Peter Seibel): https://gigamonkeys.com/book/. - Source: Hacker News / 4 months ago
  • Holding a Program in One's Head (2007)
    A quote originally (AFAIK) from the wonderful (and free!) book 'Practical Common Lisp'. https://gigamonkeys.com/book/. - Source: Hacker News / 8 months ago
  • Defense of Lisp Macros
    The Giga Monkeys Book, Practical Common Lisp is also excellent: https://gigamonkeys.com/book/. - Source: Hacker News / 9 months ago
  • The Loudest Lisp Program
    > So it's really pick your poison; either the child controls the call, at the risk of doing it wrong or not at all, or it doesn't but then certain things become impossible. CL lets you do both in various ways: the typical way to define a constructor is an :AFTER method that just sets the slots (fields in other languages) of the object and having a lot of behavior in constructors is unusual. You can also define an... - Source: Hacker News / about 1 year ago
  • The Loudest Lisp Program
    There are a bunch of things to learn from Lisp: * list processing -> model data as lists and process those * list processing applied to Lisp -> model programs as lists and process those -> EVAL and COMPILE * EVAL, the interpreter as a Lisp program * write programs to process programs -> code generators, macros, ... * write programs in a more declarative way -> a code generator transforms the description into... - Source: Hacker News / about 1 year ago
View more

What are some alternatives?

When comparing Haskell From First Principles and Practical Common Lisp, you can also consider the following products

Real World Haskell - Learning Resources, Programming Courses, and Learn Programming

Land of Lisp - Learning Resources

Exercism - Download and solve practice problems in over 30 different languages.

Hackr.io - There are tons of online programming courses and tutorials, but it's never easy to find the best one. Try Hackr.io to find the best online courses submitted & voted by the programming community.

Convex.dev - Global state management for react

Racket Lang - Racket (formerly PLT Scheme) is a modern programming language in the Lisp/Scheme family, suitable...