calp VS appy

Compare calp vs appy and see what are their differences.

calp

iCalendar compatible parser and viewer [MIRROR]. (by HugoNikanor)

appy

an application framework for Racket (by rasteric)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
calp appy
1 1
3 0
- -
0.0 0.0
over 1 year ago over 5 years ago
Scheme Racket
GNU Affero General Public License v3.0 -
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.

calp

Posts with mentions or reviews of calp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-24.

appy

Posts with mentions or reviews of appy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-24.
  • If you had to pick a Scheme to write a standalone application which would you choose?
    6 projects | /r/lisp | 24 Aug 2021
    Racket is best suited for this task (if you count it as a Scheme). I used it in the distant past for a shareware application. However, deployment is hard because Racket does not have reasonable deployment and packaging tools. For example, it's hard to get all program and document icons correct on all platforms. I attempted to make a remedy for that situation https://github.com/rasteric/appy but wasn't happy with the result and have abandoned that project. Most of my development is in Go by now anyway.

What are some alternatives?

When comparing calp and appy you can also consider the following projects:

7GUI - the 7 gui project

cyclone - :cyclone: A brand-new compiler that allows practical application development using R7RS Scheme. We provide modern features and a stable system capable of generating fast native binaries.

cli-command - cli-command template

hy - A dialect of Lisp that's embedded in Python