Unsafe Blocks
Unsafe Blocks
Posted Apr 28, 2015 6:09 UTC (Tue) by Cyberax (✭ supporter ✭, #52523)In reply to: Unsafe Blocks by gmatht
Parent article: Rust Once, Run Everywhere
Java tried to allow untrusted code (for applets) by using language-level isolation. We all know how well it went.
The same happened with Python's sandbox and pretty much everything else. The only surviving sandboxed languages are either very minimal (like lua) or use system-level isolation.
