ccl-demo-raja VS slime

Compare ccl-demo-raja vs slime and see what are their differences.

ccl-demo-raja

Common Lisp demo app with htmx and hyperscript (by rajasegar)

slime

The Superior Lisp Interaction Mode for Emacs (by slime)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ccl-demo-raja slime
1 14
14 1,833
- 1.5%
0.0 8.2
over 2 years ago 12 days ago
Common Lisp Common Lisp
GNU Lesser 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.

ccl-demo-raja

Posts with mentions or reviews of ccl-demo-raja. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-01.

slime

Posts with mentions or reviews of slime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-22.
  • Emacs 28 can not run Slime
    2 projects | /r/emacs | 22 Mar 2023
  • So i wanna learn Common Lisp
    4 projects | /r/emacs | 4 Dec 2022
    With emacs your two choices are either SLIME or SLY. Slime is a good place to start - it's rock solid. Once you get moving you can make a judgement call on whether or not SLY has features you'd like over what SLIME has available.
  • Common Lisp vs Racket
    14 projects | news.ycombinator.com | 5 Sep 2022
    To provide a bit more context, most of SLIME is just Common Lisp code (https://github.com/slime/slime), with a bunch of Emacs Lisp code alongside to support interfacing with Emacs. But you don't need that Emacs Lisp code to take advantage of almost all of the functionality SLIME provides. For instance, if you want to know who-calls a function, there's some command in emacs to do it, but all that command is doing is just a bit of elisp code which sends a message to Swank (a server running inside Common Lisp) and Swank invokes some native CL code to figure that out and return the results, then finally a bit of elisp code presents the results in some way. Vim can do the same thing just fine with vimscript/python (what the Slimv plugin uses) or otherwise, the bulk of the work in figuring out the list of callers of some function is done by the CL code (and CL implementation itself).
  • What does your workflow look like on Linux?
    13 projects | /r/linux | 14 Aug 2022
    SLIME or SLY for Common Lisp (if you want to work with it), Geiser for various Schemes
  • Offline Hyperspec? html, texinfo, org, something?
    2 projects | /r/Common_Lisp | 31 Jan 2022
  • Is there a possibility to have a master stack in bspwm like in dwm?
    2 projects | /r/bspwm | 1 Sep 2021
    For example, some people that are Common Lisp programmers, but don't use GNU Emacs, may decide to use GNU Emacs because of the slime-mode workflow.
  • How can I start learning Lisp and which dialect/compiler should I use?
    4 projects | /r/lisp | 31 Aug 2021
    Emacs is the pretty much the defunct editor, and Portacle, as mentioned by others, is actually an Emacs configuration using SLIME. There's also SLY, which is a fork of SLIME, that I don't see mentioned much here. There's a Racket mode for Emacs as well, if you don't want to use DrRacket.
  • To what extent can the various dialects of Lisp be mixed with each other?
    7 projects | /r/lisp | 16 Jul 2021
  • Lisp for the Web - 5
    7 projects | dev.to | 3 Jul 2021
    SLIME is a Emacs mode for Common Lisp development. It is an environment for hacking Common Lisp. It has got a Common Lisp debugger, REPL (Read-Eval-Print-Loop) which is written in Emacs Lisp for tighter integration with Emacs and an interactive object-inspector. So this is a must have addon for Emacs if you are interested in doing serious Lisp. Once you installed Emacs, you can install slime with M-x package-install\ and then type slime\ and press Enter. You can also refer to the Quick setup instructions on their github README to quickly configure SLIME.

What are some alternatives?

When comparing ccl-demo-raja and slime you can also consider the following projects:

sly - Sylvester the Cat's Common Lisp IDE

portacle - A portable common lisp development environment

paip-lisp - Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"

hebigo - 蛇語(HEH-bee-go): An indentation-based skin for Hissp.

bsp-layout - Manage layouts in bspwm (tall and wide)

common-lisp-jupyter - A Common Lisp kernel for Jupyter along with a library for building Jupyter kernels.

caveman - Lightweight web application framework for Common Lisp.

qlot - A project-local library installer for Common Lisp

github-orgmode-tests - This is a test project where you can explore how github interprets Org-mode files

abcl - Armed Bear Common Lisp <git+https://github.com/armedbear/abcl/> <--> <svn+https://abcl.org/svn> Bridge

GNU Emacs - Mirror of GNU Emacs

mondo - Simple Common Lisp REPL