-
Pretty easy to get llvm segfaults, I got that with pony also in development versions. The difference to rust is that this happens with rust compiled binaries also at run-time, in pony very rarely.
https://github.com/rust-lang/rust/issues?q=is%3Aissue+SIGSEG... => 87 + 291
vs https://github.com/ponylang/ponyc/issues?q=is%3Aissue+SIGSEG... => 11 + 50
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
ponyc
Pony is an open-source, actor-model, capabilities-secure, high performance programming language
Pretty easy to get llvm segfaults, I got that with pony also in development versions. The difference to rust is that this happens with rust compiled binaries also at run-time, in pony very rarely.
https://github.com/rust-lang/rust/issues?q=is%3Aissue+SIGSEG... => 87 + 291
vs https://github.com/ponylang/ponyc/issues?q=is%3Aissue+SIGSEG... => 11 + 50
Related posts
-
Found a language in development called Vale which claims to be the safest AOT compiled language in the World (Claims to beSafer than Rust)
-
Literals. Let's do them right this time.
-
Simplifying SQL function implementation with Rust procedural macro
-
Guard state transitions with proto methods
-
Effective Rust