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

Hi all, Is there a way to take a string line and turn it into a Lexing.lexbuf? Thanks!...
3 May 15, 2009
3:49 am

Ashish Agarwal
ashish_a1975
Send Email

Hello! I've spent the last couple of hours cruising around the web trying to figure out how to get ocamlbuild to make a toplevel. It clearly has that...
3 May 14, 2009
2:52 pm

Erick Matsen
slothkisser
Send Email

I am trying to dynamically create a list given a function and a size. I have done this successfully with an array but I am having problems appending an item to...
5 May 13, 2009
2:08 am

Nicolas FRANCOIS
eul_bofo
Send Email

Hello, I'd like to produce an interactive toplevel including the bitstring library syntax ([1]). After reading the documentation, i guess i have use the...
4 May 12, 2009
4:06 pm

fconti14
Send Email

Hi, I am an absolute beginner of Ocaml (2 days!), I installed Ocaml on Windows Vista and it seems working but when I try to compile with ocamlopt I get an...
2 May 10, 2009
6:30 pm

Christophe TROESTLER
Christophe.Troestler+...
Send Email

I was wondering how you would iterate through a given list within a function. I have the following function that sums up all the elements in the list: let...
3 May 1, 2009
7:27 pm

Mac Mason
macfoobar
Send Email

Is there any way to replace module M = Set.Make(struct type t = int let compare = compare end) open M with the single line open Set.Make(struct type t = int...
7 May 1, 2009
7:24 pm

Jon Harrop
jon@...
Send Email

I have the following: module type ROOT = sig val root : string end module Make(Root:ROOT) : sig (** lots of functions the depend on the same root. *) end Now I...
6 Apr 30, 2009
10:45 pm

Martin Jambon
BioMim
Send Email

Hi, beeing a diligent worker I try to document my code. But I don't know how to document function parameters that use pattern matching, e.g. let save_result...
2 Apr 30, 2009
2:35 pm

Florent Monnier
fmonnier@...
Send Email

Hi all, Consider the following function to split a string in a list of words: let wlexer = Genlex.make_lexer [",";".";";";"[";"]";"&#92;"";"(";")";"'"] let...
2 Apr 28, 2009
2:46 pm

William D. Neumann
scoey13
Send Email

Hi list what would be the easiest way to obtain a screenshot of an arbitrary X11 window (in linux) from an ocaml program ? I'm sure several libraries can do...
5 Apr 27, 2009
7:18 pm

Graham Fawcett
gr_h_m
Send Email

Hi OCaml Beginners I'm a co-organizer of this year's Commercial Users of Functional Programming (CUFP) workshop. CUFP is a workshop devoted to the people...
1 Apr 23, 2009
9:49 pm

Jim Grundy
jim_grundy2000
Send Email

Hello fellow beginners--- I would like to compile my program for OS X users, and have an account on a mac machine (I run linux). I've set up a development...
1 Apr 23, 2009
6:38 pm

Erick Matsen
slothkisser
Send Email

Hi all, I am completely new to OCaml, and mostly new to functional programming. To practice a bit while reading the literature I have been implementing some...
5 Apr 21, 2009
6:13 pm

Daniel de Kok
me@...
Send Email

Hi, I have a 64-bit Ocaml 3.11.0 installation for Mac OS X, which I compiled from source and configured using ./configure -cc "gcc -m64" I'm trying to install...
4 Apr 21, 2009
3:28 pm

Ashish Agarwal
ashish_a1975
Send Email

Hi all, Does anybody know of any high-performance http://en.wikipedia.org/wiki/Suffix_tree suffix tree implementation in OCaml? Naive implementations are also...
5 Apr 21, 2009
12:46 am

Jon Harrop
jon@...
Send Email

The program: Array.iter print_endline Sys.argv ocamlopt try.ml -o try.exe ... try foo bar ... Cannot open file bar...
4 Apr 18, 2009
6:03 am

ygrek
ygrekheretix
Send Email

The following does not type check: let pair_op (f:'a->'a->'a) ((int1:int),(float1:float)) ((int2:int),(float2:float)) = (f int1 int2),(f float1 float2) let...
2 Apr 10, 2009
3:16 pm

Lukasz Stafiniak
luk_stafi
Send Email

On parameter declarations, there are two forms: let log_table : Cycling.t list -> xml = fun entries -> <function text> vs. let log_table = fun...
3 Apr 9, 2009
6:18 pm

Savanni D'Gerinel
savanninalkavir
Send Email

Hello, I found a problem dealing with the ocamlopt compiler. I wrote a function with lots of nested for-cycle and it took more than half of an hour on...
9 Apr 8, 2009
9:19 am

nicoletta triolo
nicolettatriolo
Send Email

Hi all, I have a question about lazy infinite lists. I found http://c2.com/cgi/wiki?ExplicitLazyProgramming here an explanation of how can be done in OCaml....
5 Apr 7, 2009
8:19 pm

David Koppstein
koppology
Send Email

Hello, I am trying to break the following circular reference: (A vertex contains a reference to edge, and an edge contains two reference to both ends) Vertex...
1 Apr 6, 2009
8:15 pm

Mustafa Elsheikh
elsheikhmh
Send Email

For version 1.0.4 of ocaml-mysql, what version of Mysql are supported? I am running 5.0.38, and I get only "Client does not support authentication protocol...
1 Apr 2, 2009
5:22 am

Savanni D'Gerinel
savanninalkavir
Send Email

Suppose I have a record of type T, which holds an immutable member f which is a function that takes as first parameter a record of type T. And I want to create...
4 Apr 1, 2009
8:07 pm

Jon Harrop
jon@...
Send Email

Hi all, I am going to follow this tutorial: http://plus.kaist.ac.kr/~shoh/ocaml/lablgtk2/lablgtk2-tutorial/c108.html I have no Windows box available for the...
7 Mar 31, 2009
8:29 pm

Richard Jones
rwmjones
Send Email

Hi all, I have a big number (~10e6) of strings (in fact, titles of articles), and I want to cluster together those that are very similar (i.e. those that are ...
5 Mar 30, 2009
8:20 pm

Philip
feucht@...
Send Email

Hi all, I'm trying to write a simple C function in order to learn how C code can be called from OCaml. This function just eliminates all the characters from a...
7 Mar 30, 2009
1:33 pm

citromatik
miguel.pignatelli@...
Send Email

Hi all, I am looking for some tutorial about OcamlNet. I mean, something begining by printing a "Hello world" HTML page. (Not a reference manual ;-)) I dont...
2 Mar 28, 2009
4:21 pm

Paul Thompson
paul@...
Send Email

Hi, I have an application that can only use the 32-bit version of ocaml. I also have an application that uses the 64-bit version of ocaml. I was wondering...
5 Mar 26, 2009
2:20 am

Ashish Agarwal
ashish_a1975
Send Email

Hi all, When trying to http://batteries.forge.ocamlcore.org/doc.preview:batteries-alpha3/html/api/index.html include batteries in a program I get the...
2 Mar 24, 2009
11:05 am

citromatik
miguel.pignatelli@...
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