caveman VS mito

Compare caveman vs mito and see what are their differences.

caveman

Lightweight web application framework for Common Lisp. (by fukamachi)

mito

An ORM for Common Lisp with migrations, relationships and PostgreSQL support (by fukamachi)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
caveman mito
10 4
769 270
- -
0.0 6.0
almost 2 years ago 8 days ago
Common Lisp Common Lisp
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

caveman

Posts with mentions or reviews of caveman. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-26.
  • How do you think about version number management?
    5 projects | /r/Common_Lisp | 26 Feb 2023
  • I want to pursue this web app project - advice using CL?
    10 projects | /r/Common_Lisp | 4 Jan 2023
  • Mito: An ORM for Common Lisp
    4 projects | dev.to | 22 Aug 2022
    We are going to walk through the examples by building an online Warehouse management system using Caveman
  • Using SVGs in Common Lisp web apps with Djula
    8 projects | dev.to | 8 Aug 2022
    Djula is a port of Python's Django template engine to Common Lisp. It's the default templating engine used by the framework Caveman for building web applications
  • Is Woo still "beta quality" or prod ready?
    7 projects | /r/lisp | 3 Jun 2022
    Appreciate it. Can I ask one last thing. Between Snooze and Caveman2, which is the more current project?
  • Practical? Common Lisp on the JVM: A quick intro to ABCL for modern web apps
    1 project | news.ycombinator.com | 5 Aug 2021
    This is interesting from a "look what we can do!" perspective, but practically speaking, I'm not sure there's a good reason for doing it this way. For all practical purposes, it would be better to use one of the "native" Common Lisp libraries for doing this, such as Caveman: http://8arrow.org/caveman/

    Even as a big Common Lisp fan, I would really question using it in a situation where the project has strict requirements to use a particular framework for another language.

  • Building Common Lisp web apps with Tailwind CSS
    3 projects | dev.to | 6 Jul 2021
    In this post, I am going to walk you through to setup Tailwind CSS for a Common Lisp web application using Caveman. If you want to know more about creating web applications using Common Lisp and Caveman, please check my previous posts on the topic.
  • Building a Rentals Listing web application in Common Lisp
    6 projects | dev.to | 5 Jul 2021
    We are going to use Caveman for scaffolding this project. Caveman is a lightweight web application framework created by Eitaro Fukamachi for Common lisp. Caveman is available on Quicklisp, so you can install it with:
  • Lisp for the Web - 5
    7 projects | dev.to | 3 Jul 2021
    Hence I chose Caveman for this project. After having been played around with and without Caveman for building web applications in Common Lisp, I found that it is the best framework out there for developing web apps in Lisp. Caveman is a lightweight web application framework created by Eitaro Fukamachi for Common lisp. Fukamachi has got some serious tools for doing web development in Lisp. Please feel free to check out his Github profile for more useful tools.
  • How to deploy Caveman applications to Heroku?
    2 projects | /r/lisp | 2 Jul 2021
    I have been trying to come up with a standard template using Caveman to deploy on Heroku. But I am struck with these issues, not quite getting it to work with the available buildpacks. Lot of the related articles are hopelessly outdated. Appreciate any help or pointers? https://github.com/fukamachi/caveman/issues/126 https://gitlab.com/duncan-bayne/heroku-buildpack-common-lisp/-/issues/6

mito

Posts with mentions or reviews of mito. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-22.
  • Circular class references possible?
    1 project | /r/Common_Lisp | 4 Nov 2022
    Are you using a custom metaclass for your classes? I know that Mito's metaclass has some issues around this sort of thing for its col-type, so if you're using a metaclass that's trying to resolve the type too early that could lead to problems.
  • Mito: An ORM for Common Lisp
    4 projects | dev.to | 22 Aug 2022
    Mito is an object relational mapper for Common Lisp created by Eitaro Fukamachi. It supports MySQL, PostgreSQL and SQLite3. It automatically adds id (serial/uuid primary key), created_at and updated_at by default like Ruby's ActiveRecord. It also provides support for Migrations and DB schema versioning.
  • Adding slots to a class during finalisation
    1 project | /r/Common_Lisp | 16 Nov 2021
    Using Mito, one can define a class that corresponds to a table in a database. Instances of this class then correspond to rows in the database, allowing you to work with data in the database through a CLOS interface. (This is pretty standard ORM stuff.)
  • Which is your ORM of choice?
    3 projects | /r/lisp | 10 Feb 2021

What are some alternatives?

When comparing caveman and mito you can also consider the following projects:

lisp-for-the-web - Code for lisp for the web post

pgloader - Migrate to PostgreSQL in a single command!

slime - The Superior Lisp Interaction Mode for Emacs

nyxt - Nyxt - the hacker's browser.

cl-super-rentals - Super rentals in Common Lisp

sxql - An SQL generator for Common Lisp.

heroku-buildpack-common-lisp

cl-warehouse - A sample Warehouse management app in Common Lisp

clack - Web server abstraction layer for Common Lisp

easy-routes - Yet another routes handling utility on top of Hunchentoot

quicklisp-projects - Metadata for projects tracked by Quicklisp.

snooze - Common Lisp RESTful web development