Tag: notablemind

RSS Feed

Rust compiling rust: adventures with librustc

November
22,
2014
·
notablemind,
compiler,
rust

For the web-based everything notebook that I’m working on, I’ve been writing backend hookups to various programming REPLs, including IPython and Gorilla. I wanted to be able to evaluate rust code as well in this notebook environment, and so I set about writing a simple server that would compile up a string in rust when asked. This proved do have a couple of gotchas, so I thought I’d air my thoughts here.

4 minute read