Software Alternatives & Reviews

Pacman VS Scotty

Compare Pacman VS Scotty and see what are their differences

Pacman logo Pacman

Pacman was developed to be the package manager for Arch Linux, and is also used by KDE-focused Chakra Linux.

Scotty logo Scotty

Scotty is a Haskell framework inspired by Ruby's Sinatra.
  • Pacman Landing page
    Landing page //
    2021-09-24
  • Scotty Landing page
    Landing page //
    2023-06-29

Category Popularity

0-100% (relative to Pacman and Scotty)
Developer Tools
59 59%
41% 41
API Tools
0 0%
100% 100
Front End Package Manager
Web Frameworks
0 0%
100% 100

User comments

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

Social recommendations and mentions

Based on our record, Scotty should be more popular than Pacman. It has been mentiond 13 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.

Pacman mentions (8)

  • How to build Software as a Service (SaaS) Notes application with mySQL/MariaDB and Apache in 300 lines of code
    Install Vely - you can use standard packaging tools such as apt, dnf, pacman or zypper. - Source: dev.to / 8 months ago
  • Podman 4.3 on Artix Linux: Fix initialization issues
    It is not so difficult to install Podman on Artix Linux, based on Arch Linux and systemd-free. It's because pacman brings core packages: podman and qemu-base of QEMU. - Source: dev.to / over 1 year ago
  • Podman 4.3 on Artix Linux: Install
    Thanks to their package management system, pacman delivers Podman with a simple command line. - Source: dev.to / over 1 year ago
  • Pacman Wrapper for C++/Node
    Pacman is a front-end to libalpm ((library for Arch Linux Package Management) which is written in C, so you should be able to use the library from C++. See https://archlinux.org/pacman/ for information and links to the source code. Source: about 2 years ago
  • (Part 3) I have a base Artix (OpenRC) TTY installed in this VM, whatever you tell me to do, I will gladly accept. As long as it's creative.
    Also, the previous commenter said to do so without the Arch Wiki, they said nothing about man pages, the git documentation, or the Pacman homepage at https://archlinux.org/pacman/. Source: about 2 years ago
View more

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

What are some alternatives?

When comparing Pacman and Scotty, you can also consider the following products

Conda - Binary package manager with support for environments.

IHP - The fastest way to buildtype safe web apps 🔥

Homebrew - The missing package manager for macOS

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.

Yay - Yay is an AUR helper written in go, based on the design of yaourt, apacman and pacaur.

wai-routes - Type safe routing framework for wai