pod-registry

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

Pod-registry Alternatives

Similar projects and alternatives to pod-registry

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better pod-registry alternative or higher similarity.

pod-registry reviews and mentions

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.

Stats

Basic pod-registry repo stats
2
86
8.2
about 1 month ago

The primary programming language of pod-registry is Clojure.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com