adrien changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | Upcoming OCaml MOOC: https://huit.re/ocamlmooc | OCaml 4.03.0 release notes: http://ocaml.org/releases/4.03.html | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
nicoo has quit [Remote host closed the connection]
nicoo has joined #ocaml
bruce_r has joined #ocaml
stux|RC-only has joined #ocaml
nicholasf has joined #ocaml
al-damiri has quit [Quit: Connection closed for inactivity]
sillyotter has joined #ocaml
sillyotter has quit [Client Quit]
agile_cyborg has quit [Quit: Leaving]
fraggle_ has quit [Ping timeout: 260 seconds]
shinnya has quit [Ping timeout: 240 seconds]
fraggle_ has joined #ocaml
MercurialAlchemi has joined #ocaml
rossberg_ has quit [Ping timeout: 264 seconds]
rossberg_ has joined #ocaml
rossberg_ has quit [Ping timeout: 258 seconds]
FreeBirdLjj has joined #ocaml
MercurialAlchemi has quit [Ping timeout: 244 seconds]
ygrek_ has quit [Ping timeout: 240 seconds]
seangrove has quit [Ping timeout: 276 seconds]
seangrove has joined #ocaml
seangrove has quit [Ping timeout: 265 seconds]
kushal has quit [Quit: Leaving]
rgrinberg has quit [Ping timeout: 250 seconds]
FreeBirdLjj has quit [Remote host closed the connection]
tmtwd has joined #ocaml
Atomic_wuAo7 has quit [Read error: Connection reset by peer]
Algebr` has joined #ocaml
kushal has joined #ocaml
MercurialAlchemi has joined #ocaml
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
MercurialAlchemi has quit [Ping timeout: 240 seconds]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 244 seconds]
manizzle has quit [Remote host closed the connection]
manizzle has joined #ocaml
FreeBirdLjj has joined #ocaml
rossberg has joined #ocaml
MercurialAlchemi has joined #ocaml
tmtwd_ has joined #ocaml
govg has quit [Ping timeout: 258 seconds]
tmtwd has quit [Ping timeout: 265 seconds]
copy` has quit [Quit: Connection closed for inactivity]
FreeBirdLjj has quit [Remote host closed the connection]
tmtwd_ has quit [Ping timeout: 250 seconds]
tmtwd_ has joined #ocaml
kamog has joined #ocaml
govg has joined #ocaml
FreeBirdLjj has joined #ocaml
kamog has quit [Remote host closed the connection]
ontologiae_ has joined #ocaml
tmtwd_ has quit [Ping timeout: 244 seconds]
zpe has joined #ocaml
TheLemonMan has joined #ocaml
bruce_r has quit [Ping timeout: 264 seconds]
FreeBirdLjj has quit [Remote host closed the connection]
ontologiae_ has quit [Ping timeout: 264 seconds]
ygrek_ has joined #ocaml
ggole has joined #ocaml
FreeBirdLjj has joined #ocaml
<Algebr`> For the OCaml bindings to llvm, would something like this be possible: replace the front end with OCaml but still make a resultant clang binary with all the same flags
Simn has joined #ocaml
nicholasf has quit [Remote host closed the connection]
infinity0 has quit [Ping timeout: 240 seconds]
infinity0 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
Atomic_wuAo7 has joined #ocaml
fluter has quit [Ping timeout: 250 seconds]
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
kushal has quit [Quit: Leaving]
ontologiae has joined #ocaml
tane has joined #ocaml
dexterph` has joined #ocaml
fluter has joined #ocaml
jbrown has quit [Quit: Leaving]
jbrown has joined #ocaml
sh0t has quit [Remote host closed the connection]
ygrek_ has quit [Ping timeout: 260 seconds]
ontologiae_ has joined #ocaml
jwatzman|work has joined #ocaml
ontologiae_ has quit [Ping timeout: 240 seconds]
kushal has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
pierpa has joined #ocaml
antoro_ is now known as antoro
kakadu has joined #ocaml
FreeBirdLjj has joined #ocaml
Algebr` has quit [Ping timeout: 265 seconds]
nicholasf has joined #ocaml
larhat has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
Atomic_wuAo7 has quit [Quit: AtomicIRC: The nuclear option.]
tane has quit [Quit: Verlassend]
Nahra has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
fluter has quit [Ping timeout: 258 seconds]
infinity0_ has joined #ocaml
infinity0_ has quit [Changing host]
infinity0_ has joined #ocaml
infinity0 has quit [Ping timeout: 264 seconds]
fluter has joined #ocaml
infinity0_ has quit [Remote host closed the connection]
infinity0 has joined #ocaml
FreeBirdLjj has joined #ocaml
infinity0 has quit [Remote host closed the connection]
atsampson has quit [Quit: Lost terminal]
atsampson has joined #ocaml
infinity0 has joined #ocaml
kushal has quit [Remote host closed the connection]
johnelse has quit [Quit: leaving]
Algebr` has joined #ocaml
vramana has joined #ocaml
infinity0 has quit [Remote host closed the connection]
johnelse has joined #ocaml
<vramana> I am a OCaml beginner I am trying get my first program running https://gist.github.com/vramana/159a938c65412d35f418fdee222c64f7 All I get is syntax error in the line 4. Can somebody help me with this?
<lyxia> let cwd = ... in
infinity0 has joined #ocaml
silver has joined #ocaml
<lyxia> the double semi-colon at line 5 should be a simple semi-colon
<lyxia> double semi-colon separates top-level statements
ontologiae_ has joined #ocaml
d0nn1e has quit [Ping timeout: 276 seconds]
ontologiae_ has quit [Ping timeout: 240 seconds]
d0nn1e has joined #ocaml
<vramana> @lyxia I still get an error in line 9
<vramana> I updated the gist with the changes
<lyxia> vramana: keep ;; at line 7
<lyxia> isn't line 1 #require core?
<Algebr`> need to do: #require "core"
<lyxia> yeah that
<Algebr`> and rid the ; on exit 0
<Algebr`> wrote a comment to fix it
Nahra has quit [Read error: Connection reset by peer]
<Algebr`> ah, vramana, I think you're the one that emailed me :)
<vramana> @Algebr` Yes. I was searching for you under fxfactorial here.
<Algebr`> yes, either Algebr/fxfactorial
<vramana> Still syntax error at line 1
<Algebr`> yep, updated comment
_andre has joined #ocaml
Algebr` has quit [Read error: No route to host]
Nahra has joined #ocaml
Algebr` has joined #ocaml
<vramana> Nope.
<vramana> File "files.ml", line 1, characters 0-1:
<vramana> Error: Syntax error
<Algebr`> are you using ocaml or utop
<vramana> ocamlc
<Algebr`> ocamlc is the byte compiler
<Algebr`> it doesn't know about #require
<Algebr`> use utop
<Algebr`> opam install utop
<vramana> I have utop installed.
<vramana> How I do run the file
<vramana> Okay got it. #use
<Leonidas> vramana: you probably don't want to have exit in there.
<Leonidas> because the program will exit anyway
<vramana> Leonidas: Yeah.
<Algebr`> utop foo.ml
jwatzman|work has quit [Quit: jwatzman|work]
ebird has joined #ocaml
struk|desk has quit [Remote host closed the connection]
yomimono has joined #ocaml
ebird has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
sdothum has joined #ocaml
nicholasf has quit [Remote host closed the connection]
nicholasf has joined #ocaml
tane has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
ebird has joined #ocaml
two_wheels has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ebird has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
ebird has joined #ocaml
two_wheels has joined #ocaml
jwatzman|work has joined #ocaml
ebird has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
ebird has joined #ocaml
jwatzman|work has quit [Client Quit]
jwatzman|work has joined #ocaml
sgnb has quit [Ping timeout: 252 seconds]
ebird has quit [Remote host closed the connection]
ebird has joined #ocaml
companion_cube has quit [Remote host closed the connection]
companion_cube has joined #ocaml
ebird has left #ocaml ["ERC (IRC client for Emacs 24.5.1)"]
ebird has joined #ocaml
companion_cube has quit [Remote host closed the connection]
companion_cube has joined #ocaml
nicholasf has quit [Ping timeout: 264 seconds]
nicholasf has joined #ocaml
nichola__ has joined #ocaml
nicholasf has quit [Ping timeout: 240 seconds]
evhan has quit [Ping timeout: 258 seconds]
al-damiri has joined #ocaml
rgrinberg has joined #ocaml
stux|RC has joined #ocaml
struk|desk has joined #ocaml
atsampson has quit [Quit: leaving]
atsampson has joined #ocaml
two_wheels has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Muzer has quit [Ping timeout: 258 seconds]
tane has quit [Quit: Verlassend]
stux|RC-only has quit [Quit: Aloha!]
nichola__ has quit [Remote host closed the connection]
two_wheels has joined #ocaml
MercurialAlchemi has quit [Ping timeout: 265 seconds]
sepp2k has joined #ocaml
emias has quit [Ping timeout: 240 seconds]
silver_ has joined #ocaml
rgrinberg has quit [Quit: WeeChat 1.5]
silver has quit [Ping timeout: 252 seconds]
seangrove has joined #ocaml
rgrinberg has joined #ocaml
rgrinberg has quit [Client Quit]
emias has joined #ocaml
rgrinberg has joined #ocaml
kushal has joined #ocaml
pyon has quit [Quit: I ship it.]
tane has joined #ocaml
pyon has joined #ocaml
rgrinberg has quit [Ping timeout: 240 seconds]
rgrinberg has joined #ocaml
pierpa has quit [Ping timeout: 260 seconds]
jwatzman|work has quit [Quit: jwatzman|work]
ebird has quit [Remote host closed the connection]
MercurialAlchemi has joined #ocaml
slash^ has joined #ocaml
yomimono has quit [Ping timeout: 258 seconds]
two_wheels has quit [Quit: Textual IRC Client: www.textualapp.com]
SilverKey has joined #ocaml
yomimono has joined #ocaml
shinnya has joined #ocaml
zpe has quit [Remote host closed the connection]
Muzer has joined #ocaml
larhat has quit [Quit: Leaving.]
bruce_r has joined #ocaml
govg has quit [Ping timeout: 260 seconds]
mbrock has joined #ocaml
seangrove has quit [Ping timeout: 244 seconds]
SilverKey has quit [Read error: Connection reset by peer]
tane has quit [Quit: Leaving]
Anarchos has joined #ocaml
infinity0 has quit [Remote host closed the connection]
Anarchos has quit [Client Quit]
dexterph` has quit [Ping timeout: 260 seconds]
Algebr` has quit [Ping timeout: 260 seconds]
silver_ is now known as silver
infinity0 has joined #ocaml
ontologiae has quit [Ping timeout: 265 seconds]
nicholasf has joined #ocaml
tane has joined #ocaml
strykerkkd has joined #ocaml
Heasummn has joined #ocaml
yomimono has quit [Ping timeout: 244 seconds]
adi___ has quit [Ping timeout: 264 seconds]
adi___ has joined #ocaml
jeffmo has joined #ocaml
jeffmo has quit [Client Quit]
jeffmo has joined #ocaml
govg has joined #ocaml
ggole has quit []
emmanueloga has quit [Ping timeout: 250 seconds]
pierpa has joined #ocaml
emmanueloga has joined #ocaml
slash_ has joined #ocaml
slash^ has quit [Ping timeout: 250 seconds]
darkf has quit [Read error: Connection reset by peer]
darkf has joined #ocaml
ygrek_ has joined #ocaml
TheLemonMan has quit [Remote host closed the connection]
kakadu has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
copy` has joined #ocaml
TheLemonMan has joined #ocaml
picolino has quit [Ping timeout: 240 seconds]
nicholasf has quit [Remote host closed the connection]
picolino has joined #ocaml
yomimono has joined #ocaml
atsampson has quit [Quit: reeeeboooooooot]
darkf has quit [Read error: Connection reset by peer]
slash_ has quit [Quit: Leaving]
darkf has joined #ocaml
kakadu has joined #ocaml
yomimono has quit [Ping timeout: 264 seconds]
kushal has quit [Quit: Leaving]
Heasummn has quit [Ping timeout: 260 seconds]
yomimono has joined #ocaml
strykerkkd has quit [Quit: Leaving]
atsampson has joined #ocaml
mbrock has quit [Quit: Connection closed for inactivity]
ontologiae_ has joined #ocaml
evhan has joined #ocaml
sheijk has quit [Quit: .]
sheijk has joined #ocaml
MercurialAlchemi has quit [Ping timeout: 244 seconds]
yomimono has quit [Ping timeout: 244 seconds]
hyperboreean has quit [Quit: leaving]
hyperboreean has joined #ocaml
troydm has joined #ocaml
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
Simn has quit [Quit: Leaving]
mbrock has joined #ocaml
_andre has quit [Quit: leaving]
antranigv has joined #ocaml
Nahra has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
agarwal1975 has quit [Quit: agarwal1975]
agarwal1975 has joined #ocaml
sepp2k has quit [Quit: Leaving.]
ontologiae_ has quit [Ping timeout: 244 seconds]
unbalanced has joined #ocaml
unbalanced has quit [Client Quit]
nicholasf has joined #ocaml
nicholasf has quit [Remote host closed the connection]
rgrinberg has quit [Ping timeout: 265 seconds]
pierpa has quit [Ping timeout: 265 seconds]
pyon has quit [Ping timeout: 240 seconds]
tane has quit [Quit: Leaving]
Ravana has quit [Ping timeout: 240 seconds]
Ravana has joined #ocaml
ansiwen has quit [Ping timeout: 264 seconds]
nicholasf has joined #ocaml
ansiwen has joined #ocaml
nicholasf has quit [Remote host closed the connection]
ontologiae_ has joined #ocaml
Nahra has joined #ocaml
ontologiae_ has quit [Ping timeout: 265 seconds]
antoro is now known as antoro_
Orion3k has quit [Ping timeout: 276 seconds]
Orion3k has joined #ocaml
nicholasf has joined #ocaml
nicholasf has quit [Remote host closed the connection]
johnelse has quit [Read error: Connection reset by peer]
al-damiri has quit [Quit: Connection closed for inactivity]
kakadu has quit [Remote host closed the connection]
mbrock has quit [Quit: Connection closed for inactivity]
noddy has joined #ocaml
Heasummn has joined #ocaml