|
|
|
|
|
by rogpeppe
5148 days ago
|
|
all inferno modules are written in limbo, which has a safe memory model, so modules can't access data they're not given. check out some of the inferno papers, and the limbo language in particular, which is an elegant predecessor of Go, including some things that Go still does not have - the dynamic module loading being the most marked example, and the main reason i haven't yet ported the inferno shell to Go. |
|