core-bootstrap {mutatr}R Documentation

Create the core object.

Description

Create the core object.

Details

Boostrapping core - mostly implements usual R access, but uses object scoping. Functions CAN NOT call other object functions because scope will be incorrect (functions not explicitly accessed via $.core will still have lexical scope).

Should implement: * protos, append_proto, set_proto, get_proto * has_slot, get_slot, set_slot, slot_names * clone * do


[Package mutatr version 0.1 Index]