RE: Minimal example of extending Guile with Rust?

2024-01-29 Thread M
> (similar to the >native C arrays numpy exposes to C that allow getting the >speed of C). For this in particular, there is pointer->bytevector, bytevector->pointer and bytevector-TYPE-ref, bytevector-TYPE-set! (it’s not limited to only bytes, also floats are available IIRC). Don’t do

RE: How to abort a read from a socket after some time?

2024-01-21 Thread M
(Please ignore the wrong To: field, e-mail program is being silly) >I am trying to figure out how to abort a read from a socket after some time >elapses. >I failed to figure out how to do so. > > All code below runs after handler is set: > >(sigaction SIGALRM (lambda _ (display