From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=AWL,HTML_MESSAGE autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 4518CBBC1 for ; Sun, 4 May 2008 01:27:36 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiADAN+RHEjRVcbidWdsb2JhbACCNjWPBAEMAwQECQ+TJIUP X-IronPort-AV: E=Sophos;i="4.27,432,1204498800"; d="scan'208";a="12221696" Received: from concorde.inria.fr ([192.93.2.39]) by mail3-smtp-sop.national.inria.fr with ESMTP; 04 May 2008 01:27:36 +0200 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id m43NRXeB028263 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Sun, 4 May 2008 01:27:35 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiADAN+RHEjRVcbidWdsb2JhbACCNjWPBAEMAwQECQ+TJIUP X-IronPort-AV: E=Sophos;i="4.27,432,1204498800"; d="scan'208";a="12221695" Received: from rv-out-0506.google.com ([209.85.198.226]) by mail3-smtp-sop.national.inria.fr with ESMTP; 04 May 2008 01:27:34 +0200 Received: by rv-out-0506.google.com with SMTP id k40so451820rvb.57 for ; Sat, 03 May 2008 16:27:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=DatxSPBsEFr4IiESuA5Gx2Ewu9KnqddeKX2gcll3tZI=; b=TReUYz3zd4tpTfAq9qdsoQJwC5N5OrfdmlnbabdV7ab66kcIG9MNHHgu14VsZEoaL7AHg3/Ikl6PNRXAfZMqINyhqs0+7HaTPSfmJW613d19lPFhogpWiTgWfjY2D6VaDciAhSNxChsYrE8RJsuJ41WpWV/T9NaWPOLi/raLZo4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Qd4Mw0/lyIJMO5H9vLy7JtKYtLgBN5UI/clJ0sT1XaPF0JeGn5ljlcopwCjmuiW/etw7biSAiHvl3to1t9xQt3KgvQ2yw6V/U8WMgWrZNX0EqA7UwE8/w7wxloXMaexzruINju5ZtiHb4lfhS8hIKDc293TTt5S1NmlYYStFeBE= Received: by 10.141.142.15 with SMTP id u15mr2071424rvn.66.1209857254707; Sat, 03 May 2008 16:27:34 -0700 (PDT) Received: by 10.141.159.12 with HTTP; Sat, 3 May 2008 16:27:34 -0700 (PDT) Message-ID: <891bd3390805031627j7a086ad3y74f1ac2076e80906@mail.gmail.com> Date: Sat, 3 May 2008 19:27:34 -0400 From: "Yaron Minsky" Reply-To: yminsky@gmail.com To: "Richard Jones" Subject: Re: [Caml-list] Core has landed Cc: "Dmitry Bely" , "Caml List" In-Reply-To: <20080503213702.GB23102@annexia.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_17313_10695769.1209857254700" References: <1209764381.8680.38.camel@nyc-qws-018.delacy.com> <90823c940805031402v7271a241x954b9e0ebf50968f@mail.gmail.com> <20080503213702.GB23102@annexia.org> X-Miltered: at concorde with ID 481CF4E5.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; yaron:01 minsky:01 yminsky:01 ocaml:01 ifdef:01 yaron:01 minsky:01 yminsky:01 ocaml's:01 ifdef:01 bindings:01 non-standard:01 beginner's:01 ocaml:01 bug:01 ------=_Part_17313_10695769.1209857254700 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Agreed. We have a limited amount of energy to devote to a Windows port at this time, but we would be happy for core to work well on Windows. Most of the library depends only on the version of OCaml, so it should be pretty easy to port. We've done a bit of ifdef work to make it a tad more portable (it's known to compile so far on FC5, Centos/RHE 4 and 5, and OS X.) y On Sat, May 3, 2008 at 5:37 PM, Richard Jones wrote: > On Sun, May 04, 2008 at 01:02:30AM +0400, Dmitry Bely wrote: > > On Sat, May 3, 2008 at 1:39 AM, Yaron Minsky > wrote: > > > We are proud to announce the first public release of core, Jane > > > Street's own alternative to OCaml's standard library. We use this > > > library as the base for our own development, and we hope people on > the > > > outside will find some use for it as well. > > > > As usual, Windows is not supported? > > Jane St. seem to be using CentOS, if some comments in the source are > correct. > > There's also lots of #ifdef __linux__ in the code and it's obvious > there's a lot of Linux-specific work being done -- eg. bindings for > non-standard Linux system calls. > > So there you go - it's open source, you can port it to Windows! > > Rich. > > -- > Richard Jones > Red Hat > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > ------=_Part_17313_10695769.1209857254700 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Agreed.  We have a limited amount of energy to devote to a Windows port at this time, but we would be happy for core to work well on Windows.  Most of the library depends only on the version of OCaml, so it should be pretty easy to port.  We've done a bit of ifdef work to make it a tad more portable (it's known to compile so far on FC5, Centos/RHE 4 and 5, and OS X.)

y

On Sat, May 3, 2008 at 5:37 PM, Richard Jones <rich@annexia.org> wrote:
On Sun, May 04, 2008 at 01:02:30AM +0400, Dmitry Bely wrote:
> On Sat, May 3, 2008 at 1:39 AM, Yaron Minsky <yminsky@janestcapital.com> wrote:
> > We are proud to announce the first public release of core, Jane
> >  Street's own alternative to OCaml's standard library.  We use this
> >  library as the base for our own development, and we hope people on the
> >  outside will find some use for it as well.
>
> As usual, Windows is not supported?

Jane St. seem to be using CentOS, if some comments in the source are
correct.

There's also lots of #ifdef __linux__ in the code and it's obvious
there's a lot of Linux-specific work being done -- eg. bindings for
non-standard Linux system calls.

So there you go - it's open source, you can port it to Windows!

Rich.

--
Richard Jones
Red Hat

_______________________________________________

------=_Part_17313_10695769.1209857254700--