Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added very basic support for Rust compilation #56

Merged
merged 2 commits into from
Sep 21, 2015

Conversation

perlun
Copy link
Contributor

@perlun perlun commented Sep 21, 2015

As many of you already know, Rust is a new programming language. It is yet quite young and "unstable" in a sense (version 1.0 was released just a few months ago). Nonetheless, it "looks promising" and may be a suitable choice for writing chaos servers and programs in. This PR adds very basic support for it; it adds .rs file compilation and downloads the Rust beta when the Vagrant box is provisioned.

Note: The idea is not (at this point) to rewrite or re-think the whole of chaos in Rust. That is an extremely large project (albeit an interesting one, I must admit 😉). The aim at this stage is more to make it possible (and simple) to start writing some of the new stuff in Rust instead of the (very!) awkward thing that C and C++ IMHO happen to be...

@perlun perlun changed the title Added very basic Rust support Added very basic support for Rust compilation Sep 21, 2015
perlun added a commit that referenced this pull request Sep 21, 2015
Added very basic support for Rust compilation
@perlun perlun merged commit c4ffa48 into master Sep 21, 2015
@perlun perlun deleted the feature/added-rust-support branch September 21, 2015 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant