djiamnot / ob-sclang

Orgmode Library of Babel implementation of sclang support in code blocks
GNU General Public License v3.0
11 stars 1 forks source link

Handle results #3

Open djiamnot opened 4 years ago

djiamnot commented 4 years ago

Right now :result is not handled. This is because the sclang inferior process writes to its own post buffer. However it looks like we have access to this buffer so we could read the post buffer content and provide it as a result. It'd be a kludge.