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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

I've got some rather large records that contain a bunch of OpenGL vertex information. These also have associated textures. Sometimes these get 're-skinned&#39;...
11 Feb 15, 2007
7:23 pm

Jon Harrop
harropjon
Send Email

Hi OCaml programmers ! Coming from C++ beginner, I try to forget - for a time - oo use and to focus on modules. I hope to reuse "show_array&quot; code : let...
10 Feb 14, 2007
8:09 pm

Richard Jones
rwmjones
Send Email

Hi ! In order to learn OCaml, I begin to program toy applications. For example : the knight that runs one times on each square of the chess board. Here is the...
3 Feb 12, 2007
10:00 am

fabrice.marchant
fabrice.marc...
Send Email

Hi, The LISPers threw a programming contest for the upcoming International Lisp Conference (ILC 2007) in Cambridge U.K. The contest is a cute card game called...
1 Feb 11, 2007
4:08 pm

drehman27
Send Email

I have one connected socket and two threads. 1. thread should wait for data, do recv and process the result as soon as any data is available 2. thread should...
2 Feb 10, 2007
10:22 pm

jshaw10
Send Email

Hello It seems that the string argument of failwith has a limited length. Where is this documented ? Thanks Francois Colonna...
2 Feb 9, 2007
4:01 pm

Virgile Prevosto
virgilepr
Send Email

Hi, After a careful evaluation process, candidate languages for a proposed financial markets analysis programming project have been narrowed down to a very...
10 Feb 5, 2007
7:59 pm

mtthfntn
Send Email

Hi, is it possible to specify a format for floats in string_of_float. E.g. could I say that I want 5 decimals or e.g. an xxe+/-yy notation like 1.56e23? I know...
4 Feb 5, 2007
6:53 pm

Martin Jambon
BioMim
Send Email

Hello all, According to the latest (3.09) Objective Caml manual, (*) is the multiplication function int->int->int, just like (+) or (/). My toplevel begs to...
5 Feb 5, 2007
4:40 pm

micha
scheischeischei
Send Email

Shalom. I want to make a function that takes argument of type "('a, 'b, 'c) format" (or "... format4"), all following arguments, and silently ignores them all,...
1 Feb 5, 2007
1:24 pm

dmitry grebeniuk
dmitrygrebeniuk
Send Email

Hello all, let me describe a ocamlmktop-specific compilation problem that I encountered : I have two modules, let's call them A and B, that are completely...
1 Feb 3, 2007
2:53 pm

roparzhhemon
Send Email

Shalom. Maybe my task will force me to use recursive modules instead of currently used non-recursive ones. Will there be any runtime penalty when calling ...
6 Feb 1, 2007
10:01 am

code17
code_1977
Send Email

I've got a file that has many, many whitespace-delimited integers (and one whitespace-delimited string, as the very first element). I'm looking for a clean way...
8 Jan 30, 2007
4:15 am

Martin Jambon
BioMim
Send Email

Hello why this comment line below gives a wrong error message ? (* some comment with \" *) File "test.ml", line 1, characters 0-2: Comment not terminated ...
5 Jan 29, 2007
10:19 am

Francois Colonna
colonna_fran...
Send Email

Hi, to generate file names, I'd like to format numbers that I include in file names like in an fprintf. So 1 would be something like 0001, 2 would be something...
5 Jan 29, 2007
3:51 am

Jonathan Bryant
jonboy3182
Send Email

I'm working through the translation of the O'Reilly book, and I'm currently at the chapter on lexing and parsing. The code from the following section doesn't...
5 Jan 28, 2007
10:59 pm

Grant Olson
olsongt@...
Send Email

Hello all, in principle a module whose .cmo file is in a faraway directory should be treated no different from the other modules, as long as you provide the...
8 Jan 28, 2007
1:59 pm

roparzhhemon
Send Email

I'm starting on a project for which I'll need to parse a javascript file, and I was wondering what people would suggest for the parser part. Are lex and yacc...
3 Jan 25, 2007
12:05 pm

Martin DeMello
martindemello
Send Email

Hello, I've an algorithm (to be exact a Viterbi decoder for HMMs) that uses Map to store some keys. Since the algorithm works for all type of keys that can be...
2 Jan 24, 2007
8:42 pm

Martin Jambon
BioMim
Send Email

Hello all, I'm looking for a good library for OCaml to do post-processing of XHTML. I want to write programs that read enhanced XHTML on standard input and ...
6 Jan 22, 2007
12:37 am

Dave Benjamin
ramenboy420
Send Email

Hello all, In my home-made Ocaml toplevel (created with ocamlmktop) I always start by typing the command open My_Pervasives;; This module contains shortcuts...
3 Jan 21, 2007
11:30 pm

Martin Jambon
BioMim
Send Email

Hello Where could I find a *good* documentation on how to use ocamldebug ? The online documentation ...
3 Jan 18, 2007
9:32 pm

Francois Colonna
colonna_fran...
Send Email

Hello I got this message after running ocamldebug in batch mode : Reload program ? (y or n) Fatal error: exception End_of_file 1. which file is ended ? std...
1 Jan 18, 2007
4:28 pm

Francois Colonna
colonna_fran...
Send Email

Hi ! I've switched from C++ to OCaml few weeks ago - nice Christmas gift ! Very glad, will never go back. - and try to get familiarized with this language that...
25 Jan 18, 2007
2:00 pm

Jon Harrop
harropjon
Send Email

Shalom. I want to define a function that takes two arguments, a and b. I want to force a "strict" subtyping relation on them: if call "func a b" passes the...
2 Jan 17, 2007
8:24 am

roparzhhemon
Send Email

Hi ! Please how to set the background color after a Graphics.open_graph "" ? ( The defaut background is white. ) Thanks for advance. Fabrice...
5 Jan 16, 2007
10:50 pm

Fabrice Marchant
fabrice.marc...
Send Email

Hello all, I want to write a function that takes an XML tree, a search tag and a search attribute. The function walks the tree, looking for tag that matches...
2 Jan 16, 2007
11:06 am

Stalkern 2
stalkern2
Send Email

I have a list of chess pieces, and I wrote code to go through, find a piece at a current location, remove it from the list, and return both the piece and the...
6 Jan 16, 2007
1:12 am

Jon Harrop
harropjon
Send Email

Hi all, I am trying to use emacs to produce literate Ocaml Programs using noweb. I find that the syntax highlighting tools and chunk navigation features in...
2 Jan 16, 2007
1:07 am

Lars Nilsson
larsn66
Send Email

Hi, I'm a bit embarassed to send this email because I have to post a lot of code and probably the problem is trivial. However, I've played around with it for...
10 Jan 15, 2007
11:30 pm

Eric Lavigne
lavigne.eric
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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