ruby-lsp VS prism

Compare ruby-lsp vs prism and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ruby-lsp prism
16 6
1,299 757
6.0% 4.8%
9.9 9.9
about 16 hours ago 5 days ago
Ruby C
MIT License MIT License
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.

ruby-lsp

Posts with mentions or reviews of ruby-lsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-18.

prism

Posts with mentions or reviews of prism. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-23.
  • Unveiling the big leap in Ruby 3.3's IRB
    6 projects | news.ycombinator.com | 23 Dec 2023
    IRB type completion comes as a result of a chain of events which starts from the incredible work done by Kevin Newton (et al) to write a new canonical Ruby parser called Prism in C99 with no dependencies [1].

    With Prism, you can then create tool suites like syntax_tree [2], which then leads Prettier formatters [3], a new Ruby LSP [4], which unlocks a new Ruby LSP VS Code extension [5], not to mention a laundry list of other gems like Rubocop and of course Ruby itself that will benefit from a faster and more maintainable Ruby parser.

    It's a beautiful illustration of the power of questioning conventions, going back to first principles to uncover better solutions to previously solved problems, whose new solutions create new capabilities which unlocks the ability to solve new problems.

    [1]: https://github.com/ruby/prism

  • RubyConf 2023 Recap
    3 projects | dev.to | 20 Nov 2023
    Kevin Newton talked about Prism, a new Ruby parser. He discussed the challenges that come with parsing Ruby. He shared what's next, and what we can and should expect from our Ruby tooling in the future. He ended with an impassioned discussion about building a contributor community around a single tool.
  • Ruby 3.3.0-Preview3 Released
    1 project | news.ycombinator.com | 12 Nov 2023
    It’s disappointing there doesn’t seem to be an easily available blog post or announcement (maybe I just didn’t find it), but the design doc lists a few motivations: https://github.com/ruby/prism/blob/main/docs/design.md

    It looks like there was also a podcast interview last year that touches on the origins of the project: https://topenddevs.com/podcasts/ruby-rogues/episodes/the-new...

    Reading between the lines it looks to me like this is motivated by ripper (the old parser) not being a great fit for tooling around ruby like IDE LSP integrations and such. Ripper isn’t fault tolerant (if the script has a a syntax error you don’t get a partial tree, just an exception); being implemented in ruby enough itself that it kind of depends on ruby which isn’t always convenient for integration (IDEs like vscode make plugins in JS easy, prism comes with node bindings), and maybe being enough of a crufty old code base that maintaining it and fixing those design issues was deemed impracticable.

    Also worth noting if it wasn’t clear I’m pretty sure this parser is not being used or intended to be used for a ruby runtime to actually execute scripts, and that’s not what ripper was for either. This is for tooling that operates on ruby files for other purposes: syntax highlighting, linting, stuff like that.

  • Ruby 3.3.0-preview1 Released
    2 projects | /r/ruby | 12 May 2023
    I thought yarp was where ruby parsing was heading
  • Shopify/Yarp: Yet Another Ruby Parser
    1 project | news.ycombinator.com | 11 Jan 2023
  • Shopify/yarp: Yet Another Ruby Parser
    1 project | /r/ruby | 21 Dec 2022

What are some alternatives?

When comparing ruby-lsp and prism you can also consider the following projects:

solargraph - A Ruby language server.

microjit-bench - Set of benchmarks for the YJIT CRuby JIT compiler and other Ruby implementations.

ruby_language_server - Language Server implementation in Ruby for Ruby. Development happens on the develop branch. Production is master.

RailsAutoCompleteHelper - Autocomplete helper for Ruby on Rails projects that pulls data from model files

lib-ruby-parser - Ruby parser written in Rust

turbo-android - Android framework for making Turbo native apps

orbacle - Program allowing for smart jump-to-definitions, autocompletion, constant renaming and more.

terramena - Use colmena to provision nixos hosts created by Terraform

vscode-ruby-lsp - VS Code plugin for connecting with the Ruby LSP

vscode-ruby - Provides Ruby language and debugging support for Visual Studio Code

tower-lsp - Language Server Protocol implementation written in Rust

steep - Static type checker for Ruby