json-mop VS sheeple

Compare json-mop vs sheeple and see what are their differences.

json-mop

A metaclass for bridging CLOS and JSON objects (by gschjetne)

sheeple

Cheeky prototypes for Common Lisp (by zkat)
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
json-mop sheeple
2 4
60 101
- -
5.8 1.8
3 months ago over 3 years ago
Common Lisp Common Lisp
MIT License MIT License
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.

json-mop

Posts with mentions or reviews of json-mop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-08.
  • OpenAPI Client Generator
    3 projects | /r/Common_Lisp | 8 Mar 2023
    Hey guys, I want to share my common lisp project openapi-generator (github) to create asdf-loadable clients from OpenAPI/Swagger Specification files in one command. It uses json-mop for parsing the spec into a CLOS object. This object is then used for generating the system.
  • Create CLOS classes from json-schema?
    5 projects | /r/Common_Lisp | 25 Aug 2021
    From awesome-cl, there is json-mop but lack the experience to comment!

sheeple

Posts with mentions or reviews of sheeple. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-29.
  • Sheeple – cheeky prototypes for Common Lisp
    1 project | news.ycombinator.com | 23 Jul 2023
  • Any literature comparing SELF and CLOS?
    2 projects | /r/lisp | 29 Aug 2022
    Oddly enough I'm working on a prototypical Lisp right now, though there is certainly a lack of historical examples. Probably the closest thing to a comparison would be in Object-Oriented Multi-Methods in Cecil by Craig Chambers, who had just contributed to SELF. In it, he raises the objection to CLOS that it is function oriented (it had to be in order to fit in to Lisp) and thus multi-methods feel as if they are "outside" of objects. From the Lisp side, there is Sheeple, though I'm unfamiliar with it beyond the README.
  • Create CLOS classes from json-schema?
    5 projects | /r/Common_Lisp | 25 Aug 2021
    I see; nothing I have come across does that; though there also exists sheeple that provides a prototype-based OOP framework, but that could entail some rewrite and I'm unaware if json integration would be straightforward. It does look like it'd be simple; but no comments without the actual implementation.

What are some alternatives?

When comparing json-mop and sheeple you can also consider the following projects:

gnuxie.annotations

ultralisp - The software behind a Ultralisp.org Common Lisp repository

json-clos

json-schema2

openapi-generator - OpenAPI client system generator.