caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] OCaml local user groups
@ 2004-08-12 21:37 Brandon J. Van Every
  2004-08-13  8:09 ` Richard Jones
  0 siblings, 1 reply; 6+ messages in thread
From: Brandon J. Van Every @ 2004-08-12 21:37 UTC (permalink / raw)
  To: caml

Do any OCaml local user groups exist anywhere, in any city, other than
ML S*attle?

If any exist, it is time to make an inventory of them, create a mailing
list for their organizers, and get it up on the web somewhere.  There
are no resources of this sort on http://caml.inria.fr .  It would be
nice if INRIA facilitated such an effort on their website, but I don't
know what their responsiveness is for getting such things done.  I'd
love to hear they'd consider it trivial, if presented with the needed
information.

If none exist, then we could discuss why.  I will say in advance,
however, that it takes a gang leader for things like this to exist.  One
day I decided, "I will do this."  Any local group starts with 1 person
doing the heavy lifting.


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-08-13 22:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-12 21:37 [Caml-list] OCaml local user groups Brandon J. Van Every
2004-08-13  8:09 ` Richard Jones
2004-08-13 10:56   ` Brandon J. Van Every
2004-08-13 14:30     ` don groves
2004-08-13 18:55       ` [Caml-list] bandwidth Brandon J. Van Every
2004-08-13 22:52         ` don groves

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