The Pony language is good for efficiently distributing code accross your cores, but there aren't many libraries in Pony itself yet.
clang -o myc.o -c myc.c
ar rcs libmyc.a myc.o
rustc --crate-type=staticlib myrust.rs
ponyc --debug --path /path/to/current/dir/
TODO: Get the Haskell interface working.