From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id IAA09877; Sun, 12 Oct 2003 08:23:02 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id IAA04330 for ; Sun, 12 Oct 2003 08:23:01 +0200 (MET DST) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h9C6N0119809 for ; Sun, 12 Oct 2003 08:23:00 +0200 (MET DST) Received: from diebuntekuh.de (dialin-212-144-212-250.arcor-ip.net [212.144.212.250]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id C9D84EBFC9 for ; Sun, 12 Oct 2003 08:22:58 +0200 (CEST) Received: by diebuntekuh.de (Postfix, from userid 500) id 9A825609C57; Sat, 11 Oct 2003 20:03:03 +0200 (CEST) To: OCaml List Subject: [Caml-list] ANNOUNCE: schoca-0.1.0 From: Christoph Bauer Date: Sat, 11 Oct 2003 20:03:01 +0200 Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Loop: caml-list@inria.fr X-Spam: no; 0.00; bauer:01 bauer:01 sourceforge:01 issac:01 trotts:01 install':01 api:01 flushes:01 getenv:01 string-:01 numerator:01 foreach:01 expr:01 bool:01 ocaml:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, here is an update for Schoca - the Scheme for Ocaml: http://sourceforge.net/project/showfiles.php?group_id=2598 Changes: o unused package `xstrp4' is removed from Makefile (reported by Issac Trotts) o META file is added o `make install' works now o simple example for the embedded API is in examples/ o fix wrong handling of EOF o all module names got a `Scm'-prefix o ScmTypes.of_bool is added o `display' flushes ouput-port o fix `(define (fun arg) (long body))' o new functions: char-alphabetic?, char-numeric?, char-whitespace? char-upper-case?, char-lower-case?, getenv, list->string, string->list, vector-length, gcd lcm, numerator, denominator, input-port?, output-port? call-with-input-file, call-with-output-file, current-input-port current-output-port, with-input-from-file, with-output-to-file, open-input-port, open-output-port, close-input-port, close-output-port read-char, peek-char, eof-object?, char-ready?, write-char, newline, load o fix for `read', `write' and `display' o continuations for call-with-current-continuation Christoph Bauer -- proc self {} {foreach c [split [info body self] ""] d {14 -7 0 0 4 -67 4 73 11 69 24 -83 -15 6 -4 -84 78 20 11 -78 -1 -1 79 19 -8 4} { binary scan $c c c if {[catch {append r [format %c [expr $c+$d]]}]} {return $r};}};puts [self] ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners