Federico Carrone

Results 154 issues of Federico Carrone

Check [Fearless FFI](https://verdagon.dev/blog/fearless-ffi)

https://www.roc-lang.org/examples

https://firedbg.sea-ql.org/blog/2023-12-12-introducing-firedbg/

Whereas Scala's Vector, List, etc. will all calculate their hash codes based on their elements, Scala's Array doesn't. It [inherits the hashCode function](https://github.com/scala/bug/issues/1607) from java.util.Object which might [just return the...

https://github.com/eatonphil/io-playground

Check different libraries that might help like: - https://crates.io/crates/miette - https://crates.io/crates/ariadne -

It might not make sense but I want to evaluate if we can support it in the future https://github.com/candy-lang/candy/blob/main/language.md ![image](https://github.com/lambdaclass/concrete/assets/569014/29ead246-a1e6-4da5-81a6-93c996fb6fec) ![image](https://github.com/lambdaclass/concrete/assets/569014/7e4aee19-2037-4445-af9a-7ba0ee3f7326)

- [A no_std Rust Environment](https://docs.rust-embedded.org/book/intro/no-std.html#a-no_std-rust-environment)](https://docs.rust-embedded.org/book/intro/no-std.html)

research

We need to check why Rust can be slower or faster than C so that we copy the good ideas and avoid the slow ones - https://kornel.ski/rust-c-speed

research