Hacker News new | ask | show | jobs
by lynndotpy 394 days ago
Woah, this looks awesome.

One of my favorite things about writing Rust is that it's expression-oriented (i.e. almost everything is an expression), something you almost never see in non-functional languages.

I was wondering if Roto is also expression-oriented?

1 comments

Hi! Author here. It is indeed expression-oriented, mostly following the same rules as Rust. If-else is an expression, for example.