caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Brandon J. Van Every" <vanevery@indiegamedesign.com>
To: "caml" <caml-list@inria.fr>
Subject: RE: [Caml-list] Some logo for your OCaml related websites
Date: Mon, 23 Aug 2004 11:45:13 -0700	[thread overview]
Message-ID: <OOEALCJCKEBJBIJHCNJDIEPAHGAB.vanevery@indiegamedesign.com> (raw)
In-Reply-To: <4129E392.8000407@laposte.net>

Olivier Grisel wrote:
>
> As this thread is a bit off topic, the sooner we fork the discussion
> outside the better it is. But could we avoid yet another ad-prone
> mailing list server (eg yahoo groups): gna.org (and others)
> offer free
> mailing lists and web hosting for free software related
> projects with no ad pollution.

I forgot that ocaml-biz exists, since it's been quiet as death.
http://cgorski.org/mailman/listinfo/ocaml-biz_cgorski.org
Let's use that.

Olivier, I tried to reply privately to you, but your address had
permanent fatal errors.


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...

// 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


       reply	other threads:[~2004-08-23 18:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4129E392.8000407@laposte.net>
2004-08-23 18:45 ` Brandon J. Van Every [this message]
     [not found] <Pine.LNX.4.44.0408241131190.5809-100000@localhost.localdomain>
2004-08-24 17:02 ` Olivier Grisel
2004-08-22 15:39 Olivier Grisel
     [not found] ` <4128C40F.60702@socialtools.net>
     [not found]   ` <4128CA04.9020104@laposte.net>
     [not found]     ` <4128CBB6.4090902@socialtools.net>
2004-08-22 16:54       ` Olivier Grisel
2004-08-23  3:01         ` Brandon J. Van Every
2004-08-23  9:03         ` Damien Doligez
2004-08-23 18:10           ` William D. Neumann
2004-08-23 18:45             ` Sven Luther
2004-08-23 18:45               ` William D. Neumann
2004-08-23 20:05                 ` skaller
2004-08-23 22:24           ` Brian Hurt
2004-08-24 13:58             ` Christophe Raffalli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=OOEALCJCKEBJBIJHCNJDIEPAHGAB.vanevery@indiegamedesign.com \
    --to=vanevery@indiegamedesign.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).