From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 461A3BC48 for ; Thu, 10 Mar 2005 03:53:50 +0100 (CET) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j2A2rnjL017486 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 10 Mar 2005 03:53:50 +0100 Received: from [80.229.56.224] (helo=chetara) by ptb-relay03.plus.net with esmtp (Exim) id 1D9Do5-000NGN-F3 for caml-list@yquem.inria.fr; Thu, 10 Mar 2005 02:53:49 +0000 From: Jon Harrop Organization: Flying Frog Consultancy Ltd. To: caml-list@yquem.inria.fr Subject: 2D maze generator Date: Thu, 10 Mar 2005 02:54:48 +0000 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503100254.48770.jon@ffconsultancy.com> X-Miltered: at concorde with ID 422FB6BD.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocaml:01 ackermann:01 ocaml:01 frog:98 wrote:01 postscript:01 opengl:01 caml:02 functional:02 objective:02 output:02 intermediate:03 comp:06 function:08 between:11 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.2 X-Spam-Level: For anyone who is interested: following a post on comp.lang.functional asking for a 2D maze generator, I wrote a little OCaml program to generate random 2D mazes, render them using OpenGL and generate PostScript output. The program is available here: http://www.ffconsultancy.com/free/maze/ Hopefully this will serve as an intermediate between the ackermann function and min-caml for people wanting to learn OCaml. ;-) -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. Objective CAML for Scientists http://www.ffconsultancy.com/products/ocaml_for_scientists