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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello Ocaml-Programmers, I'm in complete disorder now. I solved a programming task in the imperative way. Now I wanted to rewrite the program into FP-style. ...
11 Sep 3, 2002
2:03 pm

giangiammy
Send Email

I am having problems when using the labltk library, in particular with the Text.tag_add function. When I run my program I receive an exception message:...
1 Aug 30, 2002
2:12 pm

aoandrade
Send Email

Dear Oliver, in thes sunny days I could come back to Ocaml and reading the latest messages I've appreciated your posting very much. Actually, I've always asked...
2 Aug 19, 2002
2:36 pm

Stalkern 2
stalkern2
Send Email

Hello, I'm looking for a library, which is able to read different graphic-files-formats and load it into an array or into a format, useable by the...
1 Aug 16, 2002
10:50 pm

Oliver Bandel
oliver@...
Send Email

Hi! Can somebody show me a very minimal usage of the Stack? I need just the syntax. thx Gergo +-[Kontra, Gergely @ Budapest University of Technology and...
1 Aug 16, 2002
3:27 pm

Kontra, Gergely
kgergely@...
Send Email

Hi. Can anyone help me get graphics working in OCaml? I'm using OCamlWin, and according to the manual all I have to do is run: #load "graphics.cmo";; but...
3 Aug 7, 2002
9:14 pm

olilan
Send Email

Hello everyone Is there a pcre module precompiled for win32 systems ? Or atleast instructions for compilation ? I am trying to do this in my win2000 box. And...
1 Aug 6, 2002
8:17 pm

pjdurai
Send Email

... You should use the 'undocumented&#39; Obj module. (sample code, untested) let rec size_of x = let t = Obj.repr x in if Obj.is_int t then 1 (* 4 bytes *) else...
1 Aug 2, 2002
7:07 pm

Nicolas Cannasse
ncannasse
Send Email

Hi All, I need to find the memory size of any arbitrary OCaml object of any type: int, record, list etc. I am currently using 'Marshal.to_string&#39; to flatten...
1 Aug 2, 2002
6:02 pm

magesh_kannan
Send Email

Hello, The following program (see below), which indefinitely adds records in a DB file, fails every time with this error : Fatal error: exception...
1 Jul 27, 2002
6:54 pm

Stephane Legrand
stephane_leg...
Send Email

I'm after a function that can split a list into 3 items according to a predicate: a list of items before, found item, list of items after. Or a clue on how to...
2 Jul 22, 2002
12:56 pm

Yaron M. Minsky
yminsky
Send Email

I want to use a C-library in Ocaml and trying to figure out how to do it, I used the following code from the Ocaml-book: The C-code (toets.c) ... #include...
3 Jul 22, 2002
7:11 am

Johann Spies
jspies@...
Send Email

I'm just learning ocaml via the orielly book. In doing the excercises for chapter 2 I found that I was running into afew runtime exceptions. 'Exception:...
5 Jul 22, 2002
1:33 am

Remi VANICAT
dl_ens
Send Email

... Integer are coded into OCaml values by putting the first bit to 1 Then if a value is odd then the remaining 31 bits are an integer, else it's a pointer on...
1 Jul 17, 2002
3:16 pm

Nicolas Cannasse
ncannasse
Send Email

I have made some progress, but get strange results: The following combination ... external caml_hello_world : int -> int -> int = "hello_world";; let som =...
1 Jul 17, 2002
2:41 pm

Johann Spies
jspies@...
Send Email

... Unix.close_process_full takes some parameters !! ... so here ff is returning the function Unix.close_process_full Nicolas Cannasse...
3 Jul 9, 2002
12:38 pm

Remi VANICAT
dl_ens
Send Email

... # let outputstring = ref "";; val outputstring : string ref = {contents = ""} # let wys_uitvoer si se= outputstring:=""; try while true do let line =...
1 Jul 9, 2002
10:59 am

Johann Spies
jspies@...
Send Email

... From: "Steven Shaw" <steven_shaw@...> To: <ocaml_beginners@yahoogroups.com> Sent: Thursday, July 04, 2002 10:10 PM Subject: overflow...
3 Jul 7, 2002
9:05 am

Steven Shaw
steshaw
Send Email

... From: "Steven Shaw" <steven_shaw@...> To: <ocaml_beginners@yahoogroups.com> Sent: Thursday, July 04, 2002 10:17 PM Subject: fun v function ... ...
2 Jul 4, 2002
12:51 pm

Martin Jambon
m.jambon@...
Send Email

Hi. Do the ocaml tools do something special with respect to the standard libraries? I'm wondering why we don't have to specify them on the command line. I...
2 Jul 3, 2002
12:00 pm

YAMAGATA yoriyuki
yoriyuki@...
Send Email

Hello, I need to use the library "num" to make calcul with big numbers but when I enter #open "num" like it's indicate in the help section of camllight under...
13 Jun 26, 2002
6:11 pm

YAMAGATA yoriyuki
yoriyuki@...
Send Email

i dunno abt milliseconds, but if it is seconds you are after... try Unix.sleep <num_of_secs> for milliseconds.. try measuring the time with Unix.gettimeofday...
2 Jun 24, 2002
8:23 pm

Gerd Stolpmann
info@...
Send Email

I would like to stop my program for a few miliseconds. ... for i = 0 to Array.length a - 1 do <do something w a.(i)> pause (10 ms) done ... How to do this? ...
1 Jun 22, 2002
4:04 pm

kenzo_ahikawa
Send Email

... Warning: this expression should have type unit. File "F:\ocaml\sorting.ml", line 65, characters 2-145: Warning: this expression should have type unit. File...
3 Jun 22, 2002
1:54 pm

Henrik Motakef
henrik.motakef@...
Send Email

I am trying out ocaml shell on Debian. I can't get the example in the README to work: $ ledit ocaml Objective Caml version 3.04 # #use "ocamlfind&quot;;; Findlib...
2 Jun 19, 2002
4:20 pm

Remi VANICAT
dl_ens
Send Email

I am trying to figure out how to use List.sort. According to the manual the Persvasives.compare function is suitable ... # k;; - : int list = [3; 2; 1] #...
2 Jun 19, 2002
3:21 pm

Remi VANICAT
dl_ens
Send Email

the use can be let blk_lst = [1;2];; List.sort compare blk_lst;; it will work cheers Animesh...
1 Jun 19, 2002
3:10 pm

Animesh Pathak
animesh.pathak@...
Send Email

Consider the next code in a gui environment. # let b = Sys.command("ncpmount /mnt/novell js");; Could not find mount point /tmp/js: No such file or directory ...
12 Jun 14, 2002
1:42 pm

Johann Spies
jspies@...
Send Email

Hello, I'm writing program that will show and compare few sorting algorithms in graphical mode. I want to show every step of all of the algorithms. That means...
1 Jun 13, 2002
2:15 pm

kenzo_ahikawa
Send Email

people.. I have 2 programs sharing some data...how do i do that.. please look at the code below and help me... Animesh (*prog1.ml .. will be compiled after...
1 Jun 12, 2002
3:19 pm

animesh_pathak
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