Safe mode: Difference between revisions

Content added Content deleted
(If Go qualifies for this, then Rust's more powerful implementation of the same safe/unsafe distinction does too)
Line 134: Line 134:


Really, if you want to lock down a Perl 6 instance so it is "safe" for unauthenticated, untrusted, general access, you are better off running it in some kind of locked down virtual machine or sandbox managed by the operating system rather than trying to build an ad hoc "safe" environment.
Really, if you want to lock down a Perl 6 instance so it is "safe" for unauthenticated, untrusted, general access, you are better off running it in some kind of locked down virtual machine or sandbox managed by the operating system rather than trying to build an ad hoc "safe" environment.

=={{header|Phix}}==
''See [[Untrusted_environment#Phix]]


=={{header|Rust}}==
=={{header|Rust}}==