IDisposableAnalyzers
golang-jvm
Our great sponsors
IDisposableAnalyzers | golang-jvm | |
---|---|---|
2 | 3 | |
229 | 6 | |
7.9% | - | |
9.1 | 0.0 | |
11 days ago | about 1 year ago | |
C# | Ruby | |
MIT License | GNU General Public License v3.0 or later |
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.
IDisposableAnalyzers
-
Some tips on tooling for improving our code
IDisposableAnalyzers: object disposal validation
-
Go Does Not Need a Java Style GC
Sure, but I am the opinion it does compose, if one embraces it isn't the same as writing C++ in C#, not trying to downplay your experience on the matter.
For example, here are the Roslyn analysers for a more RAII like experience with IDisposable,
https://github.com/DotNetAnalyzers/IDisposableAnalyzers
Turn "DISP004-Don't ignore created IDisposable." into a compiler error and you have your region allocated RAII like experience.
And moving a bit the goal posts, for those scenarios where C# fails completly to provide a usefull solution, we can rewrite just that module into C++ (preferably C++/CLI when only Windows matters), and have the best of both languages.
golang-jvm
-
Oracle Java popularity sliding, New Relic reports
There's no reason why Go can't use the JVM. https://github.com/golang-jvm/golang-jvm
- Golang in the JVM
-
Go Does Not Need a Java Style GC
Not sure if you're in on the joke, but for those who didn't go to the repo itself:
https://github.com/golang-jvm/golang-jvm
It's just a copy-paste of JRuby on April 1st and the readme now includes a rickroll.
Maybe it's irresponsible of them to leave it up in a way that Google still finds as a legitimate-looking search result.
What are some alternatives?
jvm.go - A toy JVM written in Go
corretto-11 - Amazon Corretto 11 is a no-cost, multi-platform, production-ready distribution of OpenJDK 11