pango has quit [Remote closed the connection]
qwr has joined #ocaml
qwr has left #ocaml []
smimou has quit ["bli"]
esizkur has joined #ocaml
pango has joined #ocaml
mbishop has quit [Remote closed the connection]
esizkur has quit ["jmIrc destroyed by the OS"]
bohanlon has quit ["leaving"]
johnnowak has quit []
ijoshua has joined #ocaml
ijoshua has quit ["Computer goes to sleep!"]
Submarine has quit ["Leaving"]
danly has quit [Read error: 110 (Connection timed out)]
Shimei has quit [Connection reset by peer]
Shimei has joined #ocaml
mbishop has joined #ocaml
Shimei has quit [Read error: 104 (Connection reset by peer)]
Shimei has joined #ocaml
bebui has quit [Read error: 113 (No route to host)]
Smerdyakov has quit ["Leaving"]
slipstream-- has joined #ocaml
slipstream has quit [Read error: 110 (Connection timed out)]
johnnowak has joined #ocaml
levi_home has joined #ocaml
krumms has joined #ocaml
chi11 has joined #ocaml
krumms has quit ["Leaving"]
david_koontz has quit ["This computer has gone to sleep"]
david_koontz has joined #ocaml
<
zagzig>
perils of using screen and bitlbee
ikaros has quit [Read error: 60 (Operation timed out)]
velco has joined #ocaml
love-pingoo has joined #ocaml
ikaros has joined #ocaml
pango has quit [Remote closed the connection]
pango has joined #ocaml
johnnowak has quit []
ikaros has quit ["Leaving"]
ikaros has joined #ocaml
pants1 has joined #ocaml
dark_light has quit ["Ex-Chat"]
ikaros has quit ["Leaving"]
ikaros has joined #ocaml
<
love-pingoo>
any way to get the arch endianness from OCaml ?
Tychom has joined #ocaml
<
zmdkrbou>
love-pingoo: using C embedded code :)
Alneyan has joined #ocaml
<
flux->
love-pingoo, hmm.. maybe casting a char array to integer array with Obj.magic, but..
Smerdyakov has joined #ocaml
kaspersv has joined #ocaml
dark_light has joined #ocaml
love-pingoo has quit ["Leaving"]
kaspersv has left #ocaml []
Submarine has joined #ocaml
flux- has quit [Read error: 104 (Connection reset by peer)]
flux- has joined #ocaml
velco has quit ["<boris``> reduction ad absurdum is a fallacious method of proof"]
CaptainBanana has joined #ocaml
malc_ has joined #ocaml
<
pango>
ARCH_BIG_ENDIAN, in `ocamlc -where`/caml/config.h ...
mnemonic has joined #ocaml
<
flux->
I wonder what he needs that information for
chi11 is now known as velco
dblmit has joined #ocaml
david_koontz has quit ["This computer has gone to sleep"]
pango_ has joined #ocaml
<
dblmit>
what's the syntax for function types when declaring a record? Like type foo = { s:string; f:? }
<
pango_>
like function signatures in general
<
pango_>
- : float -> float = <fun>
<
pango_>
there's no single type for all functions, if that's the question
<
dblmit>
I got a syntax error when I tried that
<
dblmit>
if I just use the "string -> string" part it says some record field labels are undefined
<
pango_>
# type foo = { s: string; f: string->string };;
<
pango_>
type foo = { s : string; f : string -> string; }
<
dblmit>
grr, I'm a dumbass, wrong line. thanks
pango has quit [Remote closed the connection]
pango_ has quit [Remote closed the connection]
pango_ has joined #ocaml
malc__ has joined #ocaml
ikaros has quit ["Leaving"]
malc_ has quit [Read error: 110 (Connection timed out)]
ikaros has joined #ocaml
benny has joined #ocaml
benny_ has quit [Read error: 60 (Operation timed out)]
stevan_ has joined #ocaml
stevan__ has quit [Read error: 110 (Connection timed out)]
shawn has quit [Connection timed out]
shawn has joined #ocaml
postalchris has joined #ocaml
malc__ has quit ["leaving"]
postalchris has left #ocaml []
joelr1 has joined #ocaml
<
joelr1>
anyone running ubuntu?
<
pango_>
Debian here, used Ubuntu for a while
<
joelr1>
it seems like a bunch of ocaml library packages are missing in 6.10
<
joelr1>
i'm wondering if i should go with godi or install debian instead
<
pango_>
I have no experience with godi
<
pango_>
much less with mixing godi and debs
<
romanoffi>
what about using ubuntu 6.06 (dapper) if 6.10 doesn't work
<
joelr1>
i'm actually running in parallels on mac osx, i don't care much about the look of linux, all i need is a terminal window
<
joelr1>
would i be better off with debian then?
<
pango_>
plain gnome under debian etch is not so different
velco has quit ["I'm outta here ..."]
<
pango_>
or maybe I don't use gnome deeply enough to see the differences
bluestorm has joined #ocaml
dblmit has quit ["Leaving"]
joelr1 has joined #ocaml
<
joelr1>
folks, i installed debian, whatever the latest version is. uname -a says 2.4.27-3-386
<
joelr1>
can't find any ocaml packages. i installed the very basic package but it comes with apt-get
<
zmdkrbou>
'aptitude search ocaml' doesn't give you any result ?
ikaros has quit [Read error: 60 (Operation timed out)]
Alneyan has quit [Remote closed the connection]
smimou has joined #ocaml
ikaros has joined #ocaml
<
joelr1>
i'll try the ubuntu route i think
<
joelr1>
need to figure out how to add the universe to the package list
<
pango_>
from synaptic, I think
<
romanoffi>
I believe you just edit /etc/apt/sources.list and uncomment the line 'deb http...... edgy universe'
<
romanoffi>
then 'apt-get update'
<
pango_>
joelr1: with a 2.4.x kernel, it must be sarge (stable), at best; testing is more close to Ubuntu, for software versions
<
joelr1>
pango_: how do i add the universe to the apt-get on ubuntu?
<
pango_>
easiest way is to start synaptic, Settings/Repositories
<
joelr1>
ah, i can just edit sources.list
<
joelr1>
so is anyone using godi?
<
joelr1>
find it mos convenient?
<
joelr1>
or do you just apt-get the needed packages
<
joelr1>
cool, thanks
bluestorm has quit ["Konversation terminated!"]
smimou has quit ["bli"]
mnemonic has quit ["leaving"]
david_koontz has joined #ocaml
romanoffi has left #ocaml []