<thelema>
well, there's a ton of code to do good things. As to its quality, I won't vouch. It looks like they didn't mind writing lots of code.
<thelema>
tsuyoshi: no combinator in the stdlib... hmmm... why...
<thelema>
wow, non-functorized set/map
Associat0r has joined #ocaml
<AxleLonghorn>
It has a large standard library that makes it useful for many of the same applications as Python or Perl, as well as robust modular and object-oriented programming constructs that make it applicable for large-scale software engineering. < from the OCaml wikipedia article
<AxleLonghorn>
I take it this isn't completely true
johnnowak has quit []
ygrek has joined #ocaml
Stefan_vK has joined #ocaml
<tsuyoshi>
"large" is a matter of opinion
<tsuyoshi>
the stdlib is certainly smaller than python or perl though
Stefan_vK1 has quit [Read error: 110 (Connection timed out)]
AxleLonghorn has left #ocaml []
vixey has joined #ocaml
Snark has joined #ocaml
ygrek has quit [Remote closed the connection]
ygrek has joined #ocaml
PierreN has quit ["leaving"]
fschwidom has joined #ocaml
Yoric[DT] has joined #ocaml
_zack has joined #ocaml
thelema has quit [Read error: 110 (Connection timed out)]
Camarade_Tux has joined #ocaml
_zack has quit ["Leaving."]
_zack has joined #ocaml
ikaros has joined #ocaml
marmotine has joined #ocaml
sporkmonger has quit []
fschwidom has quit [Read error: 60 (Operation timed out)]
ikaros has quit [Read error: 110 (Connection timed out)]
ikaros has joined #ocaml
_zack has quit ["Leaving."]
seafood_ has quit []
maskd has quit [Read error: 60 (Operation timed out)]
thelema has joined #ocaml
fschwidom has joined #ocaml
jeremiah has quit [Read error: 104 (Connection reset by peer)]
buluca has joined #ocaml
jeremiah has joined #ocaml
ched__ has quit [Remote closed the connection]
maskd has joined #ocaml
ikaros_ has joined #ocaml
fschwidom has quit [Remote closed the connection]
ikaros has quit [Read error: 110 (Connection timed out)]
itewsh has joined #ocaml
_zack has joined #ocaml
jeremiah has quit [Read error: 104 (Connection reset by peer)]
jeremiah has joined #ocaml
ikaros has joined #ocaml
_zack has quit ["Leaving."]
ikaros_ has quit [Read error: 60 (Operation timed out)]
ikaros_ has joined #ocaml
ikaros has quit [Read error: 104 (Connection reset by peer)]
itewsh has quit ["There are only 10 kinds of people: those who understand binary and those who don't"]
jlouis has quit ["Leaving"]
_zack has joined #ocaml
_zack has quit ["Leaving."]
Smerdyakov has joined #ocaml
ched has joined #ocaml
buluca has quit ["baluca"]
hsuh has quit [Remote closed the connection]
jonasb_ has joined #ocaml
johnnowak has joined #ocaml
johnnowak has quit [Client Quit]
pango has quit [Remote closed the connection]
jonasb has quit [Read error: 110 (Connection timed out)]
pango has joined #ocaml
Camarade_Tux_ has joined #ocaml
_zack has joined #ocaml
Camarade_Tux has quit [Read error: 110 (Connection timed out)]
Camarade_Tux_ is now known as Camarade_Tux
ched has quit [Remote closed the connection]
jonasb_ is now known as jonasb
ched has joined #ocaml
ched has quit [Remote closed the connection]
buluca has joined #ocaml
Anarchos has joined #ocaml
<Anarchos>
what is the option to include debugging informations in the .o generated by ocamlopt ?
<Camarade_Tux>
-g ?
<Anarchos>
i thought so, but when i debug i get no debugging informations. Maybe they are stripped when i build the library ?
jeddhaberstro has joined #ocaml
Camarade_Tux has quit [""aaaaaa, mon train !""]
_zack has quit ["Leaving."]
ched has joined #ocaml
buluca has quit ["Lost terminal"]
<Yoric[DT]>
Could anyone define in a few words what "Functional Reactive" programming means?
<Yoric[DT]>
I mean, I've used FR stuff a little but I don't have a clear view of what it is.
<Smerdyakov>
To me, it means defining values dataflow-style in terms of underlying inputs, discrete or continuous.
<Yoric[DT]>
Mmmmhh....
* Yoric[DT]
needs to check on that "continuous" part.
Snark has quit ["Ex-Chat"]
<Anarchos>
kind of synchronous language (lustre, esterel signal), with functions as first-class objects ?