gl changed the topic of #ocaml to: OCaml 3.07 ! -- Archive of Caml Weekly News: http://pauillac.inria.fr/~aschmitt/cwn , A tutorial: http://merjis.com/richj/computers/ocaml/tutorial/ , A free book: http://cristal.inria.fr/~remy/cours/appsem, Mailing List (best ml ever for any computer language): http://caml.inria.fr/bin/wilma/caml-list | http://icfpcontest.org/ !!
olczyk has joined #ocaml
<olczyk> Why is this failing?
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
bk_ has joined #ocaml
wolfman8k is now known as wolf|away
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
bk_ has joined #ocaml
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
CosmicRay has joined #ocaml
bk_ has joined #ocaml
GreyLensman has quit ["Leaving"]
<olczyk> Why isn't stuff being sent through the socket http://rafb.net/paste/results/hC52DU60.html?
<CosmicRay> olczyk: you may need to flush the channels
avlondono has joined #ocaml
<olczyk> CosmicRay: I tried flush sock_out, but get an error message "bad file descriptor" r something like that.
olczyk has quit [Read error: 54 (Connection reset by peer)]
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
bk_ has joined #ocaml
<CosmicRay> you may not be able to make channels of sockets
avlondono has quit ["Leaving"]
Smerdyakov has joined #ocaml
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
GreyLensman has joined #ocaml
bk_ has joined #ocaml
pattern- has joined #ocaml
pattern has quit [Read error: 104 (Connection reset by peer)]
pattern- is now known as pattern
CosmicRay has quit ["Leaving"]
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
bk_ has joined #ocaml
kinners has joined #ocaml
GreyLensman has quit ["Leaving"]
sundeep has quit ["Client exiting"]
vezenchio has joined #ocaml
gwe3`wats has joined #ocaml
cjohnson has quit [Success]
gwe3`wats has quit ["According to [a processor for game design], you statistically have a better chance of becoming a rock star than you do of suc]
kinners has quit ["leaving"]
yangsx has joined #ocaml
Iter has joined #ocaml
larsr has quit ["User disconnected"]
Nutssh has joined #ocaml
yangsx has left #ocaml []
Iter has quit [Read error: 110 (Connection timed out)]
_JusSx_ has joined #ocaml
durnew has quit [Read error: 110 (Connection timed out)]
Nutssh has quit ["Client exiting"]
wolf|away is now known as wolfman8k
Snark has joined #ocaml
<Snark> slt
_fab has quit []
_fab has joined #ocaml
Demitar has joined #ocaml
_JusSx_ has quit ["No windows for this server"]
Iter has joined #ocaml
__DL__ has joined #ocaml
buggs^z has joined #ocaml
buggs has quit [Read error: 110 (Connection timed out)]
<mij> i'm looking for a library to write cgi programs, someone can help ?
<Riastradh> Yes, read Queinnec's paper on web interactions, continuations, and why CGI sucks. That should help your problem of wanting to write CGI programs!
<mij> okay :)
<mij> thx Lemmih
<bk_> continuations suck ?
<mij> (what the heck is continuations ?)
<bk_> basically some kind of 'goto' i figured
<mij> ok
<Riastradh> Only if you consider function calling some kind of goto as well.
<bk_> nm pls, i've read a short into to call/cc but never used it so i wouldn't really know
<bk_> intro even
* bk_ bookmarks
<bk_> thanks
Iter has quit [Read error: 110 (Connection timed out)]
truls has left #ocaml []
cjohnson has joined #ocaml
Axioplase has joined #ocaml
<Axioplase> Chat Lu!
mij has quit [Read error: 60 (Operation timed out)]
GreyLensman has joined #ocaml
demitar_ has joined #ocaml
Demitar has quit [Read error: 104 (Connection reset by peer)]
gim has joined #ocaml
Lemmih has quit [Remote closed the connection]
Godeke has quit [Read error: 110 (Connection timed out)]
Godeke has joined #ocaml
avlondono has joined #ocaml
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
mij has joined #ocaml
olczyk has joined #ocaml
<olczyk> Why won't this send? http://rafb.net/paste/results/hC52DU60.html
demitar_ has quit [Read error: 104 (Connection reset by peer)]
olczyk has quit [Read error: 60 (Operation timed out)]
Lemmih has joined #ocaml
Hipo has quit [Read error: 110 (Connection timed out)]
GreyLensman has quit ["Leaving"]
Hipo has joined #ocaml
vezenchio has quit ["According to [a processor for game design], you statistically have a better chance of becoming a rock star than you do of suc]
Phreaze has joined #ocaml
Axioplase has quit [Nick collision from services.]
Phreaze is now known as Axioplase
larsr has joined #ocaml
Demitar has joined #ocaml
<Snark> good night
Snark has left #ocaml []
GreyLensman has joined #ocaml
magnus has joined #ocaml
<magnus> which editor/ide do people usually use on windows platform?
<magnus> (for ocaml coding obviously)
<wolfman8k> i'd guess emacs
<Demitar> In general I think most favour emacs, yes.
<avlondono> it's an old issue, I use vim (probably longer to learn though)
<Demitar> avlondono, there's a neat win port of vim? (I wouldn't know since I'm partial to emacs of course. :)
<avlondono> yes, there is gvim and I think also for console
<avlondono> ie: gvim is the gui
<Demitar> I wonder if there are other editors than (x)emacs and vi*... But that's dangerous thinking, let's stop thinking outside of the box and get back to work.
<Riastradh> There are all the Emacs clones.
<Demitar> Sssh... you'll awaken the lurkers with that kind of talk.
<wolfman8k> and also all the vi clones
<det> and pico
<Demitar> And the pico clones.
<Demitar> Well, clone more likely.
<det> :)
<Demitar> And don't forget: ed is the standard editor
<det> obviously
<Demitar> FreeBSD's ee is kind of neat too. And I recall the days when joe was the editor of choice.
<wolfman8k> cat is pretty good
<Axioplase> cat is good indeed... but you'd better not make a mistake in your code...
<Axioplase> or you should know sed and awk by heart...
<Demitar> cat isn't an editor though.
<Demitar> dd is an editor. :)
<wolfman8k> cat is a good operating system.... too bad it's missing a good text editor :/
<det> Demitar: nice :)
GreyLensman has quit ["Leaving"]
larsr has quit [Read error: 104 (Connection reset by peer)]
karryall has joined #ocaml
larsr has joined #ocaml
gim has quit []
buggs^z is now known as buggs
<buggs> there is the ocamlbrowser editor
Iter has joined #ocaml
<magnus> i'll try it out, thanks
magnus has quit ["Leaving"]
Nutssh has joined #ocaml
__DL__ has quit [Success]
__DL__ has joined #ocaml
<Axioplase> ++
Axioplase has quit [Read error: 54 (Connection reset by peer)]