I want to see how my new rust code base looks light, does it compile with some heuritics, or just 1:1 C to rust primitives?
Corrode: C to Rust translator written in Haskell
11–20 of 127 posts
Re: Corrode: C to Rust translator written in Haskell
#12I understand the world play, but perhaps it's a misunderstanding of Rusts name origin ? https://www.reddit.com/r/rust/comments/27jvdt/internet_archa... It's after a fungus https://en.wikipedia.org/wiki/Rust_(fungus)
Re: Corrode: C to Rust translator written in Haskell
#13I understand the world play, but perhaps it's a misunderstanding of Rusts name origin ? https://www.reddit.com/r/rust/comments/27jvdt/internet_archa... It's after a fungus https://en.wikipedia.org/wiki/Rust_(fungus)
Re: Corrode: C to Rust translator written in Haskell
#14Re: Corrode: C to Rust translator written in Haskell
#15I understand the world play, but perhaps it's a misunderstanding of Rusts name origin ? https://www.reddit.com/r/rust/comments/27jvdt/internet_archa... It's after a fungus https://en.wikipedia.org/wiki/Rust_(fungus)
Re: Corrode: C to Rust translator written in Haskell
#16Missed the chance to name it "Crust."
Re: Corrode: C to Rust translator written in Haskell
#17as many "transpilers" / compilers, whatever you might name them, it lacks example input output. I want to see how my new rust code base looks light, does it compile with some heuritics, or just 1:1 C to rust primitives?
> Because the project is still in its early phases, it is not yet
> possible to translate most real C programs or libraries.
It is currently trying to port over semantics exactly, so the Rust code is far from idiomatic Rust. Doesn't mean it's not useful, just saying that it's trying to be 1:1.Re: Corrode: C to Rust translator written in Haskell
#18Re: Corrode: C to Rust translator written in Haskell
#19Time to start sending PRs [1], :P [1] https://github.com/search?utf8=%E2%9C%93&q=language%3Ac
Re: Corrode: C to Rust translator written in Haskell
#20as many "transpilers" / compilers, whatever you might name them, it lacks example input output. I want to see how my new rust code base looks light, does it compile with some heuritics, or just 1:1 C to rust primitives?
> Because the project is still in its early phases, it is not yet > possible to translate most real C programs or libraries. It is currently trying to port over semantics exactly, so the Rust code is far from idiomatic Rust. Doesn't mean it's not useful, just saying that it's trying to be 1:1.