Rant after trying Rust a bit

rsw0x via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 4 23:03:09 PDT 2015


On Wednesday, 22 July 2015 at 18:47:33 UTC, simendsjo wrote:
> ...

One thing I didn't see mentioned at all is Rust's plugin system.

Rust plugin to embed C++ directly in Rust:
https://github.com/mystor/rust-cpp
Rust plugin to use Rust with whitespace instead of braces:
https://github.com/mystor/slag


Syntax extensions, lint plugins, etc are all possible via the 
plugin interface.
https://doc.rust-lang.org/book/compiler-plugins.html

Honestly, this is pretty cool :/

This thread is really long so I didn't read all the posts. Sorry 
if this has been mentioned.


More information about the Digitalmars-d mailing list