flux changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | Grab OCaml 3.10.2 from http://caml.inria.fr/ocaml/release.html (featuring new camlp4 and more!)
Amorphous has quit [Read error: 110 (Connection timed out)]
Amorphous has joined #ocaml
Amorphous has quit [Read error: 110 (Connection timed out)]
Amorphous has joined #ocaml
pango_ has quit [Remote closed the connection]
pango_ has joined #ocaml
mfp_ has joined #ocaml
seafood has joined #ocaml
mfp has quit [Read error: 110 (Connection timed out)]
hsuh has joined #ocaml
hsuh has left #ocaml []
<mbishop> anyone know Oz? are their functors the same as ML functors?
seafood_ has joined #ocaml
seafood has quit [Read error: 110 (Connection timed out)]
jeddhaberstro has quit []
cc_tof has joined #ocaml
<cc_tof> Bonjour / Hi ! :)
cc_tof has left #ocaml []
m3ga has joined #ocaml
johnnowak has joined #ocaml
m3ga has quit ["disappearing into the sunset"]
pattern_ has joined #ocaml
seafood_ has quit []
Yoric[DT] has joined #ocaml
seafood has joined #ocaml
seafood has quit [Client Quit]
pattern has quit [Read error: 110 (Connection timed out)]
pattern_ is now known as pattern
<Yoric[DT]> hi
<flux> palace_chan, I think there's an ocaml library for operating on uint32's, but I can't find it..
<flux> yey, found it: uint32/uint64 library: http://forge.ocamlcore.org/frs/?group_id=23
<flux> (irclogs t othe rescue: for some reason googling for ocaml uint32 forge didn't find it
<Palace_Chan> flux, thanks for the ref
Yoric[DT] has quit ["Ex-Chat"]
<tsuyoshi> you could just use like
<tsuyoshi> let uint32mod a b = Int64.to_int32 (Int64.rem (Int64.of_int32 a) (Int64.of_int32 b))
<tsuyoshi> oh.. except you need the high bit
<tsuyoshi> hrm
<tsuyoshi> maybe best written in c
det has quit [Remote closed the connection]
det has joined #ocaml
Elive_user39 has joined #ocaml
<Elive_user39> you i wrote a web-software in Ocaml http://youtube.43.gs
<Elive_user39> check it out
Elive_user39 has left #ocaml []
<johnnowak> hm, when did ATS get added
<johnnowak> oops.
<palomer> hey guys
<palomer> what's the easiest to use ocaml build system?
<tsuyoshi> omake, I think
<palomer> wasn't there another one...
<palomer> obuild or something
<tsuyoshi> ocamlbuild
<palomer> yeah
<palomer> harder to use than omake?
<tsuyoshi> I thought it was, but I didn't get very trying to use it
<tsuyoshi> I have been very impressed by the way omake figures out dependencies
<tsuyoshi> ack, I didn't get very far
<palomer> didn't get very far because of frustration?
<tsuyoshi> nah.. I was just lazy
<tsuyoshi> I'm just saying, I think omake is easier but I'm not completely sure
<palomer> well, erm, I better stick with omake
mishok13 has joined #ocaml
marmotine has joined #ocaml
filp has joined #ocaml
filp has quit [Client Quit]
subconscious has quit ["Leaving"]
<flux> hmph, still nothing on osp.janetscapital :(
vpalle has joined #ocaml
jlouis has quit [Remote closed the connection]
love-pingoo has joined #ocaml
Palace_Chan has quit [Client Quit]
OChameau has joined #ocaml
Associat0r has quit []
det has quit [Remote closed the connection]
det has joined #ocaml
det has quit [Remote closed the connection]
det has joined #ocaml
vpalle_ has joined #ocaml
vpalle has quit [zelazny.freenode.net irc.freenode.net]
authentic has quit [zelazny.freenode.net irc.freenode.net]
Eridius has quit [zelazny.freenode.net irc.freenode.net]
Oatschool has quit [zelazny.freenode.net irc.freenode.net]
det has quit [Remote closed the connection]
det has joined #ocaml
vpalle_ is now known as vpalle
authentic has joined #ocaml
Eridius has joined #ocaml
Oatschool has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
Snark_ has joined #ocaml
vpalle_ has joined #ocaml
rwmjones_ has joined #ocaml
guillem has joined #ocaml
guillem has quit [Remote closed the connection]
Jedai has joined #ocaml
vpalle has quit [Read error: 110 (Connection timed out)]
vpalle__ has joined #ocaml
johnnowak has quit []
vpalle_ has quit [Read error: 110 (Connection timed out)]
hkBst has joined #ocaml
rwmjones_ has quit [Read error: 104 (Connection reset by peer)]
hsuh has joined #ocaml
sporkmonger has quit []
hsuh has quit ["bye emacs"]
hsuh has joined #ocaml
hsuh has quit [Remote closed the connection]
struktured has quit [Read error: 110 (Connection timed out)]
sporkmonger has joined #ocaml
sporkmonger_ has joined #ocaml
guyzmo has joined #ocaml
<guyzmo> hi
<guyzmo> is there an ocaml interpreter with completion enabled ?
<guyzmo> (like the ipython interpreter for python, for those who know it)
sporkmonger__ has joined #ocaml
sporkmonger has quit [Read error: 110 (Connection timed out)]
<petchema> running the interpreter within an emacs buffer is the closest approximation I can think of...
<Smerdyakov> guyzmo, can you explain what features you're looking for, for those of us who don't want to touch Python with a 10-foot pole?
<guyzmo> petchema - yup, but I don't like emacs, and don't want to run it, just to have completion in ocaml code :)
<guyzmo> Smerdyakov - well, nothing really special, just when I do "Rand<tab>" in the interpreter I get Random, and then "Random.<tab>" to get the list of attributes of Random :)
<guyzmo> exactly the same as when you're in the emacs buffer
<guyzmo> but in the top level
<Smerdyakov> I don't know of any tool for doing that with OCaml in any setting.
<Smerdyakov> I don't find myself wanting one, either.
<guyzmo> well, I just find that kind of feature really helps to get along with the language and its library :)
<Smerdyakov> How so? In OCaml, types are more important than identifiers.
sporkmonger_ has quit [Read error: 110 (Connection timed out)]
<OChameau> guyzmo, seems like Enhtop+ do that
<OChameau> guyzmo, but i never tried it
<guyzmo> uhuh, it uses tuareg but in command line :)
<guyzmo> well that could be nice
<guyzmo> I'll try it when I'll get home, don't have time to install it (it's my first ocaml course ;)
<guyzmo> we're writing insertion sort, quicksort and a arithmetic interpreter
filp has joined #ocaml
filp has quit [Client Quit]
Yoric[DT] has joined #ocaml
Snark_ has quit ["Ex-Chat"]
Camarade_Tux has joined #ocaml
Yoric[DT] has quit ["Ex-Chat"]
struk_atwork has joined #ocaml
mfp_ has quit [Read error: 104 (Connection reset by peer)]
vpalle__ has quit [Read error: 110 (Connection timed out)]
pango_ has quit [Remote closed the connection]
mishok13 has quit [Read error: 60 (Operation timed out)]
subconscious has joined #ocaml
pango_ has joined #ocaml
Associat0r has joined #ocaml
hkBst has quit [Read error: 104 (Connection reset by peer)]
hkBst has joined #ocaml
rwmjones_ has joined #ocaml
Linktim has joined #ocaml
mishok13 has joined #ocaml
itewsh has joined #ocaml
fbotelho has quit ["Leaving"]
Waleee has joined #ocaml
itewsh has quit [Read error: 110 (Connection timed out)]
itewsh has joined #ocaml
Snark_ has joined #ocaml
vpalle has joined #ocaml
mishok13 has quit [Read error: 60 (Operation timed out)]
love-pingoo has quit [Read error: 60 (Operation timed out)]
itewsh has quit [Read error: 110 (Connection timed out)]
itewsh has joined #ocaml
Yoric[DT] has joined #ocaml
jlouis has joined #ocaml
OChameau has quit [Read error: 113 (No route to host)]
itouch has joined #ocaml
itewsh has quit [Read error: 110 (Connection timed out)]
filp has joined #ocaml
filp has quit [Client Quit]
Snark_ has quit ["Ex-Chat"]
Linktim has quit [Read error: 104 (Connection reset by peer)]
Linktim has joined #ocaml
Linktim_ has joined #ocaml
tomh_-_ has joined #ocaml
Linktim has quit [Read error: 113 (No route to host)]
itouch has quit [Read error: 113 (No route to host)]
mgodshall has joined #ocaml
guillem has joined #ocaml
Smerdyakov has quit [Read error: 104 (Connection reset by peer)]
Linktim_ has quit ["Quitte"]
jeddhaberstro has joined #ocaml
itewsh has joined #ocaml
Smerdyakov has joined #ocaml
vpalle has quit ["Leaving"]
love-pingoo has joined #ocaml
itewsh has quit [Read error: 110 (Connection timed out)]
itewsh has joined #ocaml
sporkmonger__ has quit []
mtrimpe has joined #ocaml
Walee has joined #ocaml
itewsh has quit [Read error: 60 (Operation timed out)]
itewsh has joined #ocaml
Waleee has quit [Read error: 104 (Connection reset by peer)]
Smerdy has joined #ocaml
Smerdyakov is now known as Guest28100
Guest28100 has quit [Read error: 104 (Connection reset by peer)]
Smerdy is now known as Smerdyakov
Walee has quit []
mgodshall has quit [Read error: 113 (No route to host)]
tomh_-_ has quit ["http://www.mibbit.com ajax IRC Client"]
itewsh has quit ["KTHXBYE"]
pango_ has quit [Remote closed the connection]
struktured has joined #ocaml
pango_ has joined #ocaml
itewsh has joined #ocaml
marmotine has quit ["mv marmotine Laurie"]
itewsh has quit [Client Quit]
struktured has quit [Remote closed the connection]
struktured has joined #ocaml
rwmjones_ has quit ["Closed connection"]
love-pingoo has quit [Remote closed the connection]
hkBst has quit [Read error: 54 (Connection reset by peer)]
Yoric[DT] has quit ["Ex-Chat"]
struktured has quit [Read error: 110 (Connection timed out)]
struktured has joined #ocaml
guillem has quit [Remote closed the connection]
Associat0r has quit []
Palace_Chan has joined #ocaml
<Palace_Chan> I get a "unbound value" syntax error upon compilation...what generally causes that ?
<subconscious> Palace_Chan: Do you also get a line number?
<Palace_Chan> yes, and it refers to a function which is declared both in the .cmi file and implemented right below in the .ml file
<subconscious> maybe you have used let insted of let rec?
<pango_> right below? you can't use forward definitions
<Palace_Chan> i tried the let rec thing...what do you mean forward definitions ?
<Palace_Chan> it is declared in the corresponding .mli
<pango_> .mli is used to reduce the visibility of the module for other modules
<pango_> that's all
mgodshall has joined #ocaml
lorph has left #ocaml []
sporkmonger has joined #ocaml
bzzbzz has joined #ocaml