Federico Carrone

Results 154 issues of Federico Carrone

This is a great article https://joeduffyblog.com/2016/02/07/the-error-model/. Multiple languages (Austral and I think that Vale or Odin) use it to explain the types of errors that exist. We should do the...

documentation
research

https://verdagon.dev/blog/single-ownership-without-borrow-checking-rc-gc https://www.reddit.com/r/ProgrammingLanguages/comments/14a79va/single_ownership_and_memory_safety_without_borrow/

research

https://github.com/pen-lang/pen

research

https://github.com/alilleybrinker/langs-in-rust

research

https://github.com/Kixiron/rust-langdev

research

Inko has some similar ideas in terms of semantics by mixing Erlang/Pony but it's higher level than Concrete. We can check some of it's ideas. https://inko-lang.org/

research

Many of the ideas we built on have been popularised by Rust, such as borrowing and linearity, and Pony, such as reference capabilities. https://github.com/microsoft/verona/blob/master/docs/faq.md

research

Gleam is a compiled to BEAM programming language with Rust like syntax. We should copy some of the ideas of how they implemented their own OTP solution. - https://github.com/gleam-lang/otp

research

- [Erlang Factory SF 2016 Keynote Phoenix and Elm – Making the Web Functional](https://youtu.be/XJ9ckqCMiKk) - [Richard Feldman - Introduction to Elm](https://youtu.be/zBHB9i8e3Kc?list=PLhCcS9axTPai-wgCftu1MVyXDCkNp42jz) - [Tomasz Kowal - Elixir and Elm - the...

research