defrest VS thunderchez

Compare defrest vs thunderchez and see what are their differences.

defrest

An easy Common Lisp REST/ajax service definer for hunchentoot (by bonkzwonil)

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
defrest thunderchez
1 3
7 141
- -
10.0 0.0
about 5 years ago almost 2 years ago
Common Lisp Common Lisp
BSD 2-clause "Simplified" 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.

defrest

Posts with mentions or reviews of defrest. 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

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 defrest and thunderchez you can also consider the following projects:

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.