|
Post Scarcity
A prototype for a post scarcity programming environment
|
Go to the source code of this file.
Functions | |
| struct cons_pointer | lisp_metadata (struct stack_frame *frame, struct cons_pointer frame_pointer, struct cons_pointer env) |
| Function: get metadata describing my first argument. | |
| struct cons_pointer lisp_metadata | ( | struct stack_frame * | frame, |
| struct cons_pointer | frame_pointer, | ||
| struct cons_pointer | env | ||
| ) |
Function: get metadata describing my first argument.
Definition at line 20 of file meta.c.
References c_string_to_lisp_keyword(), c_type(), debug_dump_object(), DEBUG_EVAL, debug_print(), FUNCTIONTV, make_cons(), NIL, cons_space_object::payload, pointer2cell, READTV, SPECIALTV, cons_space_object::tag, and WRITETV.
Referenced by main().