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 spent the last six months essentially not doing any programming at all. Now that I am getting inspiration again, I am resuming my attempts to learn ocaml. ...
4 Mar 12, 2009
12:26 am

jshaw10
Send Email

How do I refer to e.g. unit_big_int from Big_int? I've tried a few variants like Big_int:unit_big_int and Big_int.unit_big_ent, but gotten compiler errors. -- ...
2 Mar 11, 2009
10:42 am

Richard Jones
rwmjones
Send Email

The question I have is whether or not can I take the tail of a int list list? it seems that List.tl is infeasible under this circumstance, here is my code: let...
4 Mar 10, 2009
3:44 pm

Christopher Conway
postalchris
Send Email

... another. You probably mean let rec arrangement x ys accumulated = match ys with []-> x::accumulated ... or better yet (using the rev_append function from...
1 Mar 9, 2009
7:23 am

remi.vanicat@...
dl_ens
Send Email

Hi all, I have a question on ocaml, is there a way to write a empty element say a which can make a::ax=ax ? I tried to find out in library, yet I didn't get...
5 Mar 9, 2009
4:54 am

Christopher Conway
postalchris
Send Email

Hey Guys, Does ocaml have anything similar to Haskall's ':t' interpreter command? Or python's 'dir', or 'help'? Maybe there is something else I should be using...
5 Mar 8, 2009
10:54 pm

Peng Zang
peng.zang@...
Send Email

Hello, can someone suggest me the precise point in camlp4 source where the alternative syntax for bigarray ( the use of this syntax a.{i,j} instead of...
2 Mar 3, 2009
5:58 pm

Jake Donham
jake.donham
Send Email

In Windows you must call your executable files with the ".exe" extension ocamlc -o scanner1.exe scanner1.ml M; ... -- View this message in context:...
1 Mar 1, 2009
1:58 pm

citromatik
miguel.pignatelli@...
Send Email

Hi Fellow OCaml Programmers OCaml presentations are welcome at CUFP - The Commercial Users of Functional Programming workshop, which this year will be held in ...
1 Mar 1, 2009
6:44 am

Jim Grundy
jim_grundy2000
Send Email

Hello, I am trying to understand the stream-based parser construction. Here my simple example: let keywords = [ "/*"; "*/" ];; let rec parse_comment = parser ...
2 Feb 26, 2009
6:01 pm

William D. Neumann
scoey13
Send Email

I wrote a recursive function to find the content between two strings. But the problem is that if this file is too big, I will get Stack_overflow. Could anybody...
4 Feb 25, 2009
2:49 pm

Mehdi Dogguy
mehditou
Send Email

... Your code works ok for me. Restart your toplevel and try again, probably you are mixing definitions while testing your function. M; -- View this message in...
1 Feb 25, 2009
2:13 pm

citromatik
miguel.pignatelli@...
Send Email

Hello, I was wondering if a program written in OCaml needs to be theorem-proved to be sure it does what it is intended. I mean, is there a theorem prover for...
18 Feb 24, 2009
7:08 pm

Mehdi Dogguy
mehditou
Send Email

Here is the code I use: if y=0 then sum anss None (m+1) (List.rev cx) sum(rebuild anss (n,n,[0])) None (n+1) (ys) I know it is wrong to put two clauses in the...
8 Feb 24, 2009
1:35 pm

William D. Neumann
scoey13
Send Email

Hi there Is there any good IDE for OCAML with autocompleter (just like netbeans and eclipse for java)? I tried already Camelia, cancho and tried to get a...
5 Feb 24, 2009
11:14 am

Jon Harrop
jon@...
Send Email

Hello all. I've been wondering if opened channels are closed when garbage ... It seems to me that channels are effectively closed when deallocated, but I'd...
4 Feb 23, 2009
9:34 pm

Richard Jones
rwmjones
Send Email

Hi: When I write the following: match bool_var with ... I get a warning that the second case is unused. I had thought it would try to match bool_var's value,...
4 Feb 21, 2009
11:59 pm

John Smith
anonguy28
Send Email

Hi all. I have code that compiles fine if I do not define an interface, but cannot get it to work with what I feel is a valid mli file. I summarize what I...
1 Feb 20, 2009
6:25 pm

Ashish Agarwal
ashish_a1975
Send Email

Hi all, How would you indent this? Mysql.iter ~f:(fun a -> Array.iter (fun x -> match x with Some v -> Printf.printf "%s " v | None -> Printf.printf "NULL " )...
4 Feb 14, 2009
12:23 pm

Richard Jones
rwmjones
Send Email

I installed the mingw version of OCaml for windows and set up the cygwin tools. When attempting to create an executable of a simple factorial program, this...
3 Feb 11, 2009
7:37 pm

Bill James
w_a_x_man
Send Email

Hi all, I'm trying to write a function that checks if a given word can be formed with the letters of another one (frequency matters). For example: # isMadeOf...
4 Feb 11, 2009
4:26 pm

citromatik
miguel.pignatelli@...
Send Email

Hi all, I am getting the following error compiling godi-ocamlgraph 1.0#1 on ... src/sig_pack.cmi src/dot_ast.cmi lib/unionfind.cmx lib/heap.cmx lib/bitv.cmx...
2 Feb 9, 2009
5:13 pm

Virgile Prevosto
virgilepr
Send Email

Hi all, ... src/sig_pack.cmi src/dot_ast.cmi lib/unionfind.cmx lib/heap.cmx lib/bitv.cmx src/version.cmx src/util.cmx src/blocks.cmx src/persistent.cmx...
2 Feb 9, 2009
3:05 pm

deech_99
Send Email

$ cat test.ml #load "unix.cma"; #load "str.cma" #directory "+extlib" #directory "+pcre" #directory "+calendar&quot; #load "extLib.cma" ;; #load "pcre.cma"; ;; #load...
2 Feb 7, 2009
1:57 pm

Richard Jones
rwmjones
Send Email

Hello, I'm having trouble getting tuareg to work in GNU Carbon Emacs on Mac OS 10.5.6. I've installed Ocaml and can launch it from the terminal. I've...
2 Feb 3, 2009
10:27 pm

Ashish Agarwal
ashish_a1975
Send Email

Hello to everybody! As I do more or less every year, I've put online a downloadable version of the ML archive. It is at...
1 Feb 3, 2009
9:22 am

Stalkern 2 (Fastweb)
stalkern2@...
Send Email

Hey! Nice to meet you all; new to the group. I'm a third-year university student doing programming language research, and I use OCaml since it sorta wins at...
3 Feb 2, 2009
7:28 pm

jshaw10
Send Email

I'm indeed a beginner in Caml (using MacCaml); please forgive my elementary question. How to write a comment in Caml (a kind of explanation, a sentence not...
5 Feb 2, 2009
5:11 pm

lucasgouwy
Send Email

Hello, exists there an Ocaml based physics engine library like APE by Alec Cove (for ActionScript, http://www.cove.org/ape/)? Bye Andreas -- Software Developer...
2 Jan 29, 2009
2:32 pm

Hezekiah M. Carty
hezekiah44
Send Email

Hi, I'm trying to compile "virt-mem"; 0.3.1 with ocaml 3.11.0. The compilation fails with the following files : kernel.ml, virt_mem_ksyms.ml, virt_mem_mmap.ml,...
3 Jan 28, 2009
10:56 pm

Richard Jones
rwmjones
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