[rust-dev] LLVM Kaleidoscope tutorial in Rust

2014-11-10 Thread Jauhien Piatlicki
Hi, I have started a Rust LLVM tutorial [1] that shows how to use LLVM from inside Rust, using the currently available mechanisms. At the moment the code corresponding to the whole original tutorial [2] is created. I'm working on the text now. I would like to ask those interested to review it

[rust-dev] Rust collections

2014-10-20 Thread Jauhien Piatlicki
Hi, do we have somewhere described design goals that are behind Rust collection abstractions? (I mean some general conceptual description). I am asking because I am just wondering whether somebody have thought what exactly should be there, e.g. why do we have Deque, but no List or just

[rust-dev] rust LLVM bindings

2014-09-21 Thread Jauhien Piatlicki
Hi, are there any plans to implement complete common safe bindings to LLVM? I know about existing ones, but they have problems: -- they are low level unsafe extern C functions, it would be nice to have LLVM API wrapped in safe idiomatic rust code -- some parts are wrapped in safe rust code,

Re: [rust-dev] Rust BigInt

2014-09-19 Thread Jauhien Piatlicki
Hi, On 09/19/2014 06:40 PM, Matthieu Monrocq wrote: Disclaimer, for the unwary, GMP is a GPL library; so using it implies complying with the GPL license. LGPL afaik, so you can dynamically link with it in any case. ___ Rust-dev mailing list

Re: [rust-dev] rust-0.6 compilation with system LLVM fails

2013-04-08 Thread Jauhien Piatlicki
Початкове повідомлення Тема: Re: [rust-dev] rust-0.6 compilation with system LLVM fails Дата: Mon, 08 Apr 2013 13:03:31 +0200 Від: Jauhien Piatlicki jpiatli...@gmail.com Кому: Steve Klabnik st...@steveklabnik.com As far as I can see Rust just provides another interface