Currently symbol-function of a special form will return nil
This will let us remove the need for the intermediate vector when trying to call a function. If the underlying type requires a vector (I.e. Interpreted or bytecode) then we can make one, but otherwise we can just pass arguments to a native function.
- define in gc/alloc.rs
- add boxing function
- define in object
- impl
IntoObject
- impl
TaggedPtr
- implement tryfrom object
- implement tracing
- Add to
OwnedObject
- Add to
ObjectAllocation
- Display a text widget in window
- display a buffer in the window
- custom widget the get’s a slice of the buffer
- allow buffer to be edited
- new UI thread