[REBOL] [REBOL.org] Recent changes

This is an automatic email from REBOL.org, the REBOL Script Library to notify 
you of recent changes to the Library.

=======changes=======
prolog.r
--change: documentation added or updated
--title: Prolog Like Inference Engine
--owners: coccinelle
--author: Marco
--purpose: This is an inference engine wich process prolog like clause
The engine can process prolog like clauses of the form :
man [jean]
woman [mary]
human [X] [man [X]]
human [X] [woman [X]]

CUT (!) and FAIL are implemanted (it's the only hardcoded predicates [...]
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=prolog.r

test-simple.r
--change: updated script -- Corrected typo, added match method
--title: Simple Test Suite
--owners: brianwisti
--author: Brian Wisti
--purpose: Add support for simple test mechanisms to REBOL, similar to Perl's
Test::Simple.

The basic idea? Make testing simple so everybody can make tests.

--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=test-simple.r


=======additional information=======
new and updated scripts: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/search.r?special-filter=recent
recent documentation: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/cpt-recent-docs.r

=======end=======
--The Library People
--20-Aug-2005

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to