Mozilla Rust 0.1

dennis luehring dl.soluz at gmx.net
Tue Jan 24 01:58:51 PST 2012


Am 24.01.2012 10:40, schrieb Walter Bright:
> On 1/23/2012 11:50 PM, dennis luehring wrote:
>>  The Rust compiler 0.1 is unleashed
>>
>>  http://www.reddit.com/r/programming/comments/opgxd/mozilla_and_the_rust_community_release_rust_01_a/
>>
>>
>>  looks nice - but rusts #fmt macro is nothing compared to std.metastrings
>>  and is not even library based :)
>
> It's hard to find any definitive information, but Rust appears to have no
> exception handling and no generics.

generics like are here described

http://doc.rust-lang.org/doc/tutorial.html#generics

but for exceptions they only got the fail()-thing

http://doc.rust-lang.org/doc/tutorial.html#failure


More information about the Digitalmars-d-announce mailing list