Software Alternatives & Reviews

Scotty VS Practical Common Lisp

Compare Scotty VS Practical Common Lisp and see what are their differences

Scotty logo Scotty

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

Practical Common Lisp logo Practical Common Lisp

Learning Resources
  • Scotty Landing page
    Landing page //
    2023-06-29
  • Practical Common Lisp Landing page
    Landing page //
    2019-12-25

Scotty videos

No Scotty 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 Scotty and Practical Common Lisp)
API Tools
100 100%
0% 0
Online Learning
0 0%
100% 100
Web Frameworks
100 100%
0% 0
Education
0 0%
100% 100

User comments

Share your experience with using Scotty 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, Practical Common Lisp should be more popular than Scotty. It has been mentiond 47 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

Practical Common Lisp mentions (47)

  • Racket Language
    In respect to Common Lisp, you could look into "Common Lisp Recipes" by Weitz[2], and "Practical Common Lisp" by Seibel[1]. These are industrial-strength systems which were used to built large airline reservation systems. Scheme is in a way more minimalist and Schemes are not as large, but this might also be give an erroneous impression because they build on the enormous experience with Common Lisp and have boiled... - Source: Hacker News / 12 days ago
  • Steel – An embedded scheme interpreter in Rust
    Not exactly what you asked for but, if you have time, I would recommend looking at Practical Common Lisp: https://gigamonkeys.com/book/ And also this blog post (which is a much smaller time commitment): https://mikelevins.github.io/posts/2020-12-18-repl-driven/. - Source: Hacker News / 5 months ago
  • Common Lisp: An Interactive Approach (1992) [pdf]
    If someone is considering learning CL effectively, take this piece of advice: use Emacs. You might think that it's an outdated piece of shit, maybe you hate RMS with a passion or whatever. But make yourself a favour and use it at least for the month that will take you to go through a manual like this or Practical Common Lisp or several others. Just install SBCL, QuickLisp, Emacs and SLIME (or Sly, that is a more... - Source: Hacker News / 7 months ago
  • Code Is Not Literature
    And Practical Common Lisp, another popular one on HN. The domain name took me by surprised and I struggled to remember why it seemed so familiar; it turns out that PCL can be found in its entirety here, and I had used it years ago to learn CL: https://gigamonkeys.com/book. - Source: Hacker News / 9 months ago
  • Video: Practical Common Lisp. Peter Seibel Google Talk
    The book is great too. You can read it online at https://gigamonkeys.com/book/ Even if you will never use Commin Lisp in production it will teach you new tricks and nee ways to thing about software development. - Source: Hacker News / 10 months ago
View more

What are some alternatives?

When comparing Scotty and Practical Common Lisp, you can also consider the following products

IHP - The fastest way to buildtype safe web apps 🔥

Land of Lisp - Learning Resources

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.

On Lisp - Learning Resources

wai-routes - Type safe routing framework for wai

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