gildor changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | OCaml 3.12.0 http://bit.ly/aNZBUp
_unK has quit [Remote host closed the connection]
avsm has quit [Quit: Leaving.]
ulfdoz has quit [Ping timeout: 252 seconds]
jakedouglas has quit [Quit: Leaving.]
aj2009 has joined #ocaml
mjonsson has joined #ocaml
mzp has joined #ocaml
aj2009 has quit [Quit: Leaving]
aj2009 has joined #ocaml
schmrkc has quit [Ping timeout: 265 seconds]
schmrkc has joined #ocaml
schmrkc has quit [Changing host]
schmrkc has joined #ocaml
erickt has quit [Ping timeout: 272 seconds]
mzp has quit [Quit: leaving]
schmrkc has quit [Ping timeout: 272 seconds]
schmrkc has joined #ocaml
itsmyown has joined #ocaml
mjonsson has quit [Remote host closed the connection]
mjonsson has joined #ocaml
schmrkc has quit [Ping timeout: 252 seconds]
schmrkc has joined #ocaml
schmrkc has quit [Changing host]
schmrkc has joined #ocaml
boscop_ has joined #ocaml
boscop has quit [Ping timeout: 252 seconds]
mzp has joined #ocaml
itsmyown has quit [Quit: ircII EPIC5-1.1.2 -- Are we there yet?]
jakedouglas has joined #ocaml
valross has joined #ocaml
poincare101 has quit [Ping timeout: 252 seconds]
mzp has quit [Quit: leaving]
mzp has joined #ocaml
mzp has quit [Client Quit]
jakedouglas has quit [Quit: Leaving.]
mjonsson has quit [Remote host closed the connection]
mjonsson has joined #ocaml
joewilliams is now known as joewilliams_away
joewilliams_away is now known as joewilliams
jakedouglas has joined #ocaml
ulfdoz has joined #ocaml
ski has quit [Read error: Connection reset by peer]
aj2009 has quit [Quit: Leaving]
Snark has joined #ocaml
sepp2k_ has quit [Quit: sepp2k_]
ftrvxmtrx has quit [Quit: Leaving]
ttamttam has joined #ocaml
Yoric has joined #ocaml
ulfdoz has quit [Ping timeout: 272 seconds]
jakedouglas has quit [Quit: Leaving.]
Yoric has quit [Quit: Yoric]
Amorphous has quit [Ping timeout: 240 seconds]
Amorphous has joined #ocaml
ftrvxmtrx has joined #ocaml
dest has joined #ocaml
oriba has joined #ocaml
ikaros has joined #ocaml
barismetin has joined #ocaml
Erkan_Yilmaz_ has quit [Ping timeout: 245 seconds]
Erkan_Yilmaz_ has joined #ocaml
noj has quit [Remote host closed the connection]
barismetin has quit [Remote host closed the connection]
ttamttam has quit [Ping timeout: 264 seconds]
avsm has joined #ocaml
barismetin has joined #ocaml
robthebob has quit [Remote host closed the connection]
thelema has quit [Remote host closed the connection]
thelema has joined #ocaml
_andre has joined #ocaml
noj has joined #ocaml
th5 has joined #ocaml
avsm has quit [Quit: Leaving.]
avsm has joined #ocaml
oriba_ has joined #ocaml
oriba has quit [Read error: Operation timed out]
ftrvxmtrx has quit [Read error: Connection reset by peer]
iris1 has quit [Remote host closed the connection]
iris1 has joined #ocaml
ftrvxmtrx has joined #ocaml
mjonsson has quit [Ping timeout: 265 seconds]
_unK has joined #ocaml
oriba_ has left #ocaml []
avsm has quit [Quit: Leaving.]
rwmjones is now known as rwmjones_afk
poincare101 has joined #ocaml
jakedouglas has joined #ocaml
sepp2k has joined #ocaml
fraggle_laptop has quit [Remote host closed the connection]
valross has quit [Quit: Ex-Chat]
jakedouglas has quit [Quit: Leaving.]
joewilliams is now known as joewilliams_away
joewilliams_away is now known as joewilliams
cthuluh has quit [Read error: Operation timed out]
th5 has quit [Quit: th5]
dest has quit [Quit: leaving]
ulfdoz has joined #ocaml
jakedouglas has joined #ocaml
init1 has joined #ocaml
iago has joined #ocaml
iago has quit [Client Quit]
Edward_ has joined #ocaml
barismetin has quit [Remote host closed the connection]
cthuluh has joined #ocaml
Erkan_Yilmaz_ has quit [Quit: Leaving for some distraction, http://www.last.fm/user/Erkan-Yilmaz]
cthuluh has quit [Read error: Operation timed out]
ftrvxmtrx has quit [Quit: Leaving]
rwmjones_afk is now known as rwmjones
Edward_ has quit []
jonafan_ has joined #ocaml
jonafan has quit [Ping timeout: 265 seconds]
Yoric has joined #ocaml
ccasin has joined #ocaml
root_ has joined #ocaml
poincare101 has quit [Disconnected by services]
root_ has left #ocaml []
poincare101 has joined #ocaml
<poincare101> what tutorial would you guys recommend for a complete beginner? And, where can I find a basic "hello, world" type program that I can compile?
Snark has quit [Ping timeout: 272 seconds]
<hcarty> poincare101: http://www.ocaml-tutorial.org/ has a tutorial and links to several others
<hcarty> The tutorial in the official OCaml manual is very well done
jakedouglas has quit [Quit: Leaving.]
<hcarty> poincare101: And Jason Hickey's book is very good - http://www.cs.caltech.edu/courses/cs134/cs134b/book.pdf
<poincare101> hcarty: Thank you.
<poincare101> I've heard that ocaml has a larger userbase than haskell, however, freenode channel size is much smaller, why would this be?
<bitbckt> MLers are busy getting work done. ;-)
<poincare101> :)
det has quit [Read error: Connection reset by peer]
<adrien> and because there is no correlation between both
jonafan_ is now known as jonafan
iago has joined #ocaml
tangerine_ has joined #ocaml
<poincare101> is there any transperant big integer support for ocaml?
tangerine_ has left #ocaml []
init1 has quit [Quit: Quitte]
<hcarty> poincare101: What do you mean by transparent?
<hcarty> poincare101: The standard library is here - http://caml.inria.fr/pub/docs/manual-ocaml/libref/index.html
<adrien> have a look at Num maybe (in the link hcarty gave)
<hcarty> poincare101: Two common extensions to the standard library are OCaml Batteries (http://batteries.forge.ocamlcore.org/) and Jane St.'s Core (http://ocaml.janestreet.com/?q=node/13)
<hcarty> Oops, I thought both of those extended Num and Big_int. Apparently only Batteries does
<hcarty> poincare101: pa_do provides some nice syntax for working with the Num module adrien suggested
<hcarty> Among other things
ftrvxmtrx has joined #ocaml
Yoric has quit [Quit: Yoric]
_andre has quit [Quit: *puff*]
<emias> .oO( "MLers are busy getting work done." - Haskellers got it done already. ) ;-)
jakedouglas has joined #ocaml
<hcarty> emias: But they're still waiting for the code to finish running! Woo!
<hcarty> :-)
<emias> hehe
easy4 has joined #ocaml
ftrvxmtrx has quit [Ping timeout: 272 seconds]
boscop_ has left #ocaml []
fraggle_ has quit [Ping timeout: 276 seconds]
ftrvxmtrx has joined #ocaml
boscop has joined #ocaml
<bitbckt> emias: Hah. I disagree solely on empirical grounds. ;)
Edward_ has joined #ocaml
ikaros has quit [Quit: Leave the magic to Houdini]
ccasin has quit [Quit: Leaving]
_unK has quit [Remote host closed the connection]
sepp2k has quit [Ping timeout: 255 seconds]
Edward_ has quit []
sepp2k has joined #ocaml
objorn has quit [Ping timeout: 240 seconds]
Edward_ has joined #ocaml