On Friday, January 11, 2013 6:47:00 PM UTC, William wrote:

> For the record -- we could write clients for other languages, e.g., Magma: 
>  http://magma.maths.usyd.edu.au/magma/handbook/text/35


Its probably good enough, but manually creating a socket interface and 
read/writing to the file descriptor is precisely what I want to avoid. My 
library defines a BSON-like protocol and an API to send/receive messages 
without having deal with the low-level details of setting up the connection 
and transferring buffers. It would be painful to re-implement that in 
Magma. Its much preferable to somehow get native code to execute inside the 
Magma process. I don't see any official way of doing that in the Magma 
docs, but there are still shared library preloads ;-)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-devel+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.


Reply via email to