Browse thread
RE: [Caml-list] OCaml growing pains
-
Brandon J. Van Every
-
Anil Madhavapeddy
- Brandon J. Van Every
-
Anil Madhavapeddy
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Brandon J. Van Every <vanevery@i...> |
| Subject: | RE: [Caml-list] OCaml growing pains |
Anil Madhavapeddy wrote:
>
> How terribly rude. I sent you a private mail to avoid spamming the
> list with yet more crap, and you forward it back here. In fact, I'm
> starting to be convinced that you're some kind of surreal troll, given
> your stunning lack of ability to shut up and write code.
My apologies for responding publically when you sent it privately. I
received your post in the wee hours of the morning and that aspect of it
got lost in the shuffle. All of my [Caml-list] mail goes into one
folder, whether public or private. I suppose I could play with the
Outlook 2000 "except if addressed directly to me" option. Being MS
software I don't know that it'll work though. :-) If it doesn't,
sorry, these errors are going to happen sometimes. Also I don't know
that I really want such e-mail separated out anyways. On the balance, I
think I'll just try to be more careful, even early in the morning.
In any event, I didn't answer in a rude manner, call something crap,
accuse anyone of sp*m, etc. I don't have anything to be ashamed of in
how I responded publically. I am wondering why you choose to respond to
me, either privately or publically? I am noticing now it's not the 1st
time you've sent me something privately that didn't serve any
demonstrable need. I'm choosing to ignore a number of aspects of your
public post. I don't mind giving an apology for things I should, and I
wouldn't want to taint the apology with other issues.
> I found reference to the 'free3d' library. However, it was GPLed
> (tsk tsk, how can I make money from it??!)
It was never GPLed, it was LGPLed back in the day.
> and not available anywhere.
Try http://www.indiegamedesign.com/Free3d_2004.zip
I put it up there several months ago, but I do not announce it at all.
It is old, dead, probably useless code. But, some student in
comp.graphics.algorithms was interested in it, so I put it up. With a
MIT license. If anybody is even mildly curious to see if it runs on a
X11 box, I'd be highly amused. I gave that kid fair warning about what
it is and isn't. Some day I suppose I'll have a Linux box again and
then I'll see if any of it runs.
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