[rust-dev] [announce] CloQ

2014-08-23 Thread Clark Gaebel
​Hi rust-dev! I would like to announce the release of a library I just wrote called CloQ: a queue of closures [1]. It lets you store unboxed closures in a queue, and pop them out to run later. Think of it as a less box-y RingBuf>. The only allocations it does is for a single backing array of mem

Re: [rust-dev] Status of CTFE in Rust (issue 11621)

2014-08-23 Thread George Makrydakis
On 08/23/2014 11:10 PM, Patrick Walton wrote: I want to clarify something: "post 1.0" does not mean "low priority" or "will never come to Rust". Post-1.0 means just that: post 1.0. Without taking a position on this feature in particular, there are many high priority features slated for post 1.

Re: [rust-dev] Status of CTFE in Rust (issue 11621)

2014-08-23 Thread Patrick Walton
I want to clarify something: "post 1.0" does not mean "low priority" or "will never come to Rust". Post-1.0 means just that: post 1.0. Without taking a position on this feature in particular, there are many high priority features slated for post 1.0. Think of 1.0 as a sort of minimum viable prod

[rust-dev] Status of CTFE in Rust (issue 11621)

2014-08-23 Thread George Makrydakis
Greetings, My question is related to https://github.com/rust-lang/rust/issues/11621 which has not seen meaningful updates so far. I decided to ask in a separate thread rather than https://mail.mozilla.org/pipermail/rust-dev/2014-January/008252.html because I have not been able to find any upd