[swift-dev] statically embedding the swift repl + sandboxing

2017-03-01 Thread Jason E. Aten via swift-dev
I'm curious if the swift repl has hooks for embedding and sandboxing. I'd like to statically compile the swift repl, link it into other code, and then disable write access to the filesystem, for example. Could someone point me to the API functions or configuration settings that would let me sandb

Re: [swift-dev] statically embedding the swift repl + sandboxing

2017-03-01 Thread Alex Blewitt via swift-dev
> On 1 Mar 2017, at 16:54, Jason E. Aten via swift-dev > wrote: > > I'm curious if the swift repl has hooks for embedding and sandboxing. > > I'd like to statically compile the swift repl, link it into other code, and > then disable write access to the filesystem, for example. > > Could someo