unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* First look at Guile Std Library available
@ 2004-01-02  5:21 Richard Todd
  2004-01-02  9:29 ` Dale Mellor
                   ` (2 more replies)
  0 siblings, 3 replies; 58+ messages in thread
From: Richard Todd @ 2004-01-02  5:21 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 2758 bytes --]

I haven't heard back about my savannah project yet (probably a
combination of the security work and the holidays), but I don't want
to do too much more work without some feedback.  So I've put the work
I've done so far on my website.

http://www.vzavenue.net/~rwtodd5128/index.html

There's enough there now that you can get a sense of what I'm wanting
to do (and the rather large amount of work left to do).  Now would be
the best possible time to get your input in and help make this project
as useful to the guile community as possible.

The .info file has almost all the modules documented, and there is
passable coverage in the unit tests.  You should be able to 'make
check' before you 'make install' to run the unit tests.  

Modules currently in the project, about 1/2 lifted from other sources,
about 1/2 I wrote over the last couple weeks:

* container queue::             Queues, Stacks, and Deques
* logging logger::              Logging mechanism
* logging port-log::            A log handler that outputs to ports
* logging rotating-log::        A log handler for rotating text file logs
* math minima::                 Finding minimum values of functions
* math primes::                 Functions dealing with prime numbers
* os process::                  Manipulating and creating process chains
* search basic::                Classic searching algorithms
* string completion::           Facilities for things like TAB-completion
* string soundex::              Soundex Algorithm
* string transform::            Transformations of strings
* string wrap::                 String wrapping and filling functions
* term ansi-color::             Colors text with ANSI sequences

(not documented yet)
* unit-test guileUnit           Unit test framework

...plus a couple more that aren't quite there yet 

There are plenty of things to fill in, and help would be appreciated.  If you have
a few hours one weekend, pull out your 'numerical recipes' book and make a scheme
version of some algorithms.  Every time someone does this and contributes it to the
library, the entire guile community gets more efficient.

Larger Things I'm working on/investigating now:------------------------------
* List Comprehensions, porting from Swindle Scheme library (having trouble
  due to implementation differences)

* Regexps that can work on ports.  This is needed to do things like work across
  a buffer-gap.  (is there anything else this would be useful for?? oh
  well, it's needed)

* Lexer Generator -- need this to complement (parse lalr), which I have yet to put into the 
  library either.  Bigloo seems to have a nice one that I may be able to port

Richard Todd
richardt at vzavenue dot net

[-- Attachment #1.2: Type: application/pgp-signature, Size: 186 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user

^ permalink raw reply	[flat|nested] 58+ messages in thread

end of thread, other threads:[~2004-06-11  1:40 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-02  5:21 First look at Guile Std Library available Richard Todd
2004-01-02  9:29 ` Dale Mellor
2004-01-03  1:03   ` Richard Todd
2004-01-03  2:25     ` Andreas Rottmann
2004-01-03 15:00       ` Dale Mellor
2004-01-03 14:36     ` Dale Mellor
2004-01-03 22:42       ` Richard Todd
2004-01-03 16:38 ` Thien-Thi Nguyen
2004-01-03 16:48   ` Nic Ferrier
2004-01-03 22:18     ` Richard Todd
2004-01-04  1:49       ` Thien-Thi Nguyen
2004-01-04  3:50         ` Richard Todd
2004-01-04 12:59           ` Thien-Thi Nguyen
     [not found]             ` <16376.5782.10995.206284@l.a>
2004-01-04 14:17               ` Dale Mellor
2004-01-04 21:51             ` Richard Todd
2004-01-05  0:30               ` Andreas Rottmann
2004-01-05  5:00                 ` Richard Todd
2004-01-05 16:03                   ` Robert Uhl
2004-01-05 20:01                     ` Richard Todd
2004-01-06  1:36                       ` Robert Uhl
2004-01-06 18:41                         ` number->string radix patch (Was Re: First look at Guile Std Library available) Richard Todd
2004-01-07  4:04                           ` Robert Uhl
2004-01-07  5:26                             ` Richard Todd
2004-01-07 20:54                               ` Robert Uhl
2004-01-08  7:11                                 ` I get unknown immediate error in guile 1.7 Roland Orre
2004-01-08 17:14                                   ` Roland Orre
2004-01-10 20:17                                     ` Kevin Ryde
2004-05-10 20:34                           ` number->string radix patch Marius Vollmer
2004-05-11  3:16                             ` Richard Todd
2004-05-11  3:51                             ` Keith Wright
2004-05-27 21:56                               ` Kevin Ryde
2004-06-10 16:35                                 ` Marius Vollmer
2004-06-10 16:34                               ` Marius Vollmer
2004-05-11  5:23                             ` Richard Todd
2004-05-27 21:54                               ` Kevin Ryde
2004-06-10 16:47                               ` Marius Vollmer
2004-06-11  1:40                                 ` Kevin Ryde
2004-01-05 10:08                 ` First look at Guile Std Library available Dale Mellor
2004-01-05  3:39               ` Paul Jarc
2004-01-05  4:28                 ` Richard Todd
2004-01-05  5:19                   ` Paul Jarc
2004-01-06 22:25                   ` Ludovic Courtès
2004-01-06 23:53                     ` Richard Todd
2004-01-16 20:17                   ` Andy Wingo
2004-01-05 14:00               ` Thien-Thi Nguyen
2004-01-05 20:32                 ` Richard Todd
2004-01-05 20:59                   ` Dale P. Smith
2004-01-06 16:54                   ` Thien-Thi Nguyen
2004-01-06 20:32                     ` Richard Todd
2004-01-03 18:19   ` Clinton Ebadi
2004-01-03 20:12     ` Thien-Thi Nguyen
2004-01-04  2:02     ` Richard Todd
2004-01-06 20:42       ` Richard Todd
2004-01-06 21:20         ` Paul Jarc
2004-01-03 22:52   ` Richard Todd
2004-01-04  1:53     ` Thien-Thi Nguyen
2004-01-04 20:34 ` Arno Peters
2004-01-05 20:12   ` Richard Todd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).