00:02
maurer has quit [Ping timeout: 240 seconds]
00:02
maurer has joined #ocaml
00:06
passiveobserver has joined #ocaml
00:17
Simn has quit [Quit: Leaving]
00:19
maurer has quit [Ping timeout: 240 seconds]
00:21
philtor has quit [Ping timeout: 240 seconds]
00:22
wolfnn has quit [Ping timeout: 240 seconds]
00:24
r0b1 has joined #ocaml
00:25
maurer has joined #ocaml
00:56
struktured has quit [Ping timeout: 252 seconds]
00:56
johnelse is now known as johnelse_away
01:17
tlockney is now known as tlockney_away
01:27
tlockney_away is now known as tlockney
01:28
shinnya has quit [Ping timeout: 240 seconds]
01:32
demonimin has quit [Ping timeout: 240 seconds]
01:35
maurer has quit [Ping timeout: 240 seconds]
01:39
nikki93 has quit [Remote host closed the connection]
01:45
ygrek_ has joined #ocaml
01:46
maurer has joined #ocaml
01:54
maurer has quit [Remote host closed the connection]
01:54
maurer has joined #ocaml
02:04
kopasetik has joined #ocaml
02:07
introom2 has joined #ocaml
02:16
<
kopasetik >
is ocaml big n the finance industry in general or just at jane street?
02:21
<
rgrinberg >
kopasetik: i think bloomberg might use ocaml as well
02:32
tchell has joined #ocaml
02:35
introom2 has quit [Ping timeout: 240 seconds]
02:58
<
kopasetik >
oh cool.
02:59
<
kopasetik >
thanks!
03:49
kopasetik has left #ocaml []
03:50
ggole has joined #ocaml
03:58
struktured has joined #ocaml
04:09
ygrek_ has quit [Ping timeout: 252 seconds]
04:16
struktured has quit [Ping timeout: 240 seconds]
04:20
introom2 has joined #ocaml
04:24
shinnya has joined #ocaml
04:37
tlockney is now known as tlockney_away
05:06
ygrek_ has joined #ocaml
05:13
ggole has joined #ocaml
05:15
Guest___ has joined #ocaml
05:24
philip_ has joined #ocaml
05:25
<
philip_ >
how do I compile a simple code in Ocaml just to verify I got everything set up correctly
05:26
Kakadu has joined #ocaml
05:41
<
ggole >
ocamlc foo.ml should do it
06:06
ygrek_ has quit [Ping timeout: 264 seconds]
06:11
axiles has joined #ocaml
06:25
r0b1 has quit [Ping timeout: 264 seconds]
06:31
philtor has joined #ocaml
06:35
arturgadelshin has joined #ocaml
06:36
philtor has quit [Ping timeout: 264 seconds]
06:39
<
ggole >
Hmm, the write barrier isn't elided for updates to constant objects :/
06:40
<
adrien >
what do you mean?
06:41
<
ggole >
If you update a mutable object to point at a constant object, the write barrier is not necessary
06:41
<
ggole >
(Because it exists to remember edges in the object graph that point into the minor heap, and a constant object is not in the minor heap.)
06:42
<
ggole >
But OCaml emits it anyway.
06:42
<
adrien >
ah, write barrier, I was thinking global lock; I just woke up, I shouldn't try to pretend I can do intelligent things
06:44
<
ggole >
Well, not that big a deal.
06:44
wwilly has joined #ocaml
06:47
ygrek_ has joined #ocaml
07:05
lostcuaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
07:05
shinnya has quit [Ping timeout: 240 seconds]
07:17
nikki93 has joined #ocaml
07:30
Guest___ has quit [Quit: Computer has gone to sleep.]
07:37
ulfdoz has joined #ocaml
07:39
maurer has quit [Remote host closed the connection]
07:39
maurer has joined #ocaml
07:43
nikki93 has quit [Remote host closed the connection]
07:44
maurer has quit [Ping timeout: 240 seconds]
07:45
maurer has joined #ocaml
07:47
Guest_ has joined #ocaml
07:54
maurer has quit [Remote host closed the connection]
08:04
maurer has joined #ocaml
08:06
r0b1 has joined #ocaml
08:11
_flatline_ has quit [Ping timeout: 265 seconds]
08:12
bicgena has quit [Quit: Connection closed for inactivity]
08:17
maurer has quit [Read error: Operation timed out]
08:18
maurer has joined #ocaml
08:19
angerman has joined #ocaml
08:36
Dongyancai has joined #ocaml
08:37
<
Dongyancai >
Sorry, the connection is poor, so I'm not sure whether I posted.
08:38
<
adrien >
don't think so
08:38
<
Dongyancai >
How can I make ocamlnet-fcgi accept arbitrary POST? esp. when I try to upload a file.
08:39
ygrek_ has quit [Ping timeout: 240 seconds]
08:40
Dongyancai has left #ocaml []
08:41
Dongyancai has joined #ocaml
08:43
ollehar has joined #ocaml
08:43
rand000 has joined #ocaml
08:48
shinnya has joined #ocaml
09:20
pminten has joined #ocaml
09:29
ygrek has joined #ocaml
09:34
ygrek has quit [Ping timeout: 253 seconds]
09:39
Thooms has joined #ocaml
09:40
introom2 has quit [Ping timeout: 252 seconds]
09:40
r0b1 has quit [Ping timeout: 240 seconds]
09:45
ulfdoz has quit [Ping timeout: 264 seconds]
09:50
<
flux >
dongyancai, just a guess, but is the mime type correct during upload?
09:53
ygrek has joined #ocaml
09:53
ulfdoz has joined #ocaml
10:00
q66 has joined #ocaml
10:06
<
Dongyancai >
flux, is multipart/form-data for http header and application/oct-stream for encapsulated correct?
10:06
<
flux >
dongyancai, hmm, actually I think both should work for files..
10:06
<
flux >
but I could be wrong :)
10:07
<
flux >
try what ie. curl uses with its binary upload feature :)
10:07
<
Dongyancai >
*oct-stream -> octet-stream
10:18
angerman has quit [Remote host closed the connection]
10:19
angerman has joined #ocaml
10:19
q66 has quit [Ping timeout: 252 seconds]
10:23
<
Kakadu >
Guys, what key binding in emacs do you use for ocp-indent-line?
10:25
<
Kakadu >
When I write (local-set-key [tab] 'ocp-indent-line) it changes TAB key behavior EVERYWHERE
10:25
introom2 has joined #ocaml
10:27
pminten has quit [Remote host closed the connection]
10:30
angerman has quit [Read error: Connection reset by peer]
10:32
ygrek has quit [Remote host closed the connection]
10:32
angerman has joined #ocaml
10:32
ollehar has quit [Ping timeout: 264 seconds]
10:35
ygrek has joined #ocaml
10:52
csakatoku has joined #ocaml
10:52
csakatoku has quit [Client Quit]
10:52
Simn has joined #ocaml
11:20
Arsenik has joined #ocaml
11:36
angerman has quit [Quit: Gone]
11:37
angerman has joined #ocaml
12:04
pminten has joined #ocaml
12:08
arturgadelshin has quit [Ping timeout: 240 seconds]
12:10
talzeus has quit [Read error: Connection reset by peer]
12:10
talzeus has joined #ocaml
12:10
talzeus has quit [Remote host closed the connection]
12:11
talzeus has joined #ocaml
12:14
arturgadelshin has joined #ocaml
12:18
malo has joined #ocaml
12:27
demonimin has joined #ocaml
12:38
ulfdoz has quit [Ping timeout: 240 seconds]
12:47
avsm has joined #ocaml
12:47
<
Dongyancai >
solved, my fault... charset error
12:47
ulfdoz has joined #ocaml
12:51
shinnya has quit [Ping timeout: 252 seconds]
12:52
ulfdoz has quit [Ping timeout: 240 seconds]
12:54
darkf has quit [Quit: Leaving]
13:11
arj has joined #ocaml
13:13
cago has joined #ocaml
13:57
Thooms has quit [Quit: WeeChat 0.3.8]
13:58
<
flux >
kakadu, what was the problem?
13:58
<
flux >
or, rather, the solution :)
13:58
<
flux >
(I haven't yet tried ocp-indent-line but seems like it'd be useful to know)
13:59
<
Kakadu >
I needed (require tuareg) and adding new value to its keymap
14:02
<
flux >
btw, regarding my late problem with merlin and the lack of support for thread-package: B +threads in .merlin solves that (thanks, def-lkb)
14:02
Dongyancai has quit [Ping timeout: 264 seconds]
14:04
lostcuaz has joined #ocaml
14:05
Dongyancai has joined #ocaml
14:32
rand000 has quit [Ping timeout: 240 seconds]
14:44
introom2 has quit [Ping timeout: 252 seconds]
14:53
ulfdoz has joined #ocaml
15:02
_flatline_ has joined #ocaml
15:24
bacam_ is now known as bacam
15:25
Thooms has joined #ocaml
15:25
pminten has quit [Remote host closed the connection]
15:28
Guest___ has joined #ocaml
15:42
q66 has joined #ocaml
15:52
bicgena has joined #ocaml
15:55
rand000 has joined #ocaml
16:07
AltGr has joined #ocaml
16:07
AltGr has left #ocaml []
16:08
cdidd has quit [Ping timeout: 240 seconds]
16:09
boogie has joined #ocaml
16:17
philtor has joined #ocaml
16:21
bjorkintosh has quit [Quit: Leaving]
16:38
struktured has joined #ocaml
16:47
philtor has quit [Ping timeout: 264 seconds]
16:49
rand000 has quit [Ping timeout: 240 seconds]
16:52
r0b1 has joined #ocaml
17:00
r0b2 has joined #ocaml
17:00
r0b1 has quit [Ping timeout: 252 seconds]
17:05
_flatline_ has quit [Remote host closed the connection]
17:09
bjorkintosh has joined #ocaml
17:25
ygrek has quit [Ping timeout: 264 seconds]
17:44
arj has quit [Quit: Leaving.]
17:48
lostcuaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:55
malo has quit [Ping timeout: 264 seconds]
17:55
cyanure__ has joined #ocaml
17:55
Arsenik has quit [Read error: Connection reset by peer]
18:12
mort___ has joined #ocaml
18:14
groovy2shoes has joined #ocaml
18:25
rand000 has joined #ocaml
18:33
xybre has joined #ocaml
18:35
<
xybre >
I'm going through the
http://try.ocamlpro.com tutorial and it's asking me to "fix" a few statements to get the proper result, from looking at the previously explained bits about syntax, I'm unable to figure out what the correct syntax would be for the first example in lesson 5 step 4.
18:36
<
xybre >
let xy = let x = 'x' and let y = 'y' in x ::[y]
18:36
<
Kakadu >
don't write 2nd let
18:37
<
Kakadu >
or s/and/in/
18:38
<
xybre >
Okay, interesting I don't think they mentioned that syntax in the tutorial.
18:38
<
adrien >
in let y...
18:38
<
adrien >
both are valid here
18:38
<
adrien >
the second one being simpler
18:48
eni has joined #ocaml
18:48
eni has quit [Max SendQ exceeded]
18:49
r0b2 has quit [Ping timeout: 264 seconds]
18:49
nikki93 has joined #ocaml
18:50
eni has joined #ocaml
18:52
boogie has quit [Remote host closed the connection]
19:10
cago has left #ocaml []
19:22
wwilly has quit [Read error: Connection reset by peer]
19:24
cyanure__ has quit [Remote host closed the connection]
19:25
venk` has joined #ocaml
19:35
struktured has quit [Ping timeout: 240 seconds]
19:37
eni has quit [Remote host closed the connection]
19:50
venk` is now known as venk
19:51
shinnya has joined #ocaml
20:02
mort___ has quit [Quit: Leaving.]
20:04
Kakadu has quit [Quit: Konversation terminated!]
20:09
skchrko has quit [Quit: Leaving]
20:10
cdidd has joined #ocaml
20:10
angerman has quit [Quit: Gone]
20:23
axiles has quit [Remote host closed the connection]
20:37
rand000 has quit [Quit: leaving]
20:43
hyperboreean has quit [Quit: leaving]
20:43
hyperboreean has joined #ocaml
20:52
groovy2shoes has quit [Quit: It is now safe to turn off your Groovebot.]
21:05
avsm has quit [Quit: Leaving.]
21:15
maurer has quit [Ping timeout: 264 seconds]
21:15
maurer has joined #ocaml
21:23
boogie has joined #ocaml
21:31
nikki93 has quit [Remote host closed the connection]
21:41
ulfdoz has quit [Read error: Operation timed out]
21:43
jonludlam has joined #ocaml
21:54
maurer has quit [Read error: Operation timed out]
21:54
philtor has joined #ocaml
21:55
maurer has joined #ocaml
21:56
boogie has quit [Remote host closed the connection]
22:10
boogie has joined #ocaml
22:12
philtor has quit [Ping timeout: 265 seconds]
22:12
struktured has joined #ocaml
22:17
Thooms has quit [Quit: WeeChat 0.3.8]
22:25
lostcuaz has joined #ocaml
22:32
arturgadelshin has quit [Ping timeout: 240 seconds]
22:37
lostcuaz has quit [Ping timeout: 240 seconds]
22:38
avsm has joined #ocaml
22:40
lostcuaz has joined #ocaml
23:05
jonludlam has quit [Remote host closed the connection]
23:09
boogie has quit [Remote host closed the connection]
23:09
Fullma has quit [Ping timeout: 264 seconds]
23:16
q66 has quit [Quit: Leaving]
23:19
avsm has quit [Quit: Leaving.]
23:19
WraithM has joined #ocaml
23:32
boogie has joined #ocaml
23:35
madroach has quit [Ping timeout: 252 seconds]
23:36
boogie has quit [Ping timeout: 240 seconds]
23:37
madroach has joined #ocaml
23:51
darkf has joined #ocaml
23:52
nikki93 has joined #ocaml