Safe mode: Difference between revisions

Content deleted Content added
If Go qualifies for this, then Rust's more powerful implementation of the same safe/unsafe distinction does too
Petelomax (talk | contribs)
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.
 
=={{header|Phix}}==
''See [[Untrusted_environment#Phix]]
 
=={{header|Rust}}==