Post Scarcity
A prototype for a post scarcity programming environment
Loading...
Searching...
No Matches
authorise.h File Reference
This graph shows which files directly or indirectly include this file:

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.
 

Function Documentation

◆ authorised()

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().