Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Lisp-critic Alternatives
Similar projects and alternatives to lisp-critic
-
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
-
-
40ants-critic
A wrapper around LISP-CRITIC which provides a better interface to analyze ASDF systems and a command-line interface.
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
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.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
lisp-critic discussion
lisp-critic reviews and mentions
-
SLIME Critic: SLIME extension for Lisp Critic
SLIME extension for Lisp Critic.
-
Language with the most user friendly compiler?
If you really decide to dig into Common Lisp (it's not everybody's cup of tea), check this linter as well: https://github.com/g000001/lisp-critic , or this wrapper over Lisp Critic which can work very well in your CI/CD pipelines if you use them: https://github.com/40ants/40ants-critic .
-
Improving REPL experience in terminal?
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).
-
Anyone, aware of equivalent tools in terms of purpose to `govet`,`gofmt` & `golint ?
https://github.com/g000001/lisp-critic for "linting". Formatting is usually done via emacs but I am sure something just not anything I could recommend off the top of my head. As far as building and stuff via the cli Roswell exists but for most lisp development it's done via the repl.
- Code critique and help for a newbie writing a tic-tac-toe program in Common Lisp
-
What are common mistakes or unidiomatic patterns you see beginners write in lisp ?
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).
-
Common Lisp code quality assessment
Maybe lisp-critic? It's in quicklisp.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 12 Feb 2025
Stats
g000001/lisp-critic is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of lisp-critic is Common Lisp.