mfurr changed the topic of #ocaml to: OCaml 3.08.2 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/
<vincenz> map is to map one array to another
Sonarman has quit [Read error: 104 (Connection reset by peer)]
Sonarman has joined #ocaml
Nutssh has joined #ocaml
<mlh> vincenz, slight bug using v p (lv-p); i need v (p+1) (lv-p) to skip the =. but i get an invalid_argument from sub again. any idea why?
smimou has quit ["?"]
jewel has joined #ocaml
vezenchio has quit ["I live in a yurt on the steppes of Sheepfuckistan. That's why."]
Mhorr has joined #ocaml
Thunfisch has quit [Nick collision from services.]
Mhorr is now known as Thunfisch
<mlh> ugh. duh me
<mlh> should be String.sub v (p+1) (lv-p-1)
<Thunfisch> mlh: "String.sub s start len returns a fresh string of length len, containing the characters number start to start + len - 1 of string s. Raise Invalid_argument if start and len do not designate a valid substring of s; that is, if start < 0, or len < 0, or start + len > String.length s."
jewel has quit [Read error: 60 (Operation timed out)]
como has quit [Read error: 104 (Connection reset by peer)]
<mlh> Thunfisch, I knew the defn, it was just a stupid thinko
<Thunfisch> ;)
<mlh> it'd be nice to get those docstrings while using the interpreter rather than firing up ocamlbrowser. sorta like python
jewel has joined #ocaml
alex-i has quit [Remote closed the connection]
CosmicRay has quit ["Leaving"]
Sonarman has quit ["leaving"]
<Thunfisch> And readline support. That would be nice.
Submarine has joined #ocaml
<mlh> yes. ocaml is pretty wacked out on cygwin especially.
Submarine has quit ["Leaving"]
kinners has joined #ocaml
mlh has quit [Client Quit]
kinners has quit ["leaving"]
zzorn has joined #ocaml
zzorn is now known as zzorn_away
ejt has joined #ocaml
wrunt has quit [Read error: 54 (Connection reset by peer)]
wrunt has joined #ocaml
mrsolo_ has joined #ocaml
mrsolo has quit [Read error: 110 (Connection timed out)]
<pango_> Thunfisch: try ledit for "readline support"
<pango_> alias locaml='ledit -h ~/.ocaml_history -x ocaml'
Thunfisch has quit [Read error: 110 (Connection timed out)]
smimou has joined #ocaml
<mflux> except real readline is better than that, but of course that's better than nothing ;)
<mlh_> i'm suddenly getting #load "unix.cma";; not working ."Reason: dynamic loading not supported on this platform."
<mlh_> this is cygwin, and I googled to find the answer was to unset OCAMLLIB, which is set by installing the windows native ocaml.
<mlh_> but I don't have OCAMLLIB set!
jewel has quit [Read error: 110 (Connection timed out)]
Herrchen has joined #ocaml
Snark has joined #ocaml
nlv11757__ has joined #ocaml
__DL__ has joined #ocaml
Snark has quit ["Leaving"]
mrvn has joined #ocaml
mrvn_ has quit [Read error: 110 (Connection timed out)]
mrsolo_ has quit [Read error: 110 (Connection timed out)]
CosmicRay has joined #ocaml
julbouln has joined #ocaml
__DL__ has quit [Remote closed the connection]
__DL__ has joined #ocaml
Skal has joined #ocaml
<vincenz> anyone familiar with gnuplot?
<Smerdyakov> The GNU plot to infect us all with the GPL?!
CLxyz has quit [Operation timed out]
<vincenz> basically I use
<vincenz> plot '-'
<vincenz> but I only get the first and second column as x-y plot, I want all of them overlayed
nlv11757__ has left #ocaml []
pango__ has joined #ocaml
zzorn_away is now known as zzorn
pango_ has quit [Read error: 110 (Connection timed out)]
vezenchio has joined #ocaml
zzorn is now known as zzorn_afk
_fab has joined #ocaml
julbouln has quit ["Leaving"]
ejt has quit ["leaving"]
Snark has joined #ocaml
Msandin has joined #ocaml
Snark has quit ["Leaving"]
Msandin has quit [Read error: 104 (Connection reset by peer)]
Herrchen has quit ["bye"]
mlh_ has quit ["brb"]
_JusSx_ has joined #ocaml
mlh has joined #ocaml
kuribas has joined #ocaml
zzorn_afk is now known as zzorn
zzorn is now known as zzorn_sleep
zzorn_sleep has quit ["They are coming to take me away, ha ha"]
Amorphous has quit [Read error: 60 (Operation timed out)]
Amorphous has joined #ocaml
_JusSx_ has quit ["leaving"]
Skal has quit [Remote closed the connection]
_fab has quit []
smimou has quit ["?"]
yakker has joined #ocaml
<yakker> how does one introduce a mutable data structure in local context, in a function?
<det> You need to be more specific
<det> Do you mean, mutable "pointer" to the datastructure
<mrvn> a record or a reference?
<yakker> referebe
<yakker> reference
<mrvn> let a = ref 0 in
<yakker> hm. ok.
gim has quit ["brb"]
kuribas has quit ["ERC Version 5.0.2 $Revision: 1.726.2.10 $ (IRC client for Emacs)"]
gim has joined #ocaml
yakker has quit [Read error: 113 (No route to host)]