lish VS colisper

Compare lish vs colisper and see what are their differences.

colisper

Check and transform Lisp code with Comby (beta) (by vindarel)
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
lish colisper
24 6
101 21
- -
7.0 0.0
5 months ago almost 2 years ago
Common Lisp Emacs Lisp
GNU General Public License v3.0 only -
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.

lish

Posts with mentions or reviews of lish. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-05.
  • Sharpscript: Lisp for Scripting
    5 projects | news.ycombinator.com | 5 Aug 2023
  • Getting started with lisp
    8 projects | /r/lisp | 25 May 2023
  • Show HN: Mount Unix system into Common Lisp image
    4 projects | news.ycombinator.com | 24 May 2023
    Wow, that's crazy O_o

    Related:

    - Lish allows to mix&match shell and Lisp code, with regular syntax. https://github.com/nibbula/lish/

        $ echo ,*package*
  • 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).
  • Can i use a lisp image as my init process?
    1 project | /r/lisp | 11 Apr 2023
    The docs are here: https://github.com/nibbula/lish/tree/master/docs
  • McCLIM respository migrates to Codeberg.
    3 projects | /r/lisp | 14 Mar 2023
    Common lisp shell that manages to bridge the unix world and commonlisp in an attractive way: https://github.com/nibbula/lish
  • Lisp for scripting
    2 projects | /r/lisp | 28 Dec 2022
    Take a look at Lish, Common Lisp Shell: https://github.com/nibbula/lish/
  • Using one executable image for everything
    4 projects | /r/lisp | 21 Oct 2022
    Github: https://github.com/vindarel/lish-init Docs: https://github.com/nibbula/lish/blob/master/docs/doc.org Examples: https://github.com/nibbula/lish/blob/master/docs/lish-examples.md Special notes: Beware the authors warning to not use it on a production system, it may eat file.
  • Terminal Emulators Written in Common Lisp?
    2 projects | /r/Common_Lisp | 17 Oct 2022
    maybe see: https://github.com/nibbula/lish, via https://www.reddit.com/r/lisp/comments/ve3z3z/better_replshell/
  • Any projects want/need help?
    8 projects | /r/lisp | 6 Oct 2022
    Hi there. I'd enjoy help on anything web development for openbookstore: https://github.com/OpenBookStore/openbookstore (especially now: setting up i18n) Or, we could work on the terminal REPL experience for the CIEL meta-package: https://github.com/ciel-lang/CIEL/ We could use a better base like cl-repl or better yet, Lish.

colisper

Posts with mentions or reviews of colisper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-17.
  • Improving REPL experience in terminal?
    11 projects | /r/lisp | 17 May 2023
    Without Lem, how do you edit files? We need to edit and load files in the REPL. magic-ed could help. What if before loading the file, we added some style criticisms? The lisp-critic is waiting to be adopted and expanded (while colisper has too simple rules).
  • Rewrite (rule based Lisp (sort of))
    2 projects | /r/lisp | 4 Jul 2022
    Nice! Reminds me of Comby, which makes it easy to match & replace s-exprs too. https://comby.dev/ (I have this POC for predefined Lisp rules: colisper (warn: just a POC))
  • Anyone using code formatter for elisp?
    7 projects | /r/emacs | 7 Oct 2021
    It's also possible to run emacs in batch mode to indent a file: https://github.com/vindarel/colisper/blob/master/emacs-batch-indent.el I don't recall, maybe it won't fix very ill-indented files.
  • What are common mistakes or unidiomatic patterns you see beginners write in lisp ?
    3 projects | /r/lisp | 4 Sep 2021
    You can find examples here: https://github.com/g000001/lisp-critic (lisp-rules.lisp) and to a smaller extent, here: https://github.com/vindarel/colisper (src/catalogue directory). The lisp-critic is available by default on this custom readline REPL: https://ciel-lang.github.io/CIEL/#/repl?id=friendly-lisp-critic so it can be tried at the terminal (in conjunction with the %edit command). It would be nice if it had better editor integration though. (it shouldn't be too hard, there's one function (critique-file pathname) to call on a file).
  • TIL sort is destructive
    1 project | /r/Common_Lisp | 23 Apr 2021
    This kind of stuff should be checked by static analysis tools. I added a rule in colisper (Comby underneath) to check that sort is followed by copy-seq. (best case right now, it doesn't match global vars with earmuffs). I looked at the lisp-critic, it has no check for sort but is a good candidate.
  • Common Lisp code quality assessment
    3 projects | /r/lisp | 16 Jan 2021
    I started colisper, based on Comby, whose goals are 1) to warn about code smells, according to rules you can also define (not unlike the lisp-critic) and 2) rewrite code, including from Emacs. So, it doesn't answer your examples (see sblint), but it might help for the "other metrics".

What are some alternatives?

When comparing lish and colisper you can also consider the following projects:

Petalisp - Elegant High Performance Computing

hiccup - Fast library for rendering HTML in Clojure

Programming-Language-Benchmarks - Yet another implementation of computer language benchmarks game

emacs-elisp-autofmt

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.

lisp-format - A tool to format lisp code. Designed to mimic clang-format.

shcl - SHell in Common Lisp

aggressive-indent-mode - Emacs minor mode that keeps your code always indented. More reliable than electric-indent-mode.

nexus

slime-critic - SLIME extension for Lisp Critic

CLFM - Common Lisp File Manager

emacs-refactor - language-specific refactoring in Emacs