[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Binary Table & Babel Data Passing
From: |
Ihor Radchenko |
Subject: |
Re: Binary Table & Babel Data Passing |
Date: |
Wed, 25 Dec 2024 13:28:20 +0000 |
Psionic K <psionik@positron.solutions> writes:
> But first things first, binary data passing between babel blocks and
> avoiding serialization for languages where the runtime can be
> convinced to do it should have been done two decades ago on POSIX.
> Next best time is now, using 2025 tools.
That might be possible in some cases, if you pass some kind of reference
to data between the code blocks, in addition to the printed
representation of that data (if it needs to be inserted into Org
document). For example, it can be a link to file dump or reference
inside running babel session.
I'd say that sessions is one way to pass the data around without having
to serialize it into Emacs.
AFAIK, dumping to a file is something we currently do not have. If you
want to work on such feature, do let me know.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>