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 VAA23546; Sat, 4 Sep 2004 21:24:04 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id VAA24785 for ; Sat, 4 Sep 2004 21:24:03 +0200 (MET DST) Received: from outbound28-2.lax.untd.com (outbound28-2.lax.untd.com [64.136.28.160]) by nez-perce.inria.fr (8.13.0/8.13.0) with SMTP id i84JO1dx006057 for ; Sat, 4 Sep 2004 21:24:02 +0200 Received: from outbound28-2.lax.untd.com (smtp01.lax.untd.com [10.130.24.121]) by smtpout05.lax.untd.com with SMTP id AABAVWFTSASNVVEA for (sender ); Sat, 4 Sep 2004 12:23:28 -0700 (PDT) Received: (qmail 8720 invoked from network); 4 Sep 2004 19:22:30 -0000 Received: from unknown (HELO vangogh) (4.243.36.132) by smtp01.lax.untd.com with SMTP; 4 Sep 2004 19:22:30 -0000 From: "Brandon J. Van Every" To: "caml" Subject: [Caml-list] Cameleon? Date: Sat, 4 Sep 2004 12:33:28 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-ContentStamp: 10:5:3691663811 X-MAIL-INFO: 1af52d544df520b1406ded893d8d457d8d911491b4a47991b031e1101dddd4f909a0f9f4e065997d997d14c5c51541559dcde4014185855519a0b105a085f08001015160bdede5bd0154f07515d959e00c0c0974e52d152175818154a904b46945a92111d0358d8da954b58439b58d5509b0703d3189ddddc9e1395070a4b0d1d1556d1db9a1f46da4d0e9c57d7d6d55194941197de0b100f5b135454045a9303595202dad15ad1580bdbdc1617504710c45b02499b0d4dda1dda5a4d43439d5c5b9d56dc4c4f47dc5c49db93d0979c1958df9f98531892479a109a5a5b929bdf029e5d9d9c015bdd904 X-UNTD-OriginStamp: CI84cOLHFqh7Zd2QWkwvEFvwyO3T/pIsFsCrOjjLH84co6LaLIzetrxgy1wQTmJ1 X-Miltered: at nez-perce with ID 413A1651.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; brandon:99 cameleon:01 cameleon:01 guesdon:01 autoconf:01 cygwin:01 caml-list:01 posts:01 caml-list:01 bayesian:01 crap:01 crap:01 unboxed:01 alloc:01 alloc:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Does anyone here have experience with the Cameleon IDE? http://pauillac.inria.fr/~guesdon/Tools/cameleon/cameleon.html http://savannah.nongnu.org/projects/cameleon What are its strengths and weaknesses? Its build is UNIX oriented, i.e. autoconf et al. It is claimed to work in a Cygwin environment. I've just downloaded it and don't have time to play with it right now, must go to work. With luck maybe I'll have information upon my return. I see no info in the caml-list archives about it, just 1 question, and their own user mailing list has almost no posts. Not much on Google either. I am wondering if it is a mature enough effort to be worth providing a MSVC oriented build system for. In short, is Cameleon somewhat ready for prime time? Cheers, www.indiegamedesign.com Brand*n Van Every S*attle, WA Praise Be to the caml-list Bayesian filter! It blesseth my postings, it is evil crap! evil crap! Bigarray! Unboxed overhead group! Wondering! chant chant chant... Is my technical content showing? // return an array of 100 packed tuples temps int $[tvar0][2*100]; // what the c function needs value $[tvar1]; // one int value $[tvar2]; // one tuple int $[tvar3] // loop control var oncePre eachPre $[cvar0]=&($[tvar0][0]); eachPost $[lvar0] = alloc(2*100, 0 /*NB: zero-tagged block*/ ); for(int $[tvar3]=0;$[tvar3]<100;$[tvar3]++) { $[tvar2] = alloc_tuple(2); $[tvar1] = Val_int($[cvar0][0+2*$[tvar3]]); Store_field($[tvar2],0,$[tvar1]); $[tvar1] = Val_int($[cvar0][1]); Store_field($[tvar2],1,$[tvar1+2*$[tvar3]]); Array_store($[lvar0],$[tvar3],$[tvar0]); } oncePost ------------------- 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