# HG changeset patch # User Richard Westhaver # Date 1722216048 14400 # Node ID 3ad938ed8069efaf3f6f8e0a0e1fb4dd3946c54d # Parent cf27fa1b094cef89f549ce585dcea79c2326bd1e tasks diff -r cf27fa1b094c -r 3ad938ed8069 tasks/core.org --- a/tasks/core.org Sat Jul 27 02:44:40 2024 -0400 +++ b/tasks/core.org Sun Jul 28 21:20:48 2024 -0400 @@ -73,3 +73,14 @@ - a bit too large, time to shake it up - need separation of concerns (files) for task-pool/threaded tests in particular +* TODO multipoint-images :lisp:bin:sys: +:LOGBOOK: +- State "TODO" from [2024-07-28 Sun 21:01] +:END: +- multiple entrypoint lisp images +- create multiple links to core lisp image +- support multiple low-level methods? + - naive implementation is a single entry point with a switch + dispatched on arg0. + - could also create a thin shim in Rust/Zig and call the appropriate + entrypoint after loading the core. diff -r cf27fa1b094c -r 3ad938ed8069 tasks/demo.org --- a/tasks/demo.org Sat Jul 27 02:44:40 2024 -0400 +++ b/tasks/demo.org Sun Jul 28 21:20:48 2024 -0400 @@ -8,3 +8,4 @@ :END: - never really got around to reviewing the demo readme, it's been a while so time to update and bring things back to reality. +* TODO examples/mdb :example:db: diff -r cf27fa1b094c -r 3ad938ed8069 tasks/infra.org --- a/tasks/infra.org Sat Jul 27 02:44:40 2024 -0400 +++ b/tasks/infra.org Sun Jul 28 21:20:48 2024 -0400 @@ -3,7 +3,8 @@ #+description: infra task list #+setupfile: ../../clean.theme -* WIP autogen.lisp :lisp: +* TODO autogen.lisp :lisp: :LOGBOOK: - State "WIP" from [2024-07-09 Tue 22:23] +- State "TODO" from "WIP" [2024-07-28 Sun 21:20] :END: