Taaus changed the topic of #ocaml to: http://caml.inria.fr/oreilly-book/
timmy has joined #ocaml
* Dybbuk is away: I'm away! No, really.
timmy has left #ocaml []
timmy has joined #ocaml
<timmy> test
smkl has quit [carter.openprojects.net irc.openprojects.net]
smkl has joined #ocaml
skylan has quit ["Reconnecting"]
skylan has joined #ocaml
smkl has quit [Read error: 110 (Connection timed out)]
Yurik has quit ["Client Exiting"]
Yurik has joined #ocaml
Yurik has quit ["Client Exiting"]
Yurik has joined #ocaml
Yurik has quit ["Client Exiting"]
Yurik has joined #ocaml
Yurik has quit ["Client Exiting"]
smkl has joined #ocaml
Yurik has joined #ocaml
adiabatic has joined #ocaml
skylan has quit [Read error: 104 (Connection reset by peer)]
skylan has joined #ocaml
Yurik has quit [Read error: 104 (Connection reset by peer)]
Yurik has joined #ocaml
adiabatic has left #ocaml []
Cryptor has joined #ocaml
smkl has quit [Read error: 113 (No route to host)]
gene9 has joined #ocaml
<Yurik> gene9: hi there
<gene9> Yurik: hi
<gene9> ok, time to go. bye.
gene9 has quit ["Client Exiting"]
* Dybbuk is back (gone 15:36:49)
smkl has joined #ocaml
<Dybbuk> So it's not that difficult to have OCaml do lazy evaluation, I take it?
<Dybbuk> You just use the 'lazy' module?
<Yurik> yep
<Yurik> define smthing as lazy <expr>
<Yurik> and then Lazy.force
<Dybbuk> Ok, cool.
<Dybbuk> OCaml kicks ass.
<Dybbuk> I am so happy to have found it!
<Yurik> yeah
<Yurik> OCaml rules da world :-)
owll has joined #ocaml
<Dybbuk> But I would really like to see some more simple examples of the Lazy module.
<Dybbuk> Anybody know of any?
<Yurik> you can do 'em by yourself :-)
<Dybbuk> Well, I could if I had a more complete understanding. :)
<Dybbuk> But I'm playing around with it, I'll figure it out.
<Yurik> :)
<Yurik> well, I just jave no examples on the hand
<Yurik> s/jave/have/
<Dybbuk> Ok.
Cryptor has quit [Success]
Miwong has joined #ocaml
<Miwong> hello
<Dybbuk> Howdy!
Miwong has quit ["...124"]
malc has joined #ocaml
skylan has quit [Read error: 104 (Connection reset by peer)]
skylan has joined #ocaml
malc has quit ["no reason"]
<Dybbuk> Is it possible to build a shared library in OCaml and access it via C?
<smkl> no, but you can have a normal library. ocaml doesn't support dynamic linking for native code atm
<Dybbuk> Static linking, though?
<smkl> yes
<Dybbuk> Cool.
<Dybbuk> Is dynamic linking in the works?
<Dybbuk> It's looking like there's a good chance I'll be able to convince my manager that OCaml is the right way to go.
<Dybbuk> But we're going to need to access our OCaml bits in Perl for a while.
<Dybbuk> As horrible as that sounds.
owll has quit [Read error: 110 (Connection timed out)]