lib-ruby-parser VS language_server-ruby

Compare lib-ruby-parser vs language_server-ruby and see what are their differences.

lib-ruby-parser

Ruby parser written in Rust (by lib-ruby-parser)

language_server-ruby

A Ruby Language Server implementation (by mtsmfm)
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
lib-ruby-parser language_server-ruby
2 1
235 260
0.9% -
7.5 10.0
24 days ago almost 3 years ago
Rust Ruby
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.

lib-ruby-parser

Posts with mentions or reviews of lib-ruby-parser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-02.
  • State of the Ruby language server (LSP) ecosystem / looking for suggestions
    11 projects | /r/ruby | 2 Oct 2022
    I realize this might not be for everyone, but I'm writing it in Rust using Lib-ruby-parser and tower-lsp: two existing libraries that handle a bunch of the heavy lifting for me. I'm more productive in Rust than with Ruby at this point, despite doing Ruby full time for 15 years, plus I really really don't want to have to deal with a slow LSP--that was the whome impetus for this project. I started in the spring, made a bunch of headway, then backtracked to redo the internals to make it easier to handle monkeypatching, overriding/redefining of methods, etc. across your project.
  • Artichoke Ruby Architecture
    2 projects | news.ycombinator.com | 12 Feb 2021
    For now Artichoke leans on mruby’s parser, but I’m looking forward to using https://github.com/lib-ruby-parser/lib-ruby-parser which is a Rust port of MRI’s parse.y.

language_server-ruby

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

What are some alternatives?

When comparing lib-ruby-parser and language_server-ruby you can also consider the following projects:

ruby-lsp - An opinionated language server for Ruby

pest - The Elegant Parser

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

artichoke - 💎 Artichoke is a Ruby made with Rust

sorbet - A fast, powerful type checker designed for Ruby

vector - A high-performance observability data pipeline.

solargraph - A Ruby language server.

steep - Static type checker for Ruby

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