Re: [rust-dev] purely function red-black tree

2012-12-15 Thread Steve Jenson
belong to the trait. I didn't even know that was possible! It's not possible in 0.5. What is the rationale for making this impossible? Thanks, Steve ___ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev

[rust-dev] Request for feedback

2012-12-07 Thread Steve Jenson
/pairing_heap.rs The code I wrote is a little longer than Okasaki's example, mostly due to Standard ML's more concise pattern matching. (see page 54 for comparison) Is there a way to do pattern matching in argument lists as in Haskell or SML? Thanks! Steve

Re: [rust-dev] Questions about rust's OO.

2012-08-26 Thread Steve Jenson
On Sun, Aug 26, 2012 at 6:45 PM, Tim Chevalier catamorph...@gmail.com wrote: On Sun, Aug 26, 2012 at 6:33 PM, Steve Jenson ste...@fruitless.org wrote: Hi rustics, I spent some time this weekend going over the rust tutorial and documentation for 0.3.1. I thought a fun exercise would be writing

<    1   2