pod-registry VS clojure-scheme

Compare pod-registry vs clojure-scheme and see what are their differences.

pod-registry

Pod manifests describe where pods can be downloaded, etc. (by babashka)

clojure-scheme

Clojure to Scheme to C to the bare metal. (by takeoutweight)
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
pod-registry clojure-scheme
2 3
87 565
- -
8.1 0.0
13 days ago over 4 years ago
Clojure Clojure
- -
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.

pod-registry

Posts with mentions or reviews of pod-registry. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-08.
  • Babashka: GraalVM Helped Create a Scripting Environment for Clojure
    10 projects | news.ycombinator.com | 8 Dec 2022
    babashka supports html parsing through pods:

    https://github.com/babashka/pod-registry

    Pods can be written in any language and they can expose functions to babashka by implementing a protocol.

    One pod exposing HTML parsing is:

    https://github.com/retrogradeorbit/bootleg

    Here is an example of how to use that:

    https://github.com/babashka/pod-registry/blob/master/example...

  • Lokke: Clojure for Guile
    5 projects | /r/Clojure | 5 Jan 2021
    This is not how babashka (or the underlying sci interpreter) works: babashka doesn't transpile to another language, but directly executes the code (via an intermediate analyzed representation). Babashka (and sci) are implemented on the JVM in Clojure itself and can leverage libraries directly from that ecosystem, without re-implementing everything for a different host than the JVM. A bb (or sci) program consists of pre-compiled Clojure code (via GraalVM native-image) and interpreted glue code. It aims to be as compatible as possible with JVM Clojure. Babashka integrates with tools.deps.alpha and can execute several existing Clojure libraries "as is" (https://github.com/borkdude/babashka/blob/master/doc/projects.md). It aims to be as compatible as possible with JVM Clojure. With the introduction of pods (https://github.com/babashka/pod-registry) it is able to leverage libraries from other ecosystems as well.

clojure-scheme

Posts with mentions or reviews of clojure-scheme. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-30.
  • Years in Common Lisp: 2022 in review
    1 project | news.ycombinator.com | 10 Jan 2023
    For me it's microcontrollers, however I've heard in spite of the unmaintained status, clojure-scheme[1] is very usable. It uses gambit to produce C-code you can compile anywhere.

    https://github.com/takeoutweight/clojure-scheme

  • ClojureRS – Clojure interpreter implemented in Rust
    9 projects | news.ycombinator.com | 30 Apr 2022
    > But wouldn't it make more sense to first rewrite Clojure itself in some small/minimal scheme-y subset of Clojure

    How about Scheme?: https://github.com/takeoutweight/clojure-scheme

    Note that this project is unmaintained and the last updates are ~10 years old.

  • Lokke: Clojure for Guile
    5 projects | /r/Clojure | 5 Jan 2021
    lokke seems to use Guile's tooling (compiler tower, to be specific) to compile clojure-esque code to objects understood by said Guile's tooling. This is a little different from Clojurescript's approach which use ClojureJVM to transpile to javascript. There was actually another Clojure to Scheme project that leverages Clojurescript JVM transpiler: https://github.com/takeoutweight/clojure-scheme - It targets Gambit scheme instead of Guile

What are some alternatives?

When comparing pod-registry and clojure-scheme you can also consider the following projects:

lokke - Lokke: Clojure for Guile

ClojureRS - Clojure, implemented atop Rust (unofficial)

babashka-sql-pods - Babashka pods for SQL databases

farolero - Thread-safe Common Lisp style conditions and restarts for Clojure(Script) and Babashka.

cloroutine - Coroutine support for clojure

cloture - Clojure in Common Lisp

process - Clojure library for shelling out / spawning sub-processes

babashka - Native, fast starting Clojure interpreter for scripting

sci - Configurable Clojure/Script interpreter suitable for scripting and Clojure DSLs