|
Post Scarcity
A prototype for a post scarcity programming environment
|
Go to the source code of this file.
Functions | |
| struct cons_pointer | authorised (struct cons_pointer target, struct cons_pointer acl) |
| TODO: does nothing, yet. | |
| struct cons_pointer authorised | ( | struct cons_pointer | target, |
| struct cons_pointer | acl | ||
| ) |
TODO: does nothing, yet.
What it should do is access a magic value in the runtime environment and check that it is identical to something on this acl
Definition at line 18 of file authorise.c.
References nilp, pointer2cell, and TRUE.
Referenced by c_car(), c_cdr(), clone_hashmap(), hashmap_get(), hashmap_keys(), hashmap_put(), and lisp_make_hashmap().