dylan changed the topic of #ocaml to: OCaml 3.09.1 available! Archive of Caml Weekly News: http://sardes.inrialpes.fr/~aschmitt/cwn/ | A free book: http://cristal.inria.fr/~remy/cours/appsem/ | Mailing List: http://caml.inria.fr/bin/wilma/caml-list/ | Cookbook: http://pleac.sourceforge.net/
__DL__ has quit ["Bye Bye"]
smimou has quit ["bli"]
rillig has quit ["exit(EXIT_SUCCESS)"]
pango_ has joined #ocaml
pengo has joined #ocaml
ski has quit [Read error: 110 (Connection timed out)]
ski has joined #ocaml
pango has quit [Read error: 110 (Connection timed out)]
quamaretto has quit ["Leaving"]
mikeX has quit ["zzzz"]
quamaretto has joined #ocaml
twobitsprit1 has quit [Read error: 110 (Connection timed out)]
pengo_ has joined #ocaml
Smerdyakov has quit ["Leaving"]
pengo has quit [Read error: 110 (Connection timed out)]
twobitsprite has joined #ocaml
<twobitsprite> has anyone messed with schoca?
<twobitsprite> I'm having a hard time finding informative documentation of it
<pengo_> schoca doesn't even have a wikipedia page.. so it musn't exist
pengo_ is now known as pengo
quamaretto has quit [Client Quit]
<twobitsprite> pengo: heh... it's in version 0.3.2
<twobitsprite> (or something)
<twobitsprite> 0.2.4, sorry :P
__DL__ has joined #ocaml
__DL__ has quit [Client Quit]
Skal has joined #ocaml
<lispy> what is _|_ called in ocaml?
_JusSx_ has joined #ocaml
<lispy> failwith "undefined" is close enough
temporaire has joined #ocaml
temporaire has quit [Read error: 110 (Connection timed out)]
Skal has quit [Remote closed the connection]
Revision17 has quit [Read error: 110 (Connection timed out)]
srle has quit ["[BX] Man I'm *SLEEPY*!!!! My keyboard is slipping away!"]
vodka-goo has joined #ocaml
pnou has quit [Remote closed the connection]
slipstream-- has quit [Read error: 104 (Connection reset by peer)]
slipstream has joined #ocaml
dozer has joined #ocaml
<dozer> is there an IDE people use for ocaml, other than emacs or vi?
<zmdkrbou> camelia
<zmdkrbou> but vi rulez da world
<pango_> but I prefer emacs ;)
<pango_> there's some support for ocaml in eclipse, but it's very limited
kral has joined #ocaml
rillig has joined #ocaml
slipstream-- has joined #ocaml
pengo has quit ["Curious? Open binary with Qubero"]
slipstream has quit [Read error: 110 (Connection timed out)]
<twobitsprite> is there a make for windows?
<zmdkrbou> argl
<twobitsprite> argl?
<zmdkrbou> there's cygwin if you really want/need to use windows but still need dev tools
<twobitsprite> I'm just wondering how easy it is to port ocaml programs to windows
<twobitsprite> er, compile them for/in windows
<twobitsprite> preferable with out having to ship cygwin run-times around as well
<zmdkrbou> hmm, ocaml bytecode is supposed to be portable to windows
<twobitsprite> right... but I want native binaries
<dylan> twobitsprite: see mingw and msys
<dylan> also, ocaml byte code will work on windows, provided you don't use the Unix module.
kral has quit [""In girum imus nocte et consumimur igni.""]
smimou has joined #ocaml
temporaire has joined #ocaml
temporaire is now known as bluestorm
Smerdyakov has joined #ocaml
<pango_> dylan: some of the Unix module is implemented under Windows
<bluestorm> (i thought that select only wasn't implemented)
dozer has left #ocaml []
bohanlon has joined #ocaml
quamaretto has joined #ocaml
Revision17 has joined #ocaml
bluestorm has quit [Read error: 110 (Connection timed out)]
bohanlon has quit ["Farewell, mortals."]
kral has joined #ocaml
Anarchos has joined #ocaml
vodka-goo has quit ["Connection reset by by pear"]
basti_ has joined #ocaml
<basti_> hey people. Is it adviseable to use Arrays in ocaml for the purpose of O(n) access time?
<mellum> Depends.
<mellum> So what is it you actually want to do?
<basti_> basically, a solver for a large linear equation system
<mellum> So Gauss' algorithm?
<basti_> no, CG
<basti_> thats a tricky thing that is "matrix-free", so that i don't need the full matrix
<mellum> well, without knowing the details, it's hard to answer whether an array is an adequate data structure
<basti_> just a function that does the vector->vector projection
<basti_> well first i would want O(1) accesses
<basti_> if there is another way that is better in some way, that would be fine
<mellum> not really.
<basti_> then I'll just try I'd say
<basti_> im an ocaml noob, i'm just taking a whiff... I'm a haskell nerd
bohanlon has joined #ocaml
Anarchos has quit ["Vision[0.8.5-0418]: i've been blurred!"]
<basti_> how do i express a function in a type declaration? "type 'a x = X of 'a vector -> 'a vector" doesnt work..?
<Smerdyakov> Parenthesize the function type
<basti_> oh
<basti_> >_<
<basti_> thanks
kral has quit [""In girum imus nocte et consumimur igni.""]
smimou has quit ["bli"]
dylan has quit ["If only Norinel was not forced to leave!"]
Schmurtz has joined #ocaml
rillig has quit ["exit(EXIT_SUCCESS)"]
_JusSx_ has quit ["leaving"]
basti_ has quit ["Lost terminal"]
mikeX has joined #ocaml