First thoughts on Rust vs OCaml
I'm about two weeks into Rust now, so this feels like a good time to write a critique, before I get Stockholm Syndrome'd. My main motivation in learning Rust is that I have to maintain some of Dark's Rust code. There was a recent outage related to that code, and I had to learn on the fly, so better to actually know what I'm looking at. I've also been dreaming of rewriting Dark in Rust for quite some time, largely due to frustrations with OCaml as well as some excellent marketing by the Rust community. I'm trying to evaluate whether this is a good idea, and if so, trying to figure out how to do it in a way that makes sense (which is to say, gradually). By the way, Dark is platform for building backend apps; in practice it's a HTTP server and database (which comprise the "Dark platform") which connect to an interpreter for the Dark programming language, which you edit using the Dark editor. The interpreter is the core of the language, it runs in Kubernetes in Google Cloud, as well as com
I'm about two weeks into Rust now, so this feels like a good time to write a critique, before I get Stockholm Syndrome'd. My main motivation in learning Rust is that I have to maintain some of Dark's Rust code . There was a recent outage related to that code, and I had to learn on the fly, so better to actually know what I'm looking at. I've also been dreaming of rewriting Dark in Rust for quite some time, largely due to frustrations with OCaml as well as some excellent marketing by the Rust community. I'm trying to evaluate whether this is a good idea, and if so, trying to figure out how to d
saved by
related reading
- 1.2. OCaml · Functional Programming in OCamlcourses.cs.cornell.edu
- A half-hour to learn Rustfasterthanli.me
- What makes Rust special - Rust for C-Programmersrust-for-c-programmers.com
- Why ML/OCaml are good for writing compilersflint.cs.yale.edu
- Rust Language Cheat Sheetcheats.rs
- Rewriting Bun in Rust | Bun Blogbun.com
- Rust – a concise overview of the modern programming language coders love - K&Ckruschecompany.com
- Reddit - Please wait for verificationreddit.com
- The Rust Programming Language - The Rust Programming Languagedoc.rust-lang.org
- Learn Rust the Dangerous Waycliffle.com
- Rust for C programmers - Rust for C-Programmersrust-for-c-programmers.com
- How to Learn Rustgist.github.com