joshcryer has quit [Read error: 104 (Connection reset by peer)]
mrsolo_ has joined #ocaml
flux__ has quit [Remote closed the connection]
flux__ has joined #ocaml
bzzbzz has quit [zelazny.freenode.net irc.freenode.net]
TaXules has quit [zelazny.freenode.net irc.freenode.net]
wimp has quit [zelazny.freenode.net irc.freenode.net]
jer has quit [zelazny.freenode.net irc.freenode.net]
Oatmeat|umn has quit [zelazny.freenode.net irc.freenode.net]
chimikal has quit [zelazny.freenode.net irc.freenode.net]
Poopsmith has quit [zelazny.freenode.net irc.freenode.net]
Bigb[a]ng has quit [zelazny.freenode.net irc.freenode.net]
mellum has quit [zelazny.freenode.net irc.freenode.net]
Smerdyakov has quit [zelazny.freenode.net irc.freenode.net]
Demitar has quit [zelazny.freenode.net irc.freenode.net]
ski_ has quit [zelazny.freenode.net irc.freenode.net]
descender has quit [zelazny.freenode.net irc.freenode.net]
illya23b has quit [zelazny.freenode.net irc.freenode.net]
Banana has quit [zelazny.freenode.net irc.freenode.net]
Amorphous has quit [zelazny.freenode.net irc.freenode.net]
mattam has quit [zelazny.freenode.net irc.freenode.net]
jgrimes has quit [zelazny.freenode.net irc.freenode.net]
ertai has quit [zelazny.freenode.net irc.freenode.net]
bzzbzz has joined #ocaml
mellum has joined #ocaml
wimp has joined #ocaml
TaXules has joined #ocaml
Smerdyakov has joined #ocaml
Demitar has joined #ocaml
ski_ has joined #ocaml
jer has joined #ocaml
descender has joined #ocaml
Oatmeat|umn has joined #ocaml
chimikal has joined #ocaml
illya23b has joined #ocaml
Banana has joined #ocaml
Amorphous has joined #ocaml
mattam has joined #ocaml
jgrimes has joined #ocaml
ertai has joined #ocaml
Bigb[a]ng has joined #ocaml
Poopsmith has joined #ocaml
mrsolo__ has quit [Connection reset by peer]
joshcryer has joined #ocaml
mikeX has quit ["zzz"]
<wimp>
sorry, went afk
<Smerdyakov>
"code/data being one".... I don't find that this makes sense in general.
<wimp>
lol; I think I heard about you from the #scheme channel
<wimp>
I'd appreciate hearing your argument for ocaml
<Smerdyakov>
I usually prefer Standard ML when I have a choice.
<Smerdyakov>
The main reasons for ML or Haskell over Scheme are: increased compiler support in finding bugs, more language support for compiling efficient binaries, and the universal use of types to structure and document program modules.
<wimp>
does fast prototyping die off?
<wimp>
do you actually find it faster (dev time; not run time) to code in ocaml rather than scheme?
<Smerdyakov>
Fast prototyping works much better with strong compiler analysis.
<Smerdyakov>
You don't have to understand your temporary prototype as well, because the compiler does it for you.
<wimp>
this seems all nice untril
<wimp>
you get a complex structure that the compiler doesn't understand
<wimp>
then all seems really ugly
<Smerdyakov>
What do you have in mind?
<wimp>
I don't know; I just recall reading online of certain constructs
<wimp>
where H???-Milner type resolution can't resolve it
<Smerdyakov>
Irrelevant without practical examples
<wimp>
true
<wimp>
on another note
<wimp>
how's ocaml's performance when dealing with numeric computations
<wimp>
like matrices ?
<Smerdyakov>
I don't know about the current implementation, but it's hard to imagine another general language approach that is better suited to compilation of efficient binaries performing numeric computations.
<Smerdyakov>
In general, you want Standard ML if you care a lot about performance, and you use MLton.
<wimp>
SML beats ocaml in performance?
<Smerdyakov>
MLton does. Obviously you have to talk about compilers, not languages.
<wimp>
wow, the orelse and andalso of sml seems really weird
<wimp>
if you don't mind one more stupid question
<wimp>
how does sml and ocaml cmopare?
<Smerdyakov>
Besides the OO in OCaml, there is no deep difference.
<wimp>
does SML have the ocaml preprocessor too?
<Smerdyakov>
No.
<wimp>
does ocaml support dynamic typing?
<wimp>
err scoping
<Smerdyakov>
No.
Smerdyakov has left #ocaml []
Smerdyakov has joined #ocaml
<Smerdyakov>
Why do you want dynamic scoping?
<wimp>
just curious if it supports it
<wimp>
human brains are kind of dynamically scoped, no?
<Smerdyakov>
I don't know what that means or what it has to do with software engineering.
wimp has left #ocaml []
wimp has joined #ocaml
Mister_C has joined #ocaml
MisterC has quit [Read error: 110 (Connection timed out)]
slipstream-- has joined #ocaml
descender has quit [Nick collision from services.]
Smerdyakov has quit ["Leaving"]
desc has joined #ocaml
slipstream has quit [Connection timed out]
__DL__ has quit [Remote closed the connection]
ski_ has quit [Read error: 110 (Connection timed out)]
ski_ has joined #ocaml
joeljose4 has joined #ocaml
ramkrsna is now known as rK_lunch
Revision17 has joined #ocaml
rK_lunch is now known as ramkrsna
shawn__ has joined #ocaml
shawn has quit [Read error: 110 (Connection timed out)]
ski has joined #ocaml
ski_ has quit [Nick collision from services.]
_fab has joined #ocaml
gim has joined #ocaml
ppsmimou has joined #ocaml
joeljose4 has left #ocaml []
dark_light has quit [Remote closed the connection]
Revision17 has quit [Read error: 110 (Connection timed out)]
joshcryer has quit [Client Quit]
love-pingoo has joined #ocaml
Snark has joined #ocaml
Snark has quit ["Leaving"]
Plex has joined #ocaml
bzzbzz has quit ["leaving"]
Smerdyakov has joined #ocaml
mikeX has joined #ocaml
Revision17 has joined #ocaml
holo has joined #ocaml
<holo>
hi
<holo>
"A space should always follow a delimiter symbol" <- i'm not proficient in english, what does that mean? the space should go after the delimeter?
<flux__>
yes
<holo>
but to follow is to go behind something so it would be space+delimeter
<holo>
but ok, i think too that is delimiter+space
<mikeX>
no follow in this context means after
<mikeX>
john died, jane followed him a year later
<mikeX>
even in the way you put it holo, (e.g. he was being followed), it still means someone was going *after* him
desc is now known as descender
holo has quit ["This computer has gone to sleep"]
Snark has joined #ocaml
flux__ has quit [zelazny.freenode.net irc.freenode.net]
jips has quit [zelazny.freenode.net irc.freenode.net]
shrimpx has quit [zelazny.freenode.net irc.freenode.net]
Hadaka has quit [zelazny.freenode.net irc.freenode.net]
cmeme has quit [zelazny.freenode.net irc.freenode.net]
flux__ has joined #ocaml
jips has joined #ocaml
cmeme has joined #ocaml
shrimpx has joined #ocaml
Hadaka has joined #ocaml
love-pingoo has quit ["Leaving"]
be has joined #ocaml
<be>
Hello, I'm currently working on a project which needs to read in a bit (usually less than 1mb) of binary data into an array representation. I'm currently using OCaml channels, but these don't allow me to read in a chunk of binary data, rather I must read in each byte at a time (quite time consuming in comparison). Has anyone found a way to read an aribitrary amount of binary data into an array? Thanks for your help.
be has quit []
Revision17 has quit ["Ex-Chat"]
_JusSx_ has joined #ocaml
<_JusSx_>
hi i need to know about lexers and parsers
<_JusSx_>
may you suggest me any links?
Mister_C has quit [Remote closed the connection]
<sieni>
for ocaml or in general?
<_JusSx_>
in general
<sieni>
maybe wikipedia articles are a good start?