Skip to content

A Docker image contains rusti, an experimental REPL for the Rust programming language

License

Notifications You must be signed in to change notification settings

tatsuya6502/docker-rusti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-rusti

A Docker image contains rusti, an experimental REPL for the Rust programming language

Docker Repository on Quay

Try It!

On a Linux machine with Docker installed, run the following commands:

$ docker run -it quay.io/tatsuya6502/rusti
# cd ~/rusti
# rustc --version
rustc 1.8.0-nightly (2016-MM-DD)
# cargo run
rusti=> (1..100).filter(|x| x % 19 == 3).fold(0, |acc, x| acc + x)
303
rusti=> .type Some("Hello world!".to_owned())
Some("Hello world!".to_owned()) = core::option::Option<collections::string::String>

More Info about rusti

About

A Docker image contains rusti, an experimental REPL for the Rust programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages