Software Alternatives & Reviews

Scotty VS Haskell From First Principles

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

Scotty logo Scotty

Scotty is a Haskell framework inspired by Ruby's Sinatra.

Haskell From First Principles logo Haskell From First Principles

A Haskell book for beginners that works for non-programmers and experienced hackers alike.
  • Scotty Landing page
    Landing page //
    2023-06-29
  • Haskell From First Principles Landing page
    Landing page //
    2020-01-11

Category Popularity

0-100% (relative to Scotty and Haskell From First Principles)
API Tools
66 66%
34% 34
Online Learning
0 0%
100% 100
Web Frameworks
100 100%
0% 0
Online Education
0 0%
100% 100

User comments

Share your experience with using Scotty and Haskell From First Principles. 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 Scotty. It has been mentiond 83 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.

Scotty mentions (13)

  • haskell todo list app (beginner)
    I would suggest checking out scotty for the http server - it uses warp by default, and is very beginner-friendly. Source: 11 months ago
  • School of Haskell: Basics
    If you're not a fan of the ruby-on-rails / swiss army knife approach that IHP takes, check out Scotty. Add Lucid for Html rendering, and Selda for Postgres. (There are other options for any of these tools if you prefer) - Scotty (simple web routing) https://hackage.haskell.org/package/scotty. - Source: Hacker News / over 1 year ago
  • Use Haskell from Nodejs
    Writing a Haskell webserver (maybe using scotty) and call it from node. Source: over 1 year ago
  • Programming language comparison by reimplementing the same transit data app
    I think ‘worst’ is very subjective here. It certainly does aim to be an all-encompassing ‘framework’ — but this is hardly unusual amongst web libraries (not just for Haskell!), and I feel Yesod gets the job done pretty well. Of course, Haskell has many alternatives if you don’t like Yesod: amongst other libraries, there’s Servant [0], snap [1], scotty [2], and the lower-level wai [3] and warp [4] if you feel the... - Source: Hacker News / over 1 year ago
  • Suggestions for "dashboard" graphics libraries?
    I've found htmx and hyperscript talking to scotty to be an easy way to get something like this going while retaining the joys of Haskell on the backend and avoiding the pains of Haskell on the frontend. Source: over 1 year ago
View more

Haskell From First Principles mentions (83)

  • 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 / 3 months ago
  • The Meaning of Monad in MonadTrans
    If anyone else is wondering, it looks like HPFFP is "Haskell Programming from First Principles" :) https://haskellbook.com/. - Source: Hacker News / 9 months ago
  • Best way to prepare for cs classes?
    Forget about C++. Pick up a copy of Modern Programming Languages: A Practical Introduction. Learn SML; forget about the rest of the chapters. Then, learn Haskell from this book. Optionally work through this book. Optionally read through SICP (not recommended). Source: 12 months ago
  • Haskell book after Get Programming with Haskell?
    Parallel and Concurrent Programming in Haskell is a fantastic resource for learning some of the more interesting bits of Haskell at a low level. I usually recommend it as a second book after Haskell Programming from First Principles, which is a super comprehensive and meaty intro to Haskell. Source: about 1 year ago
  • Advancing in Haskell and type-level programming
    I would suggest that you learn Haskell first as a programming language and ignore type level programming. A good introduction to Haskell may be helpful to you: https://haskellbook.com/. Source: about 1 year ago
View more

What are some alternatives?

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

IHP - The fastest way to buildtype safe web apps 🔥

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

Happstack Lite - Happstack itself is a web framework created in Haskell. Happstack Lite is an easier version to use that can import features from the heftier version if need be.

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

wai-routes - Type safe routing framework for wai

Yesod - Yesod is a development tool used to create highly efficient websites and web applications from the ground up. Yesod includes almost everything you need to build a website, from templates to routing and execution. Read more about Yesod.