shen-elisp VS scryer-shen

Compare shen-elisp vs scryer-shen and see what are their differences.

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
shen-elisp scryer-shen
1 1
125 25
- -
0.0 8.6
about 2 months ago about 1 month ago
Emacs Lisp Racket
- BSD 3-clause "New" or "Revised" 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.

shen-elisp

Posts with mentions or reviews of shen-elisp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-05.
  • The Shen Programming Language
    4 projects | news.ycombinator.com | 5 Mar 2024
    Shen is a very unique language, and one of the ways in which it is unique is that so much of its marketing, information, etc is non-obvious, and less accessible than you might want.

    I think the main thing that I find compelling about shen is its type system, especially its sequent calculus system (for defining types in a way that would not be possible for most languages).

    The other thing about it that is compelling is how portable it is. the main language is implemented in a simple kernel language; someone who wanted to port the language to a new environment would need to implement a small (relatively) set of primitives, and then you can run the entire shen environment on top of it.

    Its worth looking into, however I do caution that it has plenty of rough edges etc.

    For me personally I think of it as an inspiration for programming languages I wish to develop someday. Additionally, if you ever worked in a certain environment and really dislike that the language is a bit weak, shen might be something you could port to that language and use. For example, I recently updated https://github.com/deech/shen-elisp so that some of its rough edges were a bit smoothed down and should be more usable; I haven't actually written any shen yet that runs in emacs. That's still a ways away.

scryer-shen

Posts with mentions or reviews of scryer-shen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-05.
  • The Shen Programming Language
    4 projects | news.ycombinator.com | 5 Mar 2024
    I've spinning up a new Shen implementation from scratch, in Racket, which integrates directly with my Prolog implementation, Scryer Prolog:

    https://github.com/mthom/scryer-shen/

    Several innovations are documented in the README.