CMU Artificial Intelligence Repository
Home INFO Search FAQs Repository Root

Bigloo: A Scheme to C compiler and interpreter

lang/scheme/impl/bigloo/
BIGLOO is a Scheme interpreter and compiler. It conforms to the IEEE-Scheme standard (IEEE P1178) with some extensions, such as regular expression parsing (RGC), a lexical analyzer generator, a full foreign function interface, and a pattern matching compiler. Bigloo can also compile modules written in Caml (an ML dialect), letting you mix Scheme, ML, and C. Object-oriented programming is provided by Meroon v3. The main goal of Bigloo is to deliver small and fast stand alone applications. Bigloo produces ANSI C and hence should be easy to port.
Origin:   

   ftp.inria.fr:/INRIA/Projects/icsla/Implementations/ [192.93.2.54]
   as the files bigloo1.6.tar.gz and camloo0.0.tar.gz.

Version: Bigloo 1.6c (9-JUN-94); Camloo 0.2 (9-JUN-94) Ports: Sparc (1, 2, 10), Sony News (MIPS R3000), DecStation 3100, IRIS Indigo (MIPS R3000), Sun3/60 (68k), HP PA (730), and PC-486 (linux). Should be easily ported to 32 bit Unix machines. Copying: Copyright (c) 1994 by Manuel Serrano. Use, copying, modification, and distribution permitted. CD-ROM: Prime Time Freeware for AI, Issue 1-1 Author(s): Manuel Serrano and Hans J. Boehm, Jean-Marie Geffroy, Christian Queinnec, Stephen J. Bevan, Joris Heirbaut, Drew Whitehouse, Luc Moreau, Pascal Petit, Joel Masset, Thierry Saura, Thomas Neumann, Olaf Burkart, Pierre Weis Contact: Manuel Serrano equipe ICSLA, Bat 8 INRIA-Rocquencourt, BP 105, 78153 Le Chesnay CEDEX, FRANCE Tel: 39-63-57-32 Keywords: Authors!Boehm, Authors!Serrano, Authors!Weis, Bigloo, Caml, Camloo, Compilers!Scheme, Foreign Function Interface, IEEE P1178 Compatible, INRIA, Interpreters!Scheme, Lexical Analyzer Generator, ML, OOP!Scheme, Pattern Matching Compiler, Programming Languages!Scheme, Regular Expressions, Scheme to ANSI C, Scheme!Implementations, Scheme!UNIX References: Documentation is included in the distribution.
Last Web update on Mon Feb 13 10:37:34 1995
AI.Repository@cs.cmu.edu