cl-rest-server VS thunderchez

Compare cl-rest-server vs thunderchez and see what are their differences.

thunderchez

libraries for chez scheme productivity (by ovenpasta)
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
cl-rest-server thunderchez
2 3
64 141
- -
4.3 0.0
9 months ago almost 2 years ago
Common Lisp Common Lisp
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.

cl-rest-server

Posts with mentions or reviews of cl-rest-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-06.
  • Sell me on Common Lisp please (or something else?)
    3 projects | /r/lisp | 6 Sep 2022
    no, I don't know of a nice looking, dynamic project to write a REST api with buzzwords :/ Probably Clojure has more libraries in that field. The one lib I know is https://github.com/mmontone/cl-rest-server that tries to do sthg with OpenAPI. It's a WIP though. So, to write a REST api for my app, I just use Hunchentoot and I write the routes myself, with easy-routes. Other routes libraries could do like https://github.com/bonkzwonil/defrest
  • What would be reliable libs for building Rest API on Common Lisp (SBCL)?
    1 project | /r/lisp | 25 Jan 2022
    You could try https://github.com/mmontone/cl-rest-server. It needs a bit of work, but it's about the best I found when I looked for this about 4 months ago. Contributing there would be your best bet.

thunderchez

Posts with mentions or reviews of thunderchez. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-06.
  • Sell me on Common Lisp please (or something else?)
    3 projects | /r/lisp | 6 Sep 2022
    I use Thunderchez libraries, but they are getting a little stale. There are several other libraries like Snow Fort, Akku, etc. which also work in Chez.
  • An opinionated guide to scheme implementations
    1 project | news.ycombinator.com | 4 Sep 2022
    Since this was written Chez Scheme was open sourced, it has a great optimizing compiler that doesn't go via C. The downside of it is that it doesn't come with a lot of libraries, so for example if you want to use sockets you have to find a library[0] or write your own bindings.

    [0] Here is a good starting point: https://github.com/ovenpasta/thunderchez

  • Getting a "practical" knowledge of scheme
    1 project | /r/scheme | 27 Dec 2021
    If you do want more stuff, Thunderchez provides most relevant SRFIs and some graphics & networking libraries.

What are some alternatives?

When comparing cl-rest-server and thunderchez you can also consider the following projects:

weird - Generative art in Common Lisp

js-code-to-svg-flowchart - js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.

openrpc - OpenRPC implementation for Common Lisp

Github-API-CL - Common Lisp Github REST API Client