Arc Forumnew | comments | leaders | submitlogin
2 points by mst 5914 days ago | link | parent

I think I'd rather have an 'outer user scope'.

i.e. something like

(fn geteuid () (car user-stack)) (fn getuid () (cadr user-stack))

that way you can cons on suid and 'pop' outwards.

It's always seemed a trifle annoying to me that when you suid from within something that's already suid you lose information.



1 point by dfranke 5914 days ago | link

You can implement this on top of my given axioms. My system isn't meant to be friendly; it's meant to be the simplest possible building blocks for a friendly system.

-----