Software Alternatives, Accelerators & Startups

Haskell From First Principles VS Mercury

Compare Haskell From First Principles VS Mercury and see what are their differences

Note: These products don't have any matching categories. If you think this is a mistake, please edit the details of one of the products and suggest appropriate categories.

Haskell From First Principles logo Haskell From First Principles

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

Mercury logo Mercury

Mercury is banking* for startups
  • Haskell From First Principles Landing page
    Landing page //
    2020-01-11
  • Mercury Landing page
    Landing page //
    2023-06-17

Mercury offers banking* for startups — at any size or stage. With an intuitive product experience, founders can access free checking and savings accounts, debit and credit cards, domestic and international wire transfers, Treasury, venture debt, and more — and manage their business with confidence. Mercury also offers vibrant community programs that provide founders with the connections, advice, and resources to help them build the next great companies. Launched in 2019, Mercury is trusted by more than 100,000 startups. To learn more, visit Mercury.com.

*Mercury is a financial technology company, not a bank. All banking services provided by Choice Financial Group and Evolve Bank & Trust®; Members FDIC.

Haskell From First Principles

Pricing URL
-
$ Details
-
Platforms
-
Release Date
-

Mercury

$ Details
free
Platforms
Web iOS Android
Release Date
2019 April

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.

Mercury features and specs

  • Ease of Use
    Mercury offers a user-friendly interface that simplifies banking for startups and small businesses, making it easy to manage accounts, transfer funds, and monitor transactions.
  • No Monthly Fees
    Mercury does not charge monthly fees or require minimum balances, which is beneficial for new businesses trying to manage their finances effectively.
  • Automated Bookkeeping
    Mercury provides integrated bookkeeping tools, facilitating accounting processes by automatically syncing transactions with popular accounting software like QuickBooks and Xero.
  • FDIC Insured
    Mercury accounts are FDIC-insured up to $250,000 through its partner banks, providing peace of mind regarding the safety of your deposits.
  • Multiple User Accounts
    The platform allows multiple user accounts with customizable permissions, making it easier for teams to collaborate on financial management securely.

Possible disadvantages of Mercury

  • Limited Physical Presence
    Mercury operates entirely online, which can be a drawback for businesses that prefer or require in-person banking services.
  • No Cash Deposits
    Mercury does not support cash deposits, which can be inconvenient for businesses that deal with a significant amount of cash transactions.
  • Limited Lending Options
    Mercury offers fewer lending products compared to traditional banks, which might be a limitation for businesses seeking comprehensive financing solutions.
  • Customer Service
    While often responsive, customer service is primarily conducted through online channels, which some users may find less satisfactory compared to face-to-face interactions.
  • No International Wire Transfers
    Mercury does not support international wire transfers, which can be a significant limitation for businesses operating globally.

Haskell From First Principles videos

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

Add video

Mercury videos

Mercury Movie Review - Prabhu Deva, Karthik Subburaj - Tamil Talkies

More videos:

  • Review - Mercury review by Prashanth
  • Review - Mercury 150 Four Stroke Review Performance Reliability One Year Later - Florida Sport Fishing TV

Category Popularity

0-100% (relative to Haskell From First Principles and Mercury)
Online Learning
100 100%
0% 0
Online Payments
0 0%
100% 100
API Tools
100 100%
0% 0
Money Transfer
0 0%
100% 100

User comments

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

Reviews

These are some of the external sources and on-site user reviews we've used to compare Haskell From First Principles and Mercury

Haskell From First Principles Reviews

We have no reviews of Haskell From First Principles yet.
Be the first one to post

Mercury Reviews

  1. Veeresh G T
    · Founder at Vepapu ·
    The best for Non-Residents

    The best in the market for helping US non-residents get a checking bank account for their US companies. Mercury's secure experience takes founders to another level in their global journey.

    🏁 Competitors: Vepapu
    👍 Pros:    Free pricing|Place for non-residents

Social recommendations and mentions

Based on our record, Haskell From First Principles should be more popular than Mercury. 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 / 26 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 / 6 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

Mercury mentions (36)

  • Sonos CEO Patrick Spence steps down after app update debacle
    Interestingly, Mercury [0] is VC-backed, and their backend is entirely Haskell. In an interview [1], their CTO mentions that it’s actually quite easy to hire for Haskell, as the demand is much lower than the supply, and, as he slyly puts it, “interest in Haskell acts as a decent proxy for baseline developer quality.” So while the pool is larger for JS/TS and Python, that may not always be beneficial. [0]:... - Source: Hacker News / 4 months ago
  • Haskell vs. Ada vs. C++ vs. an Experiment in Software Prototyping Productivity [pdf]
    I work on one of the largest Haskell codebases in the world that I know of (https://mercury.com/). We're in the ballpark of 1.5 million lines of proprietary code built and deployed as effectively a single executable, and of course if you included open source libraries and stuff that we have built or depend on, it would be larger. I can't really speak to your problem domain, but I feel like we do a lot with what we... - Source: Hacker News / 5 months ago
  • Privacy/secruity experience with RBFCU? (Randolph Brooks Credit Union)
    Not just a fintech front for a privacy dis-respecting bank (like Mercury business banking for example). Source: over 1 year ago
  • The Meaning of Monad in MonadTrans
    Mercury (https://mercury.com/) uses Haskell extensively for pretty much all of its backend systems. It’s a great general purpose language. - Source: Hacker News / over 1 year ago
  • Wise or Payoneer?
    He claims it's totally legal https://mercury.com/. Source: almost 2 years ago
View more

What are some alternatives?

When comparing Haskell From First Principles and Mercury, you can also consider the following products

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

Brex - The first corporate card for startups

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

Wise - Currency exchange Banks and other providers could charge you up to 5% in hidden costs when sending ...

Practical Common Lisp - Learning Resources

PENTA - A free and beautiful business bank account in Germany 😍🇩🇪