process VS clojure-scheme

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

process

Clojure library for shelling out / spawning sub-processes (by babashka)

clojure-scheme

Clojure to Scheme to C to the bare metal. (by takeoutweight)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
process clojure-scheme
3 3
200 565
4.5% -
6.5 0.0
about 2 months ago over 4 years ago
Clojure Clojure
Eclipse Public License 1.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.

process

Posts with mentions or reviews of process. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-25.
  • Poor documentation?
    4 projects | /r/Clojure | 25 Jun 2023
    Check out babashka/fs and babashka/process as well. These are still based on Java interop underneath but they have some more features than the clojure.java.io and clojure.java.sh libraries. I tend to reach for these first when I need to do something filesystem or process related.
  • How do I install module?
    2 projects | /r/Clojure | 3 Sep 2022
    A bit off-topic but if you're looking for an up-to-date maintained library to shell out in Clojure, take a look at process
  • ClojureRS – Clojure interpreter implemented in Rust
    9 projects | news.ycombinator.com | 30 Apr 2022
    Nothing prevents you from using babashka and still use it as a glue for Unix programs. The difference is you get a nicer language (my opinion), a REPL if you want, and also you do get access to a lot more libraries from Java and Clojure and the pod concept of you want too as well.

    So to be clear, you can easily use ImageMagick, curl, jq, pup, etc. See: https://clojure.github.io/clojure/clojure.java.shell-api.htm... and https://github.com/babashka/process

    Other benefits are that you only need to learn Clojure and suddenly you can use it for everything, backend apps, frontend apps, scripts, etc. You don't need to learn bash, js and Java/go, make, etc.

    > Then I did a very brief search for clojure libraries, things like parsing html. Most of the github projects were not seeing much activity (like last commit in 2020)

    This surprises everyone, but those libraries still work, have no bugs, are missing no features, and can be used without issues in production.

    Clojure is one of the most stable language, so things never break and almost never need updating.

    People have a kind of Stockholm syndrome I think coming to other languages that if something didn't need a bug fix in a year it must be abandoned and broken.

    And the reason you often don't need to update those libraries to keep up with the environment, like OS versions, is because they all leverage existing runtimes under the hood like JVM and that's the one that updates. So they're all secure and kept up to date, working with new OS and new architecture for free as JVM updates. This applies to Babashka as well, because it is implemented using a JVM.

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 process and clojure-scheme you can also consider the following projects:

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

ClojureRS - Clojure, implemented atop Rust (unofficial)

filepath - Haskell FilePath core library

cloroutine - Coroutine support for clojure

bench - Command-line benchmark tool

lokke - Lokke: Clojure for Guile

conch - A flexible library for shelling out in Clojure

cloture - Clojure in Common Lisp

turtle - Shell programming, Haskell style

pod-registry - Pod manifests describe where pods can be downloaded, etc.