Software Alternatives & Reviews

Scotty VS Real World Haskell

Compare Scotty VS Real World Haskell and see what are their differences

Scotty logo Scotty

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

Real World Haskell logo Real World Haskell

Learning Resources, Programming Courses, and Learn Programming
  • Scotty Landing page
    Landing page //
    2023-06-29
  • Real World Haskell Landing page
    Landing page //
    2020-01-02

Category Popularity

0-100% (relative to Scotty and Real World Haskell)
API Tools
73 73%
27% 27
Online Education
0 0%
100% 100
Web Frameworks
100 100%
0% 0
Developer Tools
75 75%
25% 25

User comments

Share your experience with using Scotty and Real World Haskell. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Real World Haskell might be a bit more popular than Scotty. We know about 14 links to it since March 2021 and only 13 links to Scotty. 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

Real World Haskell mentions (14)

  • Revisiting Haskell after 10 years
    The Real World Haskell book is also outdated, but can also be read online for free, and has many examples and exercises on writing practical and usable applications. Although I have not read the book to the fullest, I still recommend its monad transformers chapter, as it was the one that made it click for me. - Source: dev.to / 4 months ago
  • Book list opinion for revision/self-study
    Stage 2: Advanced topics - Real World Haskell - Haskell in Depth. Source: 5 months ago
  • Haskell book after Get Programming with Haskell?
    I also liked https://book.realworldhaskell.org/ since it layers up to (wait for it) real world problems e.g reading a barcode from an image. I'm old so the O'Reilly format has a warm place in my heart. More textbooky. Source: about 1 year ago
  • What is the best resource to learn Haskell in 2023?
    So we have LYAH, also there is O'Reilly book, which is a bit old but still mostly good, many people start with this book. After any of those three you can probably decide for yourself what to use to continue the study. Source: over 1 year ago
  • Building my XMonad config and...wow!
    I worked through Real World Haskell. http://book.realworldhaskell.org/. Source: over 1 year ago
View more

What are some alternatives?

When comparing Scotty and Real World Haskell, you can also consider the following products

IHP - The fastest way to buildtype safe web apps 🔥

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

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.