Top 3 Java language-team Projects
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Project mention: Ask HN: What is the first programming language that you have created? | news.ycombinator.com | 2022-10-18
One of the languages I've designed is called SLANG (https://github.com/sonarsource/slang) when I was working at Sonar.
The ideia is to have a common IR representation from multiple input programming languages to perform static analysis on top of.
This is useful because it's very expensive to write dedicated backend analysers when you have to support 25+ programming languages.
This is specially true when analysers share a subset of the checks (e.g. cyclomatic complexity, identical conditions check). You can check the full list at: https://github.com/SonarSource/slang/tree/master/slang-check....
Java language-team related posts
Index
What are some of the best open-source language-team projects in Java? This list will help you:
Project | Stars | |
---|---|---|
1 | SonarJava | 1,042 |
2 | sonar-php | 360 |
3 | slang | 80 |