cmd VS clesh

Compare cmd vs clesh and see what are their differences.

cmd

Utility for running external programs (by ruricolist)

clesh

CLESH a very short and simple program, written in Common Lisp, that extends Common Lisp to embed shell code in a manner similar to perl's backtick. (by Neronus)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
cmd clesh
10 3
62 64
- -
2.3 0.0
11 months ago over 3 years ago
Common Lisp Common Lisp
MIT License GNU General Public License v3.0 or later
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.

cmd

Posts with mentions or reviews of cmd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-25.

clesh

Posts with mentions or reviews of clesh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-25.
  • Getting started with lisp
    8 projects | /r/lisp | 25 May 2023
  • Improving REPL experience in terminal?
    11 projects | /r/lisp | 17 May 2023
    Now, it's only personal, but I like to fire one-off shell commands… can we escape the Lisp REPL or not? If not, we could use a shell pass-through, for example "! ls" with clesh. Ruricolist's cmd is nice to have too. This is becoming an heresy, but what if we could fire a shell command and interpret its result with a Lisp function, or mix and match the two? Lish is doing an awesome work already, although it's a difficult field. Interactive commands like sudo and htop work there, at least. It ships a Lisp REPL and a debugger for the terminal too (similar to Roswell, then).
  • [Common Lisp] Best Libraries for Interfacing with UNIX-like Operating Systems?
    5 projects | /r/learnlisp | 7 Sep 2021
    Clesh - extends Common Lisp to embed shell code in a manner similar to perl's backtick. (I read awesome-cl) It could ease the process to include external calls.

What are some alternatives?

When comparing cmd and clesh you can also consider the following projects:

CLFM - Common Lisp File Manager

lish - Lisp Shell

scsh - A Unix shell embedded in scheme

RLWRAP-SBCL-LISP-COMPLETIONS - How to enable TAB completions of common lisp commands using SBCL

linedit - Readline-style line-editor for Common Lisp.

fof - File object finder Common Lisp library

xonsh - :shell: Python-powered, cross-platform, Unix-gazing shell.

magic-ed - Editing facility for Common Lisp REPL

colisper - Check and transform Lisp code with Comby (beta)

pipeline

repl-utilities - Ease common tasks at the REPL.