Drk-Sd has quit [Read error: Connection reset by peer]
Drk-Sd has joined #ocaml
ramenboy has quit [Remote host closed the connection]
avsm has quit [Quit: Leaving.]
Drk-Sd has quit [Quit: dodolost]
maelcoluim has quit [Ping timeout: 256 seconds]
maskd has quit [Quit: foo]
Modius has quit [Quit: I'm big in Japan]
yakischloba has quit [Quit: Leaving.]
joewilliams_away is now known as joewilliams
boscop_ has joined #ocaml
boscop has quit [Ping timeout: 246 seconds]
boscop_ has quit [Client Quit]
CcSsNET has joined #ocaml
mal`` has quit [Ping timeout: 246 seconds]
mal`` has joined #ocaml
_unK has quit [Remote host closed the connection]
CcSsNET has quit [Read error: Connection reset by peer]
Associat0r has quit [Quit: Associat0r]
gwynddyllyd has joined #ocaml
gwynddyllyd has quit [Quit: Lost terminal]
bzzbzz has quit [Quit: leaving]
joewilliams is now known as joewilliams_away
Amorphous has quit [Ping timeout: 276 seconds]
Amorphous has joined #ocaml
yakischloba has joined #ocaml
yakischloba has quit [Client Quit]
yakischloba has joined #ocaml
travisbrady has joined #ocaml
yakischloba has quit [Quit: Leaving.]
infoe- has left #ocaml []
ninegrid has joined #ocaml
<travisbrady>
I'd like to build a simple in memory queue server in Ocaml not unlike Redis, anyone have any pointers? should I be using LWT?
mutew has joined #ocaml
mutew has quit [Client Quit]
travisbrady has quit [Quit: travisbrady]
ulfdoz has joined #ocaml
tmaeda is now known as tmaedaZ
Submarine has joined #ocaml
pimmhogeling has joined #ocaml
Yoric has joined #ocaml
avsm1 has joined #ocaml
thrasibule has quit [Ping timeout: 246 seconds]
yakischloba has joined #ocaml
yakischloba has quit [Client Quit]
ski_ has joined #ocaml
jonafan_ has joined #ocaml
derdon has joined #ocaml
jonafan has quit [Ping timeout: 264 seconds]
cataska has quit [Quit: leaving]
slash_ has joined #ocaml
avsm1 has quit [Quit: Leaving.]
hyperboreean has quit [Ping timeout: 260 seconds]
Drk-Sd has joined #ocaml
maskd has joined #ocaml
bluestorm has joined #ocaml
ikaros has joined #ocaml
hyperboreean has joined #ocaml
pimmhogeling has quit [Ping timeout: 256 seconds]
bluestorm has quit [Quit: Leaving]
ikaros has quit [Ping timeout: 256 seconds]
ikaros has joined #ocaml
Smerdyakov has joined #ocaml
<Smerdyakov>
Is anyone interested in helping me test a platform for hosting web applications written in Ur/Web, my programming language which supports type-level computation in an ML-ish setting?
boscop_ has joined #ocaml
tmaedaZ is now known as tmaeda
elehack has joined #ocaml
Submarine has quit [Quit: Leaving]
Drk-Sd has quit [Quit: aw]
gareth_0 has joined #ocaml
ulfdoz_ has joined #ocaml
ulfdoz has quit [Ping timeout: 252 seconds]
Drk-Sd has joined #ocaml
Yoric has quit [Quit: Yoric]
thrasibule has joined #ocaml
Yoric has joined #ocaml
Submarine has joined #ocaml
* Smerdyakov
tries to figure out why two French guys he knows in person joined within seconds of each other. :)
<orbitz>
stalking you
_zack has joined #ocaml
_zack has quit [Quit: Leaving.]
<Camarade_Tux>
don't you know we're all plotting behind your backs? =)
<Drk-Sd>
o/
<Smerdyakov>
Well, at least, no one wants to help me test my web site. :(
<Camarade_Tux>
busy coding right now
<Camarade_Tux>
errr, I mean, *should* *be* busy coding ;-)
* Smerdyakov
wonders why the OCaml Meeting isn't colocated with ICFP.
gwynddyllyd has joined #ocaml
Waleee has joined #ocaml
derdon has quit [Quit: derdon]
joewilliams_away is now known as joewilliams
tmaeda is now known as tmaedaZ
gareth_000 has joined #ocaml
gareth_0 has quit [Ping timeout: 246 seconds]
gwynddyllyd has quit [Quit: Lost terminal]
lokydor has joined #ocaml
Yoric has quit [Quit: Yoric]
Yoric has joined #ocaml
gareth_000 has quit [Remote host closed the connection]
gareth_000 has joined #ocaml
joewilliams is now known as joewilliams_away
sshc has quit [Quit: leaving]
derdon has joined #ocaml
gareth_000 has quit [Remote host closed the connection]
gareth_000 has joined #ocaml
ikaros has quit [Quit: Leave the magic to Houdini]
lokydor has quit [Ping timeout: 252 seconds]
gareth_000 has quit [Remote host closed the connection]
<derdon>
should I make the list test_cases local and put it in _?
<flux>
for such a small program I don't think it makes any difference
<flux>
maybe it's more useful this way: if you're testing in the toplevel, you have still access to it
<derdon>
ok
<flux>
looks fine to me, except for the funny indentation differences between let write_headline and the following let _
<derdon>
flux: already detected and fixed :)
<derdon>
flux: I prefer an indentation of 2 spaces in ocaml. I think they're enough
ski_ has quit [Quit: Lost terminal]
itewsh has joined #ocaml
yakischloba has quit [Quit: Leaving.]
tunefish has joined #ocaml
itewsh has quit [Quit: There are only 10 kinds of people: those who understand binary and those who don't]
Submarine has joined #ocaml
Waleee has quit [Ping timeout: 252 seconds]
MissPiggy has joined #ocaml
<MissPiggy>
hi I just installed ocaml and it says "dyld: unknown required load command 0x80000022
<MissPiggy>
when you try to run it in the command line
<MissPiggy>
I don't know what to do then.. should I uninstall it somehow?
<flux>
well, I can only say that doesn't sound normal :)
Waleee has joined #ocaml
<threeve>
Are you running Mac OS X 10.5?
<MissPiggy>
ahh
<MissPiggy>
yes I am
<MissPiggy>
I just installed 3.11.1 instead of 3.11.2 and that one works
<threeve>
Yea, that sounds like an issue when an app is built on 10.6.x with incorrect flags for 10.5 support.
<MissPiggy>
oh great now I have to install camlp5
<MissPiggy>
hah
<threeve>
Perhaps the 3.11.2 build is not properly 10.5 compatible. FYI, I'm a complete ocaml newbie, I just recognize that error from other Mac development.
_Jedai_ has joined #ocaml
<derdon>
what is the best way of printing lists?
<Smerdyakov>
If you're just getting started with OCaml, you shouldn't be printing anything.
<Smerdyakov>
Use the toplevel's printing of expression values.
ikaros has joined #ocaml
<derdon>
Smerdyakov: I want to test a function I wrote within an *.ml file
<derdon>
Smerdyakov: or should I use the toplevel and use that function there?
<Smerdyakov>
Yes.
<derdon>
ok
<orbitz>
toplevel is the tits
<orbitz>
Smerdyakov: how is the ocmpany going? still in boston?
<derdon>
orbitz: no tits yet, before that I want to write some scripts ;)
<Smerdyakov>
orbitz, that's what I asked for your help with. ;)
<orbitz>
Smerdyakov: Hopefully i can find osme tiem this week
<derdon>
Smerdyakov: the toplevel says "Error: Reference to undefined global `Utils'"
<derdon>
Smerdyakov: opening the module worked fine
<derdon>
Smerdyakov: but not accessing a function of it
<orbitz>
what does module M = Utils;; show you for functions?
<derdon>
orbitz: the same error message
<Smerdyakov>
derdon, and how did you "open the module"?
<derdon>
Smerdyakov: open Utils;;
<Smerdyakov>
derdon, [open] has no effect on which code is available.
<Smerdyakov>
derdon, it just introduces shorthands.
<derdon>
Smerdyakov: oh!
<Smerdyakov>
derdon, have you read the manual page on the OCaml toplevel?