|
Post Scarcity
A prototype for a post scarcity programming environment
|
#include "consspaceobject.h"Go to the source code of this file.
Macros | |
| #define | _GNU_SOURCE |
Functions | |
| struct cons_pointer | lisp_time (struct stack_frame *frame, struct cons_pointer frame_pointer, struct cons_pointer env) |
| Function; return a time representation of the first argument in the frame; further arguments are ignored. | |
| struct cons_pointer | time_to_string (struct cons_pointer pointer) |
| This is temporary, for bootstrapping. | |
| #define _GNU_SOURCE |
Definition at line 13 of file psse_time.h.
| struct cons_pointer lisp_time | ( | struct stack_frame * | frame, |
| struct cons_pointer | frame_pointer, | ||
| struct cons_pointer | env | ||
| ) |
Function; return a time representation of the first argument in the frame; further arguments are ignored.
| frame | my stack_frame. |
| frame_pointer | a pointer to my stack_frame. |
| env | my environment. |
integer_or_nil is an integer, return a time which is that number of microseconds after the notional big bang; else the current time. Definition at line 86 of file psse_time.c.
References make_time().
Referenced by main().
| struct cons_pointer time_to_string | ( | struct cons_pointer | pointer | ) |
This is temporary, for bootstrapping.
Definition at line 95 of file psse_time.c.
References c_string_to_lisp_string(), lisp_time_to_unix_time(), and NIL.
Referenced by print().