amnn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
The_Mad_Pirate has joined #ocaml
rgrinberg has joined #ocaml
SomeDamnBody has joined #ocaml
keen_____ has joined #ocaml
keen____ has quit [Ping timeout: 264 seconds]
sdothum has quit [Read error: Connection reset by peer]
sdothum has joined #ocaml
systmkor has quit [Quit: Leaving]
gabemc has joined #ocaml
gabemc has quit [Ping timeout: 246 seconds]
Algebr has joined #ocaml
rgrinberg has quit [Ping timeout: 255 seconds]
Algebr has quit [Read error: Connection reset by peer]
ygrek has joined #ocaml
rgrinberg has joined #ocaml
mcc has joined #ocaml
<mcc>
Hi y'all
mcclurmc_ has quit [Remote host closed the connection]
ygrek has quit [Ping timeout: 265 seconds]
<mcc>
Hey, I have a question about ocaml-ctypes-- someone said that I can just reach "through" ocaml-ctypes and access libffi directly
<mcc>
I can't quite seem to find that in the interface
<mcc>
How do I do that?
rgrinberg has quit [Ping timeout: 250 seconds]
badkins has quit []
stupidjoblessper has joined #ocaml
<stupidjoblessper>
Just looking for advice. How can someone who is almost 30 and never had a job get one? I have been applying(fast food, retail, entry level) just to be told I am not what they are looking for (We have reviewed your application for this position and will be proceeding with other candidates at this time.) or they are not hiring. No interviews. Cannot volunteer as there is no where near too
<mcc>
stupidjoblessper: well... do you know ocaml? and what country or u.s. state do you physically live in?
stupidjoblessper has quit [Read error: Connection reset by peer]
stupidjoblessper has joined #ocaml
<stupidjoblessper>
Kansas
<stupidjoblessper>
no
<stupidjoblessper>
Kansas
sdothum has quit [Read error: Connection reset by peer]
<mcc>
ok. that is hard. i do not think i know the answer :( my plan would be to move to a place where there are more jobs available or less competition for them, but i realize that is very hard without a job.
<stupidjoblessper>
I cannot move
rgrinberg has joined #ocaml
tjscanlon has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mcc has quit [Quit: /quit]
jrmd has joined #ocaml
idegen has quit [Quit: Leaving.]
enquora has quit [Quit: enquora]
SomeDamnBody has quit [Ping timeout: 244 seconds]
stupidjoblessper has quit [Read error: Connection reset by peer]
<SomeDamnBody>
I'd like a pipe that can read and write both ways... is there a version of that, or do I have to pass two reader writer pairs everywhere
ollehar has quit [Ping timeout: 240 seconds]
Submarine has quit [Remote host closed the connection]
psy_ has quit [Ping timeout: 272 seconds]
yomimono has joined #ocaml
mcclurmc has joined #ocaml
octachron has quit [Ping timeout: 246 seconds]
octachron has joined #ocaml
Haudegen has joined #ocaml
freling has quit [Quit: Leaving.]
<SomeDamnBody>
also, for the deferred type, is there no await?
<SomeDamnBody>
i need an await that will allow me to sequence operations in a well formed manner. I see map and >>= and all those others, but those put a function to be called. I want the current thread of execution to not proceed until the deferred becomes determined
ollehar has joined #ocaml
octachron has quit [Quit: Leaving]
slash^ has joined #ocaml
slash^ has quit [Client Quit]
Snark has quit [Read error: Connection reset by peer]
Hannibal_Smith has joined #ocaml
badkins has quit []
rgrinberg has joined #ocaml
ollehar has quit [Ping timeout: 240 seconds]
freling has joined #ocaml
Haudegen has quit [Ping timeout: 276 seconds]
tmtwd has joined #ocaml
tmtwd has quit [Ping timeout: 240 seconds]
rgrinberg has quit [Ping timeout: 255 seconds]
slash^ has joined #ocaml
Haudegen has joined #ocaml
rgrinberg has joined #ocaml
hay207 has quit [Ping timeout: 256 seconds]
kushal has quit [Ping timeout: 276 seconds]
ollehar has joined #ocaml
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
SomeDamnBody has quit [Ping timeout: 240 seconds]
rgrinberg has quit [Ping timeout: 265 seconds]
yomimono has quit [Ping timeout: 252 seconds]
darkf has quit [Quit: Leaving]
ollehar has quit [Ping timeout: 244 seconds]
ollehar has joined #ocaml
emanuelz has joined #ocaml
hay207 has joined #ocaml
hay207 has quit [Ping timeout: 240 seconds]
wraithm has quit [Quit: leaving]
hay207 has joined #ocaml
nullcat_ has joined #ocaml
rgrinberg has joined #ocaml
tmtwd has joined #ocaml
robink_ has quit [Ping timeout: 248 seconds]
yomimono has joined #ocaml
freling has quit [Quit: Leaving.]
kdas_ has joined #ocaml
robink_ has joined #ocaml
Gama11 has quit [Ping timeout: 276 seconds]
whirm has joined #ocaml
<whirm>
hi all. Is this a good place to ask about building an ocaml crosscompiler or should I ask somewhere else?
robink_ is now known as robink
freling has joined #ocaml
swgillespie has joined #ocaml
emanuelz has quit [Quit: emanuelz]
kdas_ has quit [Quit: Leaving]
<adrien>
whirm: it is
swgillespie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
emanuelz has joined #ocaml
Algebr has joined #ocaml
rgrinberg has quit [Ping timeout: 256 seconds]
q66 has left #ocaml ["Leaving"]
AlexRussia has quit [Ping timeout: 264 seconds]
q66 has joined #ocaml
<whirm>
adrien: great :) I'm trying to build an ocaml crosscompiler but I guess I'm doing something wrong as it builds a bunch of objects for amd64 but then it tries to assemble arm.S with the amd64 gcc.