Re: [rust-dev] names needed for function types

2012-01-03 Thread Graydon Hoare
On 11-12-30 10:00 AM, Niko Matsakis wrote: I like the idea that "fn" is just the type of a general closure (i.e., "block"). I agree it's what you want most of the time. I think that there are then three logical choices for boxed/unique closures: 1. `fn@` and `fn~`: this is intended to emphasize

Re: [rust-dev] Deca, a new language with goals that largely overlap those of Rust

2012-01-03 Thread Graydon Hoare
On 12-01-03 02:29 AM, Sebastian Sylvan wrote: Saw this over at LtU and thought this might interest a few people here: http://code.google.com/p/decac/ And here's a paper describing it in more detail: http://decac.googlecode.com/files/Deca%20Thesis.pdf There's some interesting stuff in there, for

[rust-dev] Deca, a new language with goals that largely overlap those of Rust

2012-01-03 Thread Sebastian Sylvan
Saw this over at LtU and thought this might interest a few people here: http://code.google.com/p/decac/ And here's a paper describing it in more detail: http://decac.googlecode.com/files/Deca%20Thesis.pdf -- Sebastian Sylvan ___ Rust-dev mailing list