slimv

Official mirror of Slimv versions released on vim.org (by kovisoft)

Slimv Alternatives

Similar projects and alternatives to slimv

  1. doom-emacs

    271 slimv VS doom-emacs

    Discontinued An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

  2. 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.

    Nutrient logo
  3. racket

    194 slimv VS racket

    The Racket repository

  4. Graal

    169 slimv VS Graal

    GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

  5. clog

    152 slimv VS clog

    CLOG - The Common Lisp Omnificent GUI

  6. nvim-dap

    Debug Adapter Protocol client implementation for Neovim

  7. evil

    107 slimv VS evil

    The extensible vi layer for Emacs.

  8. Fennel

    95 slimv VS Fennel

    Lua Lisp Language

  9. 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.

    CodeRabbit logo
  10. awesome-cl

    72 slimv VS awesome-cl

    A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.

  11. paip-lisp

    74 slimv VS paip-lisp

    Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"

  12. vim-slime

    57 slimv VS vim-slime

    A vim plugin to give you some slime. (Emacs)

  13. vlime

    15 slimv VS vlime

    A Common Lisp dev environment for Vim (and Neovim)

  14. neoterm

    22 slimv VS neoterm

    Wrapper of some vim/neovim's :terminal functions.

  15. fructure

    8 slimv VS fructure

    a structured interaction engine 🗜️ ⚗️

  16. generic-cl

    14 slimv VS generic-cl

    Generic function interface to standard Common Lisp functions

  17. cormanlisp

    6 slimv VS cormanlisp

    Corman Lisp

  18. femtolisp

    10 slimv VS femtolisp

    a lightweight, robust, scheme-like lisp implementation

  19. numcl

    9 slimv VS numcl

    Numpy clone in Common Lisp

  20. vim-sexp-mappings-for-regular-people

    vim-sexp mappings for regular people

  21. paredit.vim

    Paredit Mode: Structured Editing of Lisp S-expressions

  22. LispSyntax.jl

    lisp-like syntax in julia

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better slimv alternative or higher similarity.

slimv discussion

Log in or Post with

slimv reviews and mentions

Posts with mentions or reviews of slimv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-08.
  • Does anyone use vim for lisp dev?
    7 projects | /r/Common_Lisp | 8 Feb 2023
    I use Vim with slimv, and have for years.
  • Portacle - Does it have auto indent?
    5 projects | /r/lisp | 15 Nov 2022
    Maybe you should stick to one new thing at a time. Vim is more than capable of handling Common Lisp. Look at Slimv and Vlime for vim-style SLIME. Focus on CL first. You can come back to Doom / Emacs later.
  • What is to go-to environment on Windows for Common LISP development?
    10 projects | /r/Common_Lisp | 15 Nov 2022
    Neovim works just fine. I use Neoterm to send-to-repl, here's what my config looks like. Your other options include vlime and slimv. I switched to neoterm because it's simple, explicit, and doesn't create unpredictable windows. Works for any other language just as well.
  • From Common Lisp to Julia
    11 projects | news.ycombinator.com | 6 Sep 2022
    https://GitHub.com/jpalardy/vim-slime is a terrible SLIME to be honest! It is not even a SLIME. It just This does not look like SLIME. It just copies text from one text buffer and paste it to another Vim buffer which is probably running a REPL. "Probably" because who knows what the target buffer is running. vim-slime does not care. This is not Superior Lisp Interaction Mode for $EDITOR (SLIME) in any way.

    vim-slime does not connect to any Swank server. It does not understanding Lisp s-expressions. It would happily copy any random text into any random REPL and call it job done! Lisp interaction mode is much much more than just copying and pasting text around. A superior lisp interaction mode gives you live debugging, handling conditions, inspecting variables, navigating the stack frames, ... Vim-slime cannot do anything like this because, well, it just copy-pastes stuff around. Vim-slime is a disingenious and misleading name for a project that is not SLIME.

    If you really want to use Vim, do yourself a favor and use https://github.com/kovisoft/slimv and experience a true Lisp interaction mode.

  • Common Lisp vs Racket
    14 projects | news.ycombinator.com | 5 Sep 2022
    Join me vim brother and don't settle for forcing yourself to use emacs while developing in CL when you don't have to! You even have two vim options! https://github.com/kovisoft/slimv and https://github.com/vlime/vlime with a great comparison of the two: https://susam.net/blog/lisp-in-vim.html
  • Is SLIME setup possible for Vim?
    5 projects | /r/lisp | 16 Aug 2022
    I've seen SLIMV recommended as a SLIME alternative for Vim. Like SLIME, SLIMV is a SWANK client.
  • Slimv – Superior Lisp Interaction Mode for Vim (“Slime for Vim”)
    1 project | news.ycombinator.com | 30 Jul 2022
  • What would you consider a modern lisp workflow/toolchain?
    10 projects | /r/lisp | 25 Apr 2022
    I found Vlime to be more updated than slimv and give a smoother experience. With time I've switched to bare neoterm which I highly recommend. CL and lisps in general are designed with a text repl in mind, so this is the method that is guaranteed to work on every obscure CL distribution, and also transfer well to any other REPL-based languages.
  • Opening and running functions in Portacle
    1 project | /r/lisp | 11 Nov 2021
    If you are already familiar with vim you may want to use slimv
  • Is anyone programming in lisp?
    4 projects | /r/vim | 30 Oct 2021
    You need Parinfer. Several versions are available for Vim. It's easier to learn than Paredit and works better with Vim-style editing anyway. Lisp emphasizes interactivity with the REPL. It helps if you can send forms you're editing to the REPL for testing. Try something like slimv.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 16 Feb 2025
    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 →

Stats

Basic slimv repo stats
14
463
5.0
15 days ago

Sponsored
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.
www.nutrient.io