smimou changed the topic of #ocaml to: OCaml 3.08.3 available! | Archive of Caml Weekly News: http://sardes.inrialpes.fr/~aschmitt/cwn/ | A free book: http://cristal.inria.fr/~remy/cours/appsem/ | Mailing List: http://caml.inria.fr/bin/wilma/caml-list/ | Cookbook: http://pleac.sourceforge.net/
vezenchio has quit ["Ayn Rand encapsulates the rage that every teenager feels on finding that his first paycheque has had taxes taken out of it"]
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
vodka-goo has quit [Read error: 110 (Connection timed out)]
vodka-goo has joined #ocaml
gim has quit [Read error: 110 (Connection timed out)]
smimou has quit ["?"]
Smerdyakov has quit ["eat"]
ulfdoz has joined #ocaml
ulfdoz_ has quit [Read error: 60 (Operation timed out)]
<eyda|mon> just came accross a book "Ocaml for Experienced Programmers" (http://www.bogonomicon.com/bblog/book/html/book1.html) where the author says "... Ocaml is bad at is banging directly on hardware. Ocaml would be a horrible choice to write an operating system, device driver, or low-level embedded program, or a hard real-time program in. In this arena, C is still king." . Having recently read an article on Desert Spring-Time (An Ocaml OS
<eyda|mon> http://dst.purevoid.org/) I'm wondering what people's opionion is?
<araujo> That sounds like a very bad book.
<araujo> :-)
vodka-goo has quit [Remote closed the connection]
<mlh_> or that's a very bad OS :-O
Smerdyakov has joined #ocaml
<araujo> mm.. i don't get it..
<Smerdyakov> araujo, that is too bad.
<araujo> I just see a bunch of .c files for that kernel...
<araujo> Hello Smerdyakov :-)
<araujo> Smerdyakov, seen this http://dst.purevoid.org ?
<Smerdyakov> Yup. Heard about it in top secret Microsoft mail!!
<araujo> :-P
Herrchen1 has joined #ocaml
Herrchen_ has quit [Read error: 60 (Operation timed out)]
y6cmE has joined #ocaml
y6cmE is now known as y6cmE|busy
vezenchio has joined #ocaml
Smerdyakov has quit ["here comes a special boy"]
<eyda|mon> hm
<eyda|mon> so no specific opinions on wether ocaml would be a horrible choice to write device drivers in?
<ulfdoz> re
shawn_ has quit [Read error: 104 (Connection reset by peer)]
shawn has joined #ocaml
ulfdoz has quit ["Reconnecting"]
ulfdoz has joined #ocaml
<ulfdoz> But there should be no problem to write the low level stuff in C and a highly portable Core in Ocaml.
<ulfdoz> Strange, my irssi scrambles servers and channels in a weird way. :\
araujo has quit ["Programs must be written for people to read, and only incidentally for machines to execute"]
<eyda|mon> "Apple Computer is expected to announce Monday that it's ending its tumultuous relationship with IBM and will switch to Intel's microprocessors, according to published reports." interesting
eyda|mon has left #ocaml []
Herrchen1 is now known as Herrchen
mlh_ has quit [Client Quit]
araujo has joined #ocaml
pango has quit [Remote closed the connection]
batdog is now known as batdog|gone
pango has joined #ocaml
__DL__ has joined #ocaml
smimou has joined #ocaml
Snark has joined #ocaml
y6cmE|busy has quit ["KVIrc 3.2.0 'Realia'"]
vodka-goo has joined #ocaml
_fab has joined #ocaml
gim has joined #ocaml
ulfdoz has quit [brown.freenode.net irc.freenode.net]
cognominal has quit [brown.freenode.net irc.freenode.net]
mattam has quit [brown.freenode.net irc.freenode.net]
shrimpx has quit [brown.freenode.net irc.freenode.net]
__DL__ has quit [brown.freenode.net irc.freenode.net]
TeXitoi has quit [brown.freenode.net irc.freenode.net]
skylan has quit [brown.freenode.net irc.freenode.net]
TeXitoi has joined #ocaml
ulfdoz has joined #ocaml
cognominal has joined #ocaml
skylan has joined #ocaml
shrimpx has joined #ocaml
shrimpx has quit [brown.freenode.net irc.freenode.net]
ulfdoz has quit [brown.freenode.net irc.freenode.net]
cognominal has quit [brown.freenode.net irc.freenode.net]
__DL__ has joined #ocaml
mattam has joined #ocaml
shrimpx has joined #ocaml
cognominal has joined #ocaml
ulfdoz has joined #ocaml
ulfdoz has quit [brown.freenode.net irc.freenode.net]
shrimpx has quit [brown.freenode.net irc.freenode.net]
cognominal has quit [brown.freenode.net irc.freenode.net]
mattam has quit [brown.freenode.net irc.freenode.net]
mattam has joined #ocaml
shrimpx has joined #ocaml
cognominal has joined #ocaml
ulfdoz has joined #ocaml
y6cmE has joined #ocaml
_JusSx_ has joined #ocaml
bk_ has joined #ocaml
Zaius has joined #ocaml
<Zaius> greetings gentleman,
<Zaius> has any of you ever tried to use japanese characters in caml programs, ocamldoc especially - is there hope to make it work?
y6cmE has quit [Read error: 60 (Operation timed out)]
Zaius has left #ocaml []
batdog|gone is now known as batdog
araujo has quit [Read error: 110 (Connection timed out)]
raboof has joined #ocaml
<raboof> hi. what is the neatest way to convert [()] into something the typechecker allows (like plain () )? ;)
<raboof> (i get it as the result of a map
bzzbzz has joined #ocaml
<mattam> ?
<mattam> is it a joke or ... ?
<raboof> no i'm serious, just not awfully clear i guess :)
<raboof> i'm doing a "map (print_tyarg namelist) bindings", where "print_tyarg namelist binding" returns a unit
<mattam> do iter instead
<raboof> ah, sweet, thanks
cognominal has quit ["Leaving"]
cognominal has joined #ocaml
ralf has joined #ocaml
<ralf> hi all
<ralf> ocaml can cross compile to MIPSel?
raboof has left #ocaml []
Gueben has joined #ocaml
vezenchio has quit ["Ayn Rand encapsulates the rage that every teenager feels on finding that his first paycheque has had taxes taken out of it"]
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
<TeXitoi> ocaml can't native compile for mipsel
<TeXitoi> but you can use the bytecode
<TeXitoi> you have to compile the vm for mipsel, and then, you compile you're bitecode where you want
<TeXitoi> s/you're bitecode/your bytecode/
<senko> i'm bitecode! :)
<TeXitoi> ouch! ;-)
Skal has joined #ocaml
Gueben has quit ["plouf"]
p has joined #ocaml
menace has joined #ocaml
p is now known as mw
bk_ has joined #ocaml
TeXitoi has quit [Read error: 104 (Connection reset by peer)]
TeXitoi has joined #ocaml
pango has quit ["Leaving"]
araujo has joined #ocaml
mauke has quit [Remote closed the connection]
mauke has joined #ocaml
araujo has quit ["Programs must be written for people to read, and only incidentally for machines to execute"]
Skal has quit ["Client exiting"]
eponymous has joined #ocaml
TeXitoi has quit [Remote closed the connection]
TeXitoi has joined #ocaml
Sonarman has joined #ocaml
<Snark> good night
Snark has left #ocaml []
araujo has joined #ocaml
menace has quit [Remote closed the connection]
pango has joined #ocaml
_JusSx_ has quit ["leaving"]
mw has quit ["."]
<ulfdoz> Gute Nacht/Good Night
<bk_> gn8
mlh_ has joined #ocaml
__DL__ has quit [Remote closed the connection]
vodka-goo has quit []
smimou has quit ["?"]
Sonarman has quit [Read error: 54 (Connection reset by peer)]