Re: [Chicken-users] low level strings

2005-09-06 Thread Thomas Chust
Am 06.09.2005, 15:56 Uhr, schrieb Michael Benfield [EMAIL PROTECTED]: Is it possible within Scheme code to get pointers to Scheme strings that can be passed to C? I don't want to just pass it as a c-string; I need [...] Just pass the string as a scheme-object and manipulate it by hand then.

Re: [Chicken-users] Bug in the numbers egg?

2005-08-11 Thread Thomas Chust
Hello, thank you for the patch. I don't even think it is too slow, as it is still comparable in speed with dc, which is really fast. With this problem removed, the numbers egg is really cool! cu, Thomas Chust Alex Shinn wrote: At Wed, 10 Aug 2005 20:37:21 -0500, Alex Shinn wrote

Re: [Chicken-users] SQLite3 bindings

2005-08-11 Thread Thomas Chust
Hello, I fixed two type conversion problems in the sqlite3 egg. The new version is available at the same place as the old one. cu, Thomas Chust Thomas Chust wrote: [...] The egg is available at http://www.chust.org/projects/sqlite3.egg, the documentation, which is also included in the egg

[Chicken-users] Bug in the numbers egg?

2005-08-10 Thread Thomas Chust
this is some kind of amplified rounding error or a more serious problem. Any idea or work around is appreciated. cu, Thomas Chust ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Bug in the numbers egg?

2005-08-10 Thread Thomas Chust
(add1 i))) ((= i 100) n)) 1 cu, Thomas Chust ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken

[Chicken-users] SQLite3 bindings

2005-08-06 Thread Thomas Chust
/sqlite3.egg, the documentation, which is also included in the egg, at http://www.chust.org/projects/sqlite3.html. I have done some basic tests with the code but its most likely not bug-free yet, so feel free to report any problems. cu, Thomas Chust

[Chicken-users] External representation of strings with non-printable characters

2005-08-03 Thread Thomas Chust
. cu, Thomas Chust ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] non-blocking (read)

2005-07-19 Thread Thomas Chust
with the builtin ##sys#thread-block-for-i/o primitive. For an example how that can be done and neatly wrapped into a custom input port, I suggest you read the sourcecode of CHICKEN's tcp unit. cu, Thomas Chust ___ Chicken-users mailing list Chicken-users

Re: [Chicken-users] foreign-lambda* ?

2005-07-12 Thread Thomas Chust
with gcc-4.0 as well, so it shouldn't be a system problem. cu, Thomas Chust ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

<    1   2   3   4