logoalt Hacker News

lifisyesterday at 11:38 PM1 replyview on HN

All the Rue code in the manual seems to also be valid Rust code, except for the @-prefixed intrinsics


Replies

steveklabnikyesterday at 11:42 PM

Yes, I started off with the idea that Rue's syntax would be a strict subset of Rust's.

I may eventually diverge from this, but I like Rust's syntax overall, and I don't want to bikeshed syntax right now, I want to work on semantics + compiler internals. The core syntax of Rust is good enough right now.

show 2 replies