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
> 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