flux changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | OCaml 4.01.0 http://bit.ly/1851A3R | http://www.ocaml.org | Public logs at http://tunes.org/~nef/logs/ocaml/
kyrylo has joined #ocaml
palomer has joined #ocaml
silinagal has joined #ocaml
robink has quit [Read error: Connection reset by peer]
talzeus_ has joined #ocaml
robink has joined #ocaml
strobegen has joined #ocaml
silinagal has quit [Ping timeout: 240 seconds]
<palomer> hey guys
<palomer> is it possible to input characters one at a time, like for a game, without having to use ncurses?
<palomer> oh, what the heck, I'll use ncurses
mcclurmc has joined #ocaml
kyrylo has quit [Ping timeout: 245 seconds]
WraithM has joined #ocaml
WraithM has quit [Client Quit]
WraithM has joined #ocaml
<groovy2shoes> palomer: you could just output ANSI terminal escapes
jonludlam has quit [Remote host closed the connection]
dant3 has quit [Remote host closed the connection]
cesar has joined #ocaml
cesar is now known as Guest51005
Guest51005 has quit [Remote host closed the connection]
mcclurmc has quit [Remote host closed the connection]
groovy2shoes has quit [Quit: groovy2shoes]
Simn has quit [Quit: Leaving]
BitPuffin has quit [Ping timeout: 248 seconds]
ygrek has joined #ocaml
spacun has quit [Ping timeout: 240 seconds]
spacun has joined #ocaml
mcclurmc has joined #ocaml
manud has quit [Quit: manud]
palomer has quit [Ping timeout: 260 seconds]
spacun has quit [Ping timeout: 252 seconds]
jao has joined #ocaml
jao has quit [Changing host]
jao has joined #ocaml
q66 has quit [Ping timeout: 246 seconds]
mcclurmc has quit [Remote host closed the connection]
nikki93 has joined #ocaml
mcclurmc has joined #ocaml
boogie has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
mcclurmc has joined #ocaml
struktured has joined #ocaml
talzeus_ has quit [Remote host closed the connection]
jao has quit [Ping timeout: 240 seconds]
talzeus_ has joined #ocaml
CamelFodder has quit [Remote host closed the connection]
palomer has joined #ocaml
strobegen has quit [Quit: Leaving.]
strobegen has joined #ocaml
yacks has quit [Quit: Leaving]
palomer has quit [Ping timeout: 240 seconds]
robert_ has joined #ocaml
talzeus_ has quit [Remote host closed the connection]
talzeus_ has joined #ocaml
strobegen has quit [Quit: Leaving.]
strobegen has joined #ocaml
csakatoku has joined #ocaml
milosn has quit [Remote host closed the connection]
lasts__ has joined #ocaml
lasts_ has quit [Ping timeout: 245 seconds]
demonimin has quit [Ping timeout: 252 seconds]
PM has quit [Ping timeout: 252 seconds]
ygrek_ has joined #ocaml
dant3 has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
ulfdoz has joined #ocaml
demonimin has joined #ocaml
ygrek has quit [Ping timeout: 264 seconds]
nikki93 has quit [Remote host closed the connection]
nikki93 has joined #ocaml
strobegen has quit [Remote host closed the connection]
strobegen has joined #ocaml
f[x] has joined #ocaml
ulfdoz has quit [Read error: Operation timed out]
dant3 has quit [Ping timeout: 248 seconds]
ygrek_ has quit [Ping timeout: 260 seconds]
dant3 has joined #ocaml
cesar_ has joined #ocaml
cesar_ is now known as Guest99292
ttamttam has joined #ocaml
ttamttam has quit [Client Quit]
Guest99292 has quit [Remote host closed the connection]
f[x] has quit [Ping timeout: 252 seconds]
mcclurmc has joined #ocaml
ggole has joined #ocaml
mcclurmc has quit [Ping timeout: 240 seconds]
csakatoku has quit [Remote host closed the connection]
csakatoku has joined #ocaml
csakatoku has quit [Remote host closed the connection]
csakatoku has joined #ocaml
Kakadu has joined #ocaml
nikki93 has quit [Read error: Connection reset by peer]
nikki93 has joined #ocaml
milosn has joined #ocaml
csakatok_ has joined #ocaml
manud_ has joined #ocaml
csakatoku has quit [Ping timeout: 264 seconds]
f[x] has joined #ocaml
dant3 has quit [Remote host closed the connection]
ygrek has joined #ocaml
f[x] has quit [Ping timeout: 245 seconds]
struktured has quit [Ping timeout: 245 seconds]
q66 has joined #ocaml
boogie has quit [Remote host closed the connection]
boogie has joined #ocaml
manud_ has quit [Read error: Connection reset by peer]
boogie has quit [Ping timeout: 240 seconds]
dant3 has joined #ocaml
dant3 has quit [Remote host closed the connection]
dant3 has joined #ocaml
mcclurmc has joined #ocaml
WraithM has quit [Ping timeout: 251 seconds]
mcclurmc has quit [Ping timeout: 240 seconds]
demonimin has quit [Ping timeout: 240 seconds]
mcclurmc has joined #ocaml
mcclurmc has quit [Ping timeout: 240 seconds]
dant3 has quit [Remote host closed the connection]
dant3 has joined #ocaml
cago has joined #ocaml
kyrylo has joined #ocaml
WraithM has joined #ocaml
<robert_> so I'm trying to build ocaml-cohttp and it keeps failing because "ocamlc: unknown option `-short-paths'."
<adrien> robert_: you can either remove that option or you need to use a more recent ocaml
<adrien> (4.01.0 I think)
<adrien> well, I think you can remove the option but I've been a bit lagging with ocaml updates recently
<robert_> it says I'm using that.
<robert_> the build fails utterly if I remove that.
<adrien> :)
<adrien> but 4.01 should work; can you show the output of "ocaml -version"?
<robert_> The OCaml toplevel, version 4.01.0
<robert_> oh, weird.
<robert_> it broke earlier
<adrien> is it possible you have several installations of ocaml on your machine?
<robert_> nope
<robert_> I use archlinux
<robert_> and I only install official (or AUR) packages.
<robert_> and they all go into /usr
rossberg has joined #ocaml
<robert_> oh
<robert_> here we go
<robert_> another build error, different package though.
<robert_> pasting.
<gasche> I'm pretty sure 4.01.0 supports -short-paths, so if it fails it's because you have an older version somewhere
<gasche> (also -short-path cannot affect build success or failure, it only changes the way type are reported to users)
<gasche> *paths
<robert_> it was findlib that's somehow older.
<gasche> well try "which-way-you-reach-ocamlc -v"
<robert_> plugging it into ocamlc works just fine
<robert_> it's findlib that complains
<robert_> er, ocamlfind
<gasche> hm
<gasche> I think this error means that
<gasche> you use 4.01.0's stdlib, but an older version of Lwt
<gasche> Unix changed from 4.00 to 4.01, and Lwt had to be patched to accomodate the change
<robert_> hm
<robert_> what's the current version of lwt?
<gasche> (it may also possible that you are using ocaml <4.01 and the patched-for-4.01 lwt)
<gasche> 2.4.4
<robert_> oh, this is 2.4.2
mika1 has joined #ocaml
Simn has joined #ocaml
csakatok_ has quit [Remote host closed the connection]
csakatoku has joined #ocaml
<robert_> so is there a way I can globally install packages with opam?
thomasga has joined #ocaml
<adrien> no
<adrien> _never_ mix packages from different sources
csakatoku has quit [Ping timeout: 260 seconds]
demonimin has joined #ocaml
<robert_> different sources?
<robert_> does unix include linux?
<robert_> ohh, that's why. "The stable version currently doesn't support 4.01, but the devel version (the git repo) does."
kyrylo has quit [Read error: Operation timed out]
csakatoku has joined #ocaml
jonludlam has joined #ocaml
tovarish has joined #ocaml
ocp has joined #ocaml
zpe has joined #ocaml
rossberg has quit [*.net *.split]
robink has quit [*.net *.split]
darkf has quit [*.net *.split]
vpm has quit [*.net *.split]
pango has quit [*.net *.split]
lopho has quit [*.net *.split]
bitbckt has quit [*.net *.split]
gereedy has quit [*.net *.split]
stomp has quit [*.net *.split]
ggole has quit []
rossberg has joined #ocaml
robink has joined #ocaml
darkf has joined #ocaml
vpm has joined #ocaml
pango has joined #ocaml
lopho has joined #ocaml
bitbckt has joined #ocaml
gereedy has joined #ocaml
stomp has joined #ocaml
avsm has joined #ocaml
rand000 has joined #ocaml
PM has joined #ocaml
nikki93_ has joined #ocaml
nikki93 has quit [Read error: Connection reset by peer]
thomasga has quit [Quit: Leaving.]
zpe has quit [Remote host closed the connection]
dant3 has quit [Remote host closed the connection]
dant3 has joined #ocaml
dant3 has quit [Read error: Connection reset by peer]
dant3 has joined #ocaml
tovarish has quit [Remote host closed the connection]
tovarish has joined #ocaml
mcclurmc has joined #ocaml
wolfnn has joined #ocaml
mcclurmc has quit [Ping timeout: 240 seconds]
avsm has quit [Quit: Leaving.]
rwmjones has quit [Excess Flood]
tovarish has quit [Quit: Leaving]
gnuvince has quit [Ping timeout: 264 seconds]
rwmjones has joined #ocaml
sepp2k has joined #ocaml
yacks has joined #ocaml
<aqz> using Core inside the ocaml toplevel works fine, but running files that use Core results in "Error: Unbound module Core"
<aqz> any ideas why?
Kakadu has quit [Ping timeout: 272 seconds]
<aqz> I'm new to the language and the environment
<rixed> what do you call 'running files' ?
<rixed> do you use findlib to compile?
<aqz> "ocaml sum.ml" for instance
<aqz> compiling using corebuild works
<rixed> aqz: ok. probably you should #require "something" ?
<aqz> sum.ml contains "open Core.Std"
<aqz> isn't this enough?
<rixed> aqz: I've never used Core but I suppose there is a findlib package for it.
<rixed> aqz: no that's not enought
<rixed> aqz: open Thing just aleviate you from prepending symbols from Thing with "Thing."
<rixed> aqz: there may be a toplevel with core already linked in, use that instead.
<rixed> aqz: Or write a dedicated init file that #require "all_core_things" and use ocaml -init this_init_file sum.ml
<aqz> there's utop, but I get the same error
<rixed> utop is not a Core toplevel.
<aqz> I do have #require "core.top" and #require "core.syntax" inside ~/.ocamlinit
<rixed> oh. Then maybe you should #require more "core.XXX". I don't know, as I said I've never used core... :()
<rixed> when you run ocaml alone does it complain ?
<aqz> nope
<rixed> no idea then. I'm sorry I can't help.
ttamttam has joined #ocaml
<orbitz> aqz: RWO covers how to do this
<orbitz> aqz: in general though, I only compile ocaml
<aqz> orbitz: I actually followed the instructions
<orbitz> aqz: which?
<orbitz> but i'm not talking about installing
ttamttam has quit [Ping timeout: 248 seconds]
<orbitz> aqz: so it comes down to: when you do ocaml sum.ml, it doesn't know where to find Core because that information is not available
ttamttam has joined #ocaml
skchrko has joined #ocaml
<orbitz> aqz: you can look at http://mjambon.com/ocamlscript.html if you want to use ocaml more like a scripting language
<aqz> orbitz: ah, I see
<orbitz> opam install ocamlscript
<aqz> thanks
ygrek has quit [Ping timeout: 265 seconds]
mcclurmc has joined #ocaml
mcclurmc has quit [Ping timeout: 240 seconds]
dant3 has quit [Remote host closed the connection]
ggole has joined #ocaml
w0rm has joined #ocaml
w0rm has quit [Client Quit]
w0rm has joined #ocaml
w0rm has quit [Client Quit]
talzeus_ has quit [Remote host closed the connection]
dant3 has joined #ocaml
ggole has quit [Read error: Connection timed out]
ggole has joined #ocaml
csakatoku has quit [Remote host closed the connection]
<companion_square> is it really so hard to make scripts in ocaml with just !#/usr/bin/env ocaml ?
<orbitz> companion_square: I'm not sure, seems like ocamlscript was created for a reason
<orbitz> does it work to ginroe thet #!?
<companion_square> ah, ocamlscript does native compiling
<whitequark> companion_square: square ? :)
companion_square is now known as companion_cube
<orbitz> ah ok
<companion_cube> I've been flattened by the irc server
<orbitz> i thouht it was just dealing with the #!'s stuff
<companion_cube> well,just using the #! is fine (and you can use #require and so on, so no complicated linking)
ttamttam has quit [Quit: ttamttam]
snyp has joined #ocaml
ollehar has quit [Read error: Operation timed out]
<whitequark> gasche: I've improved over your snippet, here's how it works: https://gist.github.com/whitequark/c3be9e7a7187450dc3ad
<whitequark> (thanks again!)
strobegen has quit [Ping timeout: 240 seconds]
strobegen has joined #ocaml
ulfdoz has joined #ocaml
milosn has quit [Ping timeout: 265 seconds]
milosn has joined #ocaml
dant3 has quit [Remote host closed the connection]
Neros has quit [Ping timeout: 248 seconds]
mchqwerty has joined #ocaml
talzeus_ has joined #ocaml
<orbitz> ocaml gets a shoutout :)
zpe has joined #ocaml
dant3 has joined #ocaml
darkf has quit [Quit: Leaving]
<ousado> orbitz: uhm. that guy seems to consider ocaml 'not expressive'
<orbitz> Where does he say that?
<whitequark> I think that remark was about C
<ousado> [...] It could be less hard for languages like C and OCaml. On the other hand, if you don’t choose a language that’s expressive, refactoring becomes almost impossible [...]
<orbitz> those are sperate bullet points
<ousado> OTOH can hardly not refer to something written above it
passiveobserver has left #ocaml []
<orbitz> No i think he's just laying out various facts
<ousado> so what's the one hand to that other hand in your opinion?
<flux> maybe that bullet just wasn't written very well if its whole meaning is open to interpretation :)
mreca has joined #ocaml
mchqwerty has quit [Remote host closed the connection]
mchqwerty has joined #ocaml
<ousado> I think that's just a dynamic guy who doesn't really care about how "C or Ocaml" differ significantly. I mean.. "C or OCaml" - that's pretty close to "assembler or Coq"
ulfdoz has quit [Ping timeout: 245 seconds]
mcclurmc has joined #ocaml
pango has quit [Ping timeout: 240 seconds]
pango has joined #ocaml
<orbitz> No, the author actaully quite likes ocaml
amiller_ has joined #ocaml
21WABYHTH has joined #ocaml
rand000 has quit [Ping timeout: 264 seconds]
rwmjones has quit [*.net *.split]
mika1 has quit [*.net *.split]
_habnabit has quit [*.net *.split]
amiller has quit [*.net *.split]
_habnabit has joined #ocaml
<smiler> It's a guy who dislikes "bad" runtimes.
<orbitz> who likes them?!
14WABP0OT has joined #ocaml
<smiler> Quite a few apperently :|
<adrien_oww> well, I heard there are people who write in ruby and python
<orbitz> sure, but i think the point is about which things matter at scale
<orbitz> i write a lot of bash
<orbitz> and i'm completly happy with it, up until it hits a point
<orbitz> then it sucsk
rwmjones has joined #ocaml
snyp has quit [Quit: Leaving]
snyp has joined #ocaml
21WABYHTH has quit [Remote host closed the connection]
<whitequark> adrien_oww: writing in ruby doesn't mean liking its runtime
<whitequark> until very recently (2.1, which isn't released), its GC was stop-the-world and not generational
<whitequark> and, I don't really know how, but it managed to significantly slow down when evolving from AST-waling interpreter to bytecode one... it was 2x at first, then it was ironed out but still
14WABP0OT has quit [Ping timeout: 245 seconds]
ygrek has joined #ocaml
zpe has quit [Remote host closed the connection]
<ggole> There was a talk a while back by one of the PyPy guys about "why Ruby isn't slow"
<ggole> Wonder how their Ruby impl actually stands up though
zpe has joined #ocaml
Neros has joined #ocaml
<ousado> they also talk about how "types don't help performance at all"
<ggole> Right, that's why Javascript added typed arrays. Because they don't help.
<ousado> indeed
<ggole> (And Common Lisp, way before that.)
<ousado> and hidden classes and stuff
<smiler> If not for performance it helps keeping me sane.
<ggole> Yeah. Even if there was zero performance win I'd still prefer types.
<ousado> .. and region inference
<whitequark> region inference is a pain to work with, at least as it's implemented in Rust
<ggole> Speculative techniques may not help as much with things like ADTs, too
<ousado> region inference is an alternative approach to collecting short lived objects
<ggole> I suspect having all the information up front is a big advantage in compiling pattern matching effectively.
<ggole> Though I suppose that isn't an issue for Ruby.
rand000 has joined #ocaml
WraithM_ has joined #ocaml
shinnya has joined #ocaml
mch has joined #ocaml
groovy2shoes has joined #ocaml
<ousado> either way pypy is an interesting experiment that pretty clearly shows how insanely huge the effort is to even bootstrap a semi-usable runtime when fully committing to a few random dogmas (with "types are evil" in a prominent place)
amiller_ has quit [Ping timeout: 264 seconds]
xkb has quit [Ping timeout: 264 seconds]
xkb has joined #ocaml
rwmjones has quit [Ping timeout: 264 seconds]
jlouis has quit [Ping timeout: 264 seconds]
xkb has quit [Changing host]
xkb has joined #ocaml
jlouis_ has joined #ocaml
rwmjones has joined #ocaml
Guest24232 has joined #ocaml
<ggole> The idea of making dynamic decisions cheap with speculative optimisations is well established, and the idea of making such a facility programmatically available seems interesting.
<ggole> But as a basis for implementing languages, it's pretty crazy.
<ousado> yes, but writing that in "everything python, no types" is insane
<ousado> yes, what you said
<ousado> I mean.. "PyPy is a very compliant Python interpreter, almost a drop-in replacement for CPython 2.7" WEDNESDAY, NOVEMBER 27, 2013
<ousado> mind the 'almost' there, after all these years
mcclurmc has quit [Remote host closed the connection]
xkb_ has joined #ocaml
wolfnn has quit [Ping timeout: 264 seconds]
xkb has quit [Ping timeout: 264 seconds]
xkb_ is now known as xkb
<ggole> That's probably half Python's fault
<ggole> Years of "shove everything into C" probably doesn't result in the cleanest basis upon which to reimplement a language and standard library.
wolfnn has joined #ocaml
dant3 has quit [Remote host closed the connection]
palomer has joined #ocaml
mchqwerty has quit [Read error: Connection reset by peer]
rossberg has quit [*.net *.split]
robink has quit [*.net *.split]
vpm has quit [*.net *.split]
lopho has quit [*.net *.split]
bitbckt has quit [*.net *.split]
gereedy has quit [*.net *.split]
stomp has quit [*.net *.split]
struktured has joined #ocaml
rossberg has joined #ocaml
robink has joined #ocaml
vpm has joined #ocaml
lopho has joined #ocaml
bitbckt has joined #ocaml
gereedy has joined #ocaml
stomp has joined #ocaml
acieroid` has joined #ocaml
PM` has joined #ocaml
BiDOrD has joined #ocaml
cago has left #ocaml []
bobry_ has joined #ocaml
chingfantsou has joined #ocaml
olasd_ has joined #ocaml
rand000_ has joined #ocaml
adrien_ has joined #ocaml
Asmadeus_ has joined #ocaml
gasche_ has joined #ocaml
Asmadeus_ has quit [Changing host]
Asmadeus_ has joined #ocaml
noplamodo_ has joined #ocaml
mreca_ has joined #ocaml
Derander_ has joined #ocaml
d2biG has joined #ocaml
trystero has joined #ocaml
habnabit has joined #ocaml
nicoo_ has joined #ocaml
ttm has joined #ocaml
Brocoli_ has joined #ocaml
Druup has joined #ocaml
vpm has quit [Ping timeout: 240 seconds]
skchrko_ has joined #ocaml
mal`` has joined #ocaml
struktured has quit [Ping timeout: 260 seconds]
vpm has joined #ocaml
mreca has quit [Ping timeout: 248 seconds]
Derander has quit [Ping timeout: 248 seconds]
mal``` has quit [Ping timeout: 248 seconds]
rand000 has quit [Ping timeout: 248 seconds]
BiDOrD_ has quit [Ping timeout: 248 seconds]
bobry has quit [Ping timeout: 248 seconds]
cdidd has quit [Ping timeout: 248 seconds]
Armael has quit [Ping timeout: 248 seconds]
acieroid has quit [Ping timeout: 248 seconds]
The_third_man has quit [Ping timeout: 248 seconds]
Drup has quit [Ping timeout: 248 seconds]
def-lkb has quit [Ping timeout: 248 seconds]
Druup is now known as Drup
zpe has quit [Ping timeout: 252 seconds]
bobry_ is now known as bobry
vpm has quit [Excess Flood]
chingfantsou has left #ocaml []
mcclurmc has joined #ocaml
shinnya has quit [Ping timeout: 248 seconds]
_habnabit has quit [Ping timeout: 248 seconds]
skchrko has quit [Ping timeout: 248 seconds]
PM has quit [Ping timeout: 248 seconds]
tristero has quit [Ping timeout: 248 seconds]
def-lkb has joined #ocaml
gnuvince has joined #ocaml
olasd has quit [Ping timeout: 248 seconds]
Asmadeus has quit [Ping timeout: 248 seconds]
adrien has quit [Ping timeout: 248 seconds]
noplamodo has quit [Ping timeout: 248 seconds]
gasche has quit [Ping timeout: 248 seconds]
nicoo has quit [Ping timeout: 248 seconds]
dRbiG has quit [Ping timeout: 248 seconds]
mch has quit [Quit: Odcházím]
vpm has joined #ocaml
gnuvince has quit [Changing host]
gnuvince has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
mcclurmc has joined #ocaml
mfp_ has quit [Ping timeout: 260 seconds]
gustav___ has quit [Ping timeout: 260 seconds]
gustav___ has joined #ocaml
jonludlam has quit [Ping timeout: 260 seconds]
hyperboreean has quit [Ping timeout: 260 seconds]
pango has quit [Ping timeout: 260 seconds]
hyperboreean has joined #ocaml
nicoo_ is now known as nicoo
Asmadeus_ is now known as Asmadeus
mfp_ has joined #ocaml
pango has joined #ocaml
flx_ has joined #ocaml
mreca_ has quit [Quit: Textual IRC Client: www.textualapp.com]
mcclurmc_ has joined #ocaml
mreca has joined #ocaml
gnuvince- has joined #ocaml
rand000 has joined #ocaml
Asmadeus_ has joined #ocaml
emias_ has joined #ocaml
mcclurmc_ is now known as zzzo23
hnrgrgr_ has joined #ocaml
zzzo23 is now known as mcclurmc_
mcclurmc_ has quit [Client Quit]
madroach_ has joined #ocaml
ia0_ has joined #ocaml
mcclurmc_ has joined #ocaml
hto has joined #ocaml
mcclurmc_ has quit [Client Quit]
Qrntz_ has joined #ocaml
groovy2shoes has quit [Quit: groovy2shoes]
zpe has joined #ocaml
CalimeroTeknik_ has joined #ocaml
mcclurmc has quit [*.net *.split]
def-lkb has quit [*.net *.split]
Brocoli_ has quit [*.net *.split]
Drup has quit [*.net *.split]
trystero has quit [*.net *.split]
Asmadeus has quit [*.net *.split]
rand000_ has quit [*.net *.split]
madroach has quit [*.net *.split]
troydm has quit [*.net *.split]
Fnar has quit [*.net *.split]
hnrgrgr has quit [*.net *.split]
hto_ has quit [*.net *.split]
wormphlegm has quit [*.net *.split]
flux has quit [*.net *.split]
xian has quit [*.net *.split]
ia0 has quit [*.net *.split]
emias has quit [*.net *.split]
CalimeroTeknik has quit [*.net *.split]
Qrntz has quit [*.net *.split]
aqz has quit [*.net *.split]
nk0 has quit [*.net *.split]
xaimus has quit [*.net *.split]
alex_nx has quit [*.net *.split]
ccasin has quit [*.net *.split]
bernardofpc has quit [*.net *.split]
cross has quit [*.net *.split]
gnuvince has quit [*.net *.split]
rossberg has quit [*.net *.split]
robink has quit [*.net *.split]
lopho has quit [*.net *.split]
bitbckt has quit [*.net *.split]
gereedy has quit [*.net *.split]
stomp has quit [*.net *.split]
ggherdov has quit [*.net *.split]
jave has quit [*.net *.split]
mehdid has quit [*.net *.split]
patronus has quit [*.net *.split]
j0sh has quit [*.net *.split]
nickmeharry has quit [*.net *.split]
asmanur has quit [*.net *.split]
vpm has quit [*.net *.split]
mal`` has quit [*.net *.split]
ttm has quit [*.net *.split]
noplamodo_ has quit [*.net *.split]
gasche_ has quit [*.net *.split]
BiDOrD has quit [*.net *.split]
rwmjones has quit [*.net *.split]
jlouis_ has quit [*.net *.split]
Neros has quit [*.net *.split]
so has quit [*.net *.split]
tianon has quit [*.net *.split]
tlockney has quit [*.net *.split]
caligula has quit [*.net *.split]
sgnb has quit [*.net *.split]
bholst has quit [*.net *.split]
Khady has quit [*.net *.split]
Axord has quit [*.net *.split]
pippijn has quit [*.net *.split]
chris2 has quit [*.net *.split]
ddosia has quit [*.net *.split]
flx_ is now known as flux
mcclurmc has joined #ocaml
xian has joined #ocaml
wormphlegm has joined #ocaml
def-lkb has joined #ocaml
cdidd has joined #ocaml
vpm has joined #ocaml
mal`` has joined #ocaml
ttm has joined #ocaml
noplamodo_ has joined #ocaml
gasche_ has joined #ocaml
BiDOrD has joined #ocaml
stomp has joined #ocaml
gereedy has joined #ocaml
bitbckt has joined #ocaml
lopho has joined #ocaml
robink has joined #ocaml
rossberg has joined #ocaml
rwmjones has joined #ocaml
jlouis_ has joined #ocaml
Neros has joined #ocaml
so has joined #ocaml
tianon has joined #ocaml
tlockney has joined #ocaml
caligula has joined #ocaml
sgnb has joined #ocaml
bholst has joined #ocaml
Khady has joined #ocaml
Axord has joined #ocaml
pippijn has joined #ocaml
ggherdov has joined #ocaml
jave has joined #ocaml
chris2 has joined #ocaml
ddosia has joined #ocaml
nk0 has joined #ocaml
mehdid has joined #ocaml
patronus has joined #ocaml
xaimus has joined #ocaml
j0sh has joined #ocaml
nickmeharry has joined #ocaml
alex_nx has joined #ocaml
ccasin has joined #ocaml
asmanur has joined #ocaml
bernardofpc has joined #ocaml
cross has joined #ocaml
Fnar has joined #ocaml
flx_ has joined #ocaml
Drup has joined #ocaml
Brocoli_ has joined #ocaml
Brocoli_ is now known as Armael
snyp has quit [Quit: Leaving]
flux has quit [Ping timeout: 264 seconds]
thomasga has joined #ocaml
flx_ is now known as flux
bobry has quit [Ping timeout: 264 seconds]
jonludlam has joined #ocaml
thomasga has quit [Client Quit]
bobry_ has joined #ocaml
aqz has joined #ocaml
aqz is now known as Guest54257
xian_ has joined #ocaml
thomasga has joined #ocaml
ocp has quit [Ping timeout: 245 seconds]
thomasga has quit [Client Quit]
dant3 has joined #ocaml
groovy2shoes has joined #ocaml
xian has quit [Ping timeout: 250 seconds]
Drup has quit [Ping timeout: 250 seconds]
Drup has joined #ocaml
boogie has joined #ocaml
nikki93_ has quit [Read error: Connection reset by peer]
nikki93 has joined #ocaml
ygrek has quit [Ping timeout: 252 seconds]
thomasga has joined #ocaml
AltGr has joined #ocaml
olasd_ is now known as olasd
groovy2shoes has quit [Quit: groovy2shoes]
jwatzman|work has joined #ocaml
sepp2k has quit [Quit: Konversation terminated!]
Arsenik has joined #ocaml
gnuvince- has quit [Changing host]
gnuvince- has joined #ocaml
gnuvince- is now known as gnuvince
thomasga has quit [Quit: Leaving.]
europlus has joined #ocaml
thomasga has joined #ocaml
thomasga has quit [Client Quit]
europlus has quit [Remote host closed the connection]
zxqdms has joined #ocaml
watermind has joined #ocaml
jonludlam has quit [Remote host closed the connection]
peterbb has quit [Ping timeout: 246 seconds]
Kakadu has joined #ocaml
<watermind> this is a bit quiet, hope it's ok to go on a tangent...
ttamttam has joined #ocaml
<adrien_oww> NO§
<adrien_oww> !
* adrien_oww runs away
ttamttam has quit [Client Quit]
<watermind> one thing I never got about Moggi's computational lambda calculus papers was how he avoided interpreting let x = e in e' as syntactic sugar for (fun x => e') e
<watermind> instead he gives it direct semantics which are basically monadic composition
<watermind> now... how would that differ from using the syntact sugar above?
<watermind> at least with simple monads (e.g. error monad) I can't see any difference
pango has quit [Read error: Operation timed out]
peterbb has joined #ocaml
mreca has quit [Quit: Textual IRC Client: www.textualapp.com]
mcclurmc has quit [Remote host closed the connection]
milosn has quit [Remote host closed the connection]
mcclurmc has joined #ocaml
trystero has joined #ocaml
troydm has joined #ocaml
pango has joined #ocaml
mreca has joined #ocaml
milosn has joined #ocaml
mreca has quit [Ping timeout: 240 seconds]
ttamttam has joined #ocaml
ttamttam has quit [Client Quit]
<ggole> watermind: afaik they should be the same, except possibly for type checking
watermind has quit [Remote host closed the connection]
watermind has joined #ocaml
thomasga has joined #ocaml
thomasga has quit [Client Quit]
<robert_> so now I'm trying to install ocaml-lwt from git and "Error: Unbound module OASISDynRun"
milosn has quit [Remote host closed the connection]
studwork has joined #ocaml
studwork has quit [Remote host closed the connection]
<adrien_> why from git?
<adrien_> if you need a specific change, it would be better to get the latest tarball and apply the corresponding patfh
<adrien_> patch*
<adrien_> robert_: there has been no release with that patch included?
<robert_> nope.
<robert_> (so far as I can see.)
<rks`> robert_: even if there hasn't been, the opam package includes the patch
<rks`> so you don't need to install lwt from git
<robert_> ah, okay.
<Drup> robert_: there is release from 2 month ago, it should include the patch
thomasga has joined #ocaml
jao has joined #ocaml
jao has quit [Changing host]
jao has joined #ocaml
mreca has joined #ocaml
ggole has quit []
divier has joined #ocaml
skchrko_ has quit [Quit: Leaving]
divier has quit [Remote host closed the connection]
adrien_ is now known as adrien
BitPuffin has joined #ocaml
<robert_> Drup: Well, apparently not.
svazist has joined #ocaml
Nahra has quit [Quit: Lost terminal]
<robert_> Drup: Even with 2.4.3 it still fails the exact same way.
_5kg_ has joined #ocaml
<robert_> rks`: I would like to install this with the ArchLinux' packaging system so you can make sure things are installed correctly; can I download and not compile packages or something?
troydm has quit [Quit: What is hope? That all of your wishes and all of your dreams come true? (C) Rau Le Creuset]
svazist has quit [Ping timeout: 272 seconds]
troydm has joined #ocaml
kyrylo has joined #ocaml
_5kg_ has quit [Ping timeout: 240 seconds]
thomasga has quit [Quit: Leaving.]
BitPuffin has quit [Ping timeout: 240 seconds]
acieroid` is now known as acieroid
BitPuffin has joined #ocaml
_5kg_ has joined #ocaml
thomasga has joined #ocaml
thomasga has quit [Client Quit]
kyrylo has quit [Quit: Don't give up! Tell ya neighbour, tell ya friend...]
kyrylo has joined #ocaml
<rks`> robert_: can't help you sorry
<robert_> nevermind,I figured it out. :D
<robert_> nevermind, *
mcclurmc has quit [Remote host closed the connection]
lostcuaz has joined #ocaml
lostcuaz has quit [Client Quit]
ttamttam has joined #ocaml
ocp has joined #ocaml
milosn has joined #ocaml
ttamttam has quit [Quit: ttamttam]
milosn_ has joined #ocaml
milosn has quit [Read error: Connection reset by peer]
milosn_ is now known as milosn
mcclurmc has joined #ocaml
dant3 has quit [Remote host closed the connection]
dant3 has joined #ocaml
lostcuaz has joined #ocaml
pango has quit [Ping timeout: 252 seconds]
Kakadu has quit []
gnuvince has quit [Ping timeout: 252 seconds]
lostcuaz has quit [Ping timeout: 240 seconds]
lostcuaz has joined #ocaml
AltGr has left #ocaml []
ttamttam has joined #ocaml
lostcuaz has quit [Ping timeout: 240 seconds]
lostcuaz has joined #ocaml
rand000 has quit [Quit: leaving]
dant3 has quit []
fschwidom has joined #ocaml
ttamttam has quit [Quit: ttamttam]
BitPuffin has quit [Ping timeout: 260 seconds]
zpe has quit [Remote host closed the connection]
jao has quit [Read error: Connection reset by peer]
BitPuffin has joined #ocaml
snyp has joined #ocaml
snyp has quit [Client Quit]
BitPuffin has quit [Ping timeout: 245 seconds]
Nahra has joined #ocaml
BitPuffin has joined #ocaml
BitPuffin has quit [Client Quit]
watermind has quit [Remote host closed the connection]
watermind has joined #ocaml
Arsenik has quit [Ping timeout: 248 seconds]
ulfdoz has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
nikki93 has quit [Read error: Connection reset by peer]
nikki93 has joined #ocaml
pango_ has joined #ocaml
mreca has quit [Remote host closed the connection]
mreca has joined #ocaml
pango_ is now known as pango
mcclurmc has joined #ocaml
palomer has quit [Ping timeout: 260 seconds]
palomer has joined #ocaml
mreca has quit [Quit: Textual IRC Client: www.textualapp.com]
Arsenik has joined #ocaml
CamelFodder has joined #ocaml
gnuvince has joined #ocaml
gnuvince has quit [Changing host]
gnuvince has joined #ocaml
mreca has joined #ocaml
gnuvince has quit [Ping timeout: 240 seconds]
CamelFodder has quit [Read error: Connection reset by peer]
emias_ has quit [Quit: Changing server]
emias has joined #ocaml
ulfdoz has quit [Ping timeout: 240 seconds]
fschwidom has quit [Remote host closed the connection]
CamelFodder has joined #ocaml
CamelFodder has quit [Remote host closed the connection]
strobegen has quit [Quit: Leaving.]
ocp has quit [Ping timeout: 250 seconds]
CamelFodder has joined #ocaml
nikki93 has quit [Read error: Connection reset by peer]
nikki93 has joined #ocaml
mreca has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mort___ has joined #ocaml
WraithM_ has quit [Ping timeout: 252 seconds]
palomer has quit [Ping timeout: 248 seconds]
mort___ has quit [Remote host closed the connection]
milosn has quit [Ping timeout: 272 seconds]
mreca has joined #ocaml
mcclurmc has quit []
darkf has joined #ocaml
kyrylo has quit [Ping timeout: 250 seconds]
nullFxn has joined #ocaml
nullFxn has quit [Read error: Connection reset by peer]
nullFxn has joined #ocaml
nullFxn has quit [Read error: Connection reset by peer]
nullFxn has joined #ocaml
Arsenik has quit [Remote host closed the connection]
lostcuaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jao has joined #ocaml
jao has quit [Changing host]
jao has joined #ocaml
spacun has joined #ocaml
watermind has quit [Read error: Connection reset by peer]
watermind has joined #ocaml
watermind has quit [Client Quit]
watermind has joined #ocaml
osa1 has joined #ocaml
watermind has quit [Quit: Konversation terminated!]
watermind has joined #ocaml
nikki93 has quit [Ping timeout: 240 seconds]
nikki93 has joined #ocaml
spacun has quit [Ping timeout: 246 seconds]
Nahra has quit [Quit: leaving]
pyon has joined #ocaml
madroach_ has quit [Ping timeout: 246 seconds]
Nahra has joined #ocaml
madroach has joined #ocaml
mfp_ has quit [Read error: Operation timed out]
mfp_ has joined #ocaml
Simn has quit [Quit: Leaving]
struktured has joined #ocaml