typeprof
An experimental type-level Ruby interpreter for testing and understanding Ruby code (by ruby)
ruby-next
Ruby Next makes modern Ruby code run in older versions and alternative implementations (by ruby-next)
typeprof | ruby-next | |
---|---|---|
5 | 7 | |
778 | 763 | |
0.6% | 1.2% | |
9.1 | 6.7 | |
13 days ago | about 2 months ago | |
Ruby | 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.
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.
typeprof
Posts with mentions or reviews of typeprof.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-20.
- Почему я программирую на Ruby
- TypeProf: A type analysis tool for Ruby code based on abstract interpretation
-
Ruby 3.1.0 Preview 1 released with new experimental JIT
Good to see IDE support for TypeProf type hints[1]. I've been doing a lot of work in statically typed languages lately. Ruby has been moving towards static types for a while, but the lack of IDE support has always been the dealbreaker for me to pick up Ruby again.
[1] https://github.com/ruby/typeprof/blob/master/doc/ide.md
-
rbs collection was released!
rbs collection feature integrates this repository and tools use RBS, such as rbs command, Steep, and TypeProf.
ruby-next
Posts with mentions or reviews of ruby-next.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-20.
- Почему я программирую на Ruby
-
GitHub - keygen-sh/typed_params: Define structured and strongly-typed parameter schemas for your Rails controllers
But if it really bothers you, check out ruby-next.
-
GitHub - saturnflyer/polyfill-data: Adds the Ruby 3.2 Data class to lower Ruby versions
I hope to get some time to try to contribute it to ruby-next https://github.com/ruby-next/ruby-next/issues/98
-
Future of Ruby – AST Tooling
As it would happen, the folks behind Ruby Next have some ideas here, and have done a significant amount of work in enabling this very vision to become a reality.
- Ruby Next makes modern Ruby code run in older versions and implementations
-
A no-go fantasy: writing Go in Ruby with Ruby Next
Don’t give the punchline away, but this post is actually a big tutorial about using Ruby Next to modify Ruby exactly to your tastes. Here’s hoping you’ll have as much fun reading this fantasy as I did writing it. 😅
-
Faster way to write {name: name}
You can with Ruby Next: https://github.com/ruby-next/ruby-next#proposed-and-edge-features
What are some alternatives?
When comparing typeprof and ruby-next you can also consider the following projects:
rbs - Type Signature for Ruby
rubocop-rails - A RuboCop extension focused on enforcing Rails best practices and coding conventions.
django-sockpuppet - Build reactive applications with the django tooling you already know and love.
keygen-api - Keygen is a fair source software licensing and distribution API built with Ruby on Rails. For developers, by developers.
yjit - Optimizing JIT compiler built inside CRuby
typed_params - An alternative to Rails strong_parameters. Define structured and strongly-typed parameter schemas for your Rails controllers.