27
submitted 8 months ago by [email protected] to c/[email protected]

Oxide is a personal project that takes inspiration from the principles discussed in "Notes on a Smaller Rust" and its follow-up, "Revisiting a 'smaller Rust'". It aims to explore a new language design that simplifies and optimizes the development process while inheriting Rust's best qualities.

top 7 comments
sorted by: hot top controversial new old
[-] [email protected] 8 points 8 months ago* (last edited 8 months ago)

More langs for the God of Langs!

[-] [email protected] 7 points 8 months ago

Kind of looks like an alternative universe where Rust really leaned into its initial Ruby influences. IMO the most interesting thing was kicked down the road, I'd like to see more of the plan for concurrency. Go's concurrency (which it says they're thinking of) kind of sucks for lots of things, like "do these tasks in parallel and give me the return values". Go can do it with channels and all that, but Rayon's par_iter() just magically makes it all work nicely.

[-] [email protected] 5 points 8 months ago

Initial implementation is written in pure-Rust using only 6 tokens. Impressive.

[-] [email protected] 4 points 8 months ago

Send this to ThePrimeagen

[-] [email protected] 3 points 8 months ago* (last edited 8 months ago)
  1. Not for me. It is clearly not trying to be a systems programming language. And that is why I'm interested in Rust. I work in hard realtime (day job) and do embedded as a hobby.
    That rust is also useful higher up the stack is just a nice bonus to me which means I can keep using it when writing automation things that are too complex for a simple shell script (it has largely replaced python for this purpose for me now).

  2. Rust gained momentum because it filled a niche that was unoccupied (systems capable but safe and high level). Oxide seems to be aiming for an area already occupied by Rust from one side and things like Go from the other side. That rarely works out.

[-] [email protected] 2 points 8 months ago

I really like some things, like the more comprehensive macro system with compile-time reflection.

I hate other things, like implicit implementation of traits. It's one of the features of Go that makes it really hard for me to read.

[-] [email protected] 2 points 8 months ago

I like the string interp being first class. Last I checked in rust format is not actually a macro under the cover but a compiler builtin (or something to that effect). Looks neat, excited to see where it goes.

this post was submitted on 31 Oct 2023
27 points (100.0% liked)

Rust

5463 readers
3 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS