Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ocaml_beginners · Ocaml Beginners

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 3125 - 3154 of 13887   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3125 Lecca Paola
lecca@... Send Email
Apr 1, 2005
9:17 am
I downloaded ocaml-mode-XYY.tar.gz, I installed it under Linux and I added the lines (setq auto-mode-alist (cons '("\\.ml[iylp]?$" . caml-mode)...
3126 k359525 Send Email Apr 1, 2005
9:31 am
... The main reasons I'm approaching the problem using objects is firstly because I have a background in Java, and therefore object-oriented programming is a...
3127 Kamil Shakirov
kamils@... Send Email
Apr 1, 2005
10:17 am
hi, LP> I downloaded ocaml-mode-XYY.tar.gz, I installed it under Linux LP> and I added the lines LP> (setq auto-mode-alist LP> (cons...
3128 Virgile Prevosto
virgilepr Send Email
Apr 1, 2005
12:01 pm
Hello Paola, ... If you want to get the x-component of a colored_point, you have to use get_x. P.get_x expects an argument of type P.point, which is, from the ...
3129 Rakotomandimby (R12y)...
mihamina@... Send Email
Apr 2, 2005
12:01 am
Hello all, I have a little text file wich contains 4 lines. Very simple. I wanted to test the "input" function on it, but I got error. What did I do wrong? #...
3130 Jon Harrop
harropjon Send Email
Apr 2, 2005
12:13 am
... Fire up ocamlbrowser, click on "Pervasives&quot;, then "input (v)" and then "Intf" and you'll get the documentation for the "input" function: "[input ic buf pos...
3131 Martin Jambon
BioMim Send Email
Apr 2, 2005
12:14 am
... input works as follows: input ic buf pos len so pos should be 0 (the beginning of your string chaine = buf) and len should be not more than the length of...
3132 Matt Gushee
mcgushee Send Email
Apr 2, 2005
12:14 am
... And: # String.sub "essai" 3 3;; Exception: Invalid_argument "String.sub". # String.sub "essai" 3 2;; - : string = "ai" # String.sub "essai" 2 3;; - :...
3133 Matthew O'Connor
angagon Send Email
Apr 2, 2005
12:23 am
I was composing an answer, but the question has been answered - I won't. Though, for future reference, the OCaml library documentation is available at...
3134 Andy Yang
yyu08 Send Email
Apr 2, 2005
6:25 am
Hi, everyone Compiling with ocamlopt, is there an estimation on how fast ocaml programs runs comparing with their peers in C/C++? It looks like ocaml have...
3135 Jon Harrop
harropjon Send Email
Apr 2, 2005
6:46 am
... C is so much less capable than OCaml that I'd begin by restricting the comparison to C++ with the STL. ... Why do you say that? ... No, ocamlopt optimises...
3136 Aaron W. West
awilliamwest Send Email
Apr 2, 2005
6:57 am
The users of Ocaml know it to be a very good compiler, producing well-optimized code. It's not quite in the class of the best C compilers, however, so you...
3137 sneekizoid Send Email Apr 2, 2005
6:11 pm
Any help on any of these will be greatly appreciated and a prayer will be said for you!! /******************************************************************** ...
3138 William D.Neumann
scoey13 Send Email
Apr 2, 2005
8:20 pm
... Well, we're certainly not going to do your homework for you, but here ... Obviously, you're converting 2 -> 45, 3 -> 47, and so on here. Which of the...
3139 Alessandro Gagliardi
soleclipse Send Email
Apr 2, 2005
8:29 pm
An old professor of mine was telling me about a feature in some Lisp compilers where if you call a function more than once with the same arguments, rather than...
3140 William D.Neumann
scoey13 Send Email
Apr 2, 2005
8:49 pm
... I'm pretty sure OCaml doesn't have any form of automatic memoization, but you can always wrap your own[1]. ... You have to have built OCaml the the LablTk...
3141 Richard Jones
rwmjones Send Email
Apr 2, 2005
10:06 pm
... As William pointed out, the key word here is 'memoize&#39;. Not sure about Lisp, but I believe it's the default in Haskell. Try searching for it on Google[1]...
3142 Thaddeus Olczyk
t_olczyk Send Email
Apr 3, 2005
3:20 am
I'm getting linking errors compiling ocamlffi. The first ( and most repeated message ) is undefined reference to __errno. This is on the prebuilt mingw version...
3143 Alessandro Gagliardi
soleclipse Send Email
Apr 3, 2005
6:31 pm
Thanks for those exercises. They were good practice for me. (My mind has been numbed from corporate programming for the last few years, and I'm still...
3144 Vincenzo Ciancia
vincenzo_yahoo_addres... Send Email
Apr 4, 2005
8:50 am
... I suppose that _this time_, since the book is for scientists, my complains about the price will make more sense: it's about 10% of a postdoc monthly ...
3145 Jon Harrop
harropjon Send Email
Apr 4, 2005
9:47 am
... It does indeed! Check out OCaml's "Lazy" module. Very useful... :-) Lazy evaluation has a special place in functional programming as FPLs would not...
3146 Richard Jones
rwmjones Send Email
Apr 4, 2005
9:54 am
... Agree with this. Jon: Have you thought about self-publishing the book through something like the excellent Lulu (http://www.lulu.com) service? Rich. -- ...
3147 Juan Miguel Montes
jmafablemontes Send Email
Apr 4, 2005
11:31 am
Hi! Is it possible / sensible to use ocaml for embedded programming? (e.g. use ocaml to code programs meant to run in a microcontroller or a dsp) I feel its a...
3148 Oliver Bandel
oliver@... Send Email
Apr 4, 2005
12:46 pm
... [...] Me too, but Jon knows this already... It's many times more than 10% of what I have per month (since some months...) Ciao, Oliver...
3149 Seth J. Fogarty
aravthamis Send Email
Apr 4, 2005
2:35 pm
... I didn't know that lazy memoization could be used to mimic DP memoization... any chance I can get a brief explanation on how that works? Most of the use...
3150 Alessandro Gagliardi
soleclipse Send Email
Apr 4, 2005
3:33 pm
Hah! I knew it. And all these nay-sayers had me thinking that I would have to write my own. Thanks! On 4 Apr 2005 11:03:15 -0000,...
3151 Radu Grigore
radugrigore Send Email
Apr 4, 2005
6:23 pm
This code: let r = ref 10;; for i = 1 to !r do incr r done;; terminates, which means that <e1> and <e2> in for i = <e1> to <e2> do <e3> done;; are evaluated...
3152 Jon Harrop
harropjon Send Email
Apr 4, 2005
8:18 pm
... OCaml is already being used in embedded applications, albeit embedded in a huge computer. :-) ... OCaml can generate ARM assembler, IIRC, which would be...
3153 Karl Zilles
kzilles Send Email
Apr 4, 2005
8:25 pm
... Alex Baretta is producing a commercial glass cutting table with an embedded ocaml controller. Mind you the controller is a 2Ghz Celeron with 256MB RAM, so...
3154 Jon Harrop
harropjon Send Email
Apr 4, 2005
8:52 pm
... Oh, hang on. If you want to memoize the result of an expression then you want to use lazy evaluation and the Lazy module. If you want to memoize the ...
Messages 3125 - 3154 of 13887   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help