Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Top 6 Crystal Language Projects
-
Project mention: Could we use JIT compilers of Ruby to protect Ruby source code for on-prem deployment? | reddit.com/r/ruby | 2023-03-29
Keep in mind that shipping "compiled" ruby can still be reverse engineered, but it will take time and be painful, so it's not really a protection but more like a due-diligence to deter lazy thieves. JRuby + Warbler is a good option, but JRuby is incompatible with C extensions, so you'll need to find pure-Ruby or JRuby-compatible alternatives or use FFI gem alternatives. If your app is small enough, you could possibly port it to Crystal which compiles to a native binary. If your app is really small, possibly try porting it to mruby, compile all of the source code to mrb bytecode, and embed that into a C program.
-
Mint
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
-
rosetta
A blazing fast internationalization (i18n) library for Crystal with compile-time key lookup. (by wout)
-
Crystal Language related posts
- Could we use JIT compilers of Ruby to protect Ruby source code for on-prem deployment?
- How to understand IO enough not to introduce Memory Leaks into apps ?
- Barn Programming Language!
- Hired’s 2023 State of Software Engineers report
- Crystal 1.7.3 is released
- Whatever happened to Ruby?
- Minimalist web server for static files with Crystal
-
A note from our sponsor - SonarQube
www.sonarqube.org | 30 Mar 2023
Index
What are some of the best open-source Language projects in Crystal? This list will help you:
Project | Stars | |
---|---|---|
1 | crystal | 18,317 |
2 | mint-lang | 3,842 |
3 | crisp | 41 |
4 | i18n.cr | 37 |
5 | rosetta | 35 |
6 | lens | 16 |