Re: Blobs and GC

2021-07-10 Thread Aydar Zarifullin
Thank you On Sat, Jul 10, 2021 at 5:28 PM Thomas Chust wrote: > Am Sa., 10. Juli 2021 um 15:15 Uhr schrieb Aydar Zarifullin < > aydar...@gmail.com>: > >> Hello everyone, I have a few questions: Is it safe to pass a blob >> created in scheme to C functions? Will

Blobs and GC

2021-07-10 Thread Aydar Zarifullin
Hello everyone, I have a few questions: Is it safe to pass a blob created in scheme to C functions? Will the garbage collector move it in memory? Is there any guarantee that the garbage collector won't move it in the middle of a C function? Is the situation the same with bytevectors?

Re: New egg: Expect

2021-06-07 Thread Aydar Zarifullin
I moved the documentation to https://wiki.call-cc.org/eggref/5/tcl-expect and now I can't figure out how to properly remove the old page вт, 25 мая 2021 г., 15:40 Aydar Zarifullin : > > Thanks. I was wondering if this egg should be called tcl-expect, just > in case someone comes up wi

Re: New egg: Expect

2021-05-25 Thread Aydar Zarifullin
> Thanks. I was wondering if this egg should be called tcl-expect, just in case someone comes up with a pure Scheme implementation of expect (also to make clear that the current one is actually based on Tcl). What do you think? It's a good idea.

Re: New egg: Expect

2021-05-24 Thread Aydar Zarifullin
Thank you for your notes. - Would the body of `(unless interp ...)' in `tcl-create-interp` [0] ever be executed? - Tcl_CreateInterp may return a null pointer (#f) for example if it fails to allocate memory As for the rest, I'll try to fix it.

New egg: Expect

2021-05-24 Thread Aydar Zarifullin
Hello all, I wrote a very basic binding to libexpect, I haven't tested it thoroughly but in simple cases, it works as it should I hope it will be useful to someone. Repository https://github.com/iZarif/ckn-expect Documentation https://wiki.call-cc.org/eggref/5/expect

Re: New egg: tgbot - very simple library for working with the Telegram bot API

2021-01-05 Thread Aydar Zarifullin
ue, Jan 5, 2021 at 12:36 PM Aydar Zarifullin > wrote: > >> I have seen this library but it seemed to me that it is not very actively >> maintained and it does not have chicken 5 support. >> >> вт, 5 янв. 2021 г., 12:56 Christoph Lange : >> >>> Just as

Re: New egg: tgbot - very simple library for working with the Telegram bot API

2021-01-05 Thread Aydar Zarifullin
; On Mon, Jan 4, 2021 at 7:08 PM Aydar Zarifullin > wrote: > >> Hello all, I made a simple library to work with the Telegram bot api and >> want it added to the official chicken scheme egg repository. >> >> Here's the link https://github.com/iZarif/ckn-tgbot >&

New egg: tgbot - very simple library for working with the Telegram bot API

2021-01-04 Thread Aydar Zarifullin
Hello all, I made a simple library to work with the Telegram bot api and want it added to the official chicken scheme egg repository. Here's the link https://github.com/iZarif/ckn-tgbot

[Chicken-users] How to use CHICKEN_apply function? Is there an example?

2019-08-29 Thread Aydar Zarifullin
___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users