| Age | Commit message (Collapse) | Author |
|
|
|
|
|
As part of this lists switch from being a postscript array to being
a mal boxed type (dictionary with type in the /_maltype_ key).
|
|
- types: low-level mapping to the implementation language.
- core: functions on types that are exposed directly to mal.
- printer: implementation called by pr-str, str, prn, println.
- env: the environment implementation
- Also, unindent all TCO while loops so that the diff of step4 and
step5 are minimized.
|
|
Sync other steps. In particular, self reference in function definition
and putting readline into _readline function.
|
|
Use dicts rather than array block for user defined mal function type.
Add fload function to setup call from a mal_function dict.
|
|
|
|
Update step4 function definition to match.
|
|
|
|
|
|
|
|
|