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 "Alarm!\n")))

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 bytevecto

Re: GSoC: Emacs Lisp support for GNU Guile

2009-04-04 Thread Richard M Stallman
- Remove handling of NIL in Scheme. This special casing is, in my opinion, distressingly unclean. This would require adding a new ELISP-IF form that accepts #f/nil as false values We carefully designed ways to handle nil, #f and () in Guile so as to be able to intermix Lisp and