From d180cc071b592940d4b4cf0283823d29578f1422 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 27 Aug 2019 19:16:51 -0400 Subject: some files to help me jog my memory elsewhere --- dylfunc_call.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dylfunc_call.cpp (limited to 'dylfunc_call.cpp') diff --git a/dylfunc_call.cpp b/dylfunc_call.cpp new file mode 100644 index 0000000..bbd2ea7 --- /dev/null +++ b/dylfunc_call.cpp @@ -0,0 +1,9 @@ +// this process loads a dynamic library built by dylfunc_compile +// and executes it with the passed data + +// we are moving towards judging that we no longer need dynamic loading +// and could just compile new code ... it seems valuable but slow-start. +// why not just build processes? +// need to structure input and output +// +// okay, let's look into atomspace serialization -- cgit v1.2.3