havenwood has quit [Remote host closed the connection]
havenn has quit [Ping timeout: 252 seconds]
dimday has joined #rubinius
benlovell has joined #rubinius
houhoulis has joined #rubinius
amclain has joined #rubinius
nirvdrum has quit [Ping timeout: 256 seconds]
havenwood has joined #rubinius
benlovell has quit [Ping timeout: 265 seconds]
tenderlove has quit [Quit: Leaving...]
dimday has quit [Ping timeout: 246 seconds]
meh` has quit [Ping timeout: 272 seconds]
havenn has joined #rubinius
havenwood has quit [Ping timeout: 248 seconds]
havenn has quit [Ping timeout: 265 seconds]
|jemc| has quit [Ping timeout: 252 seconds]
|jemc| has joined #rubinius
amclain has quit [Quit: Leaving]
craigp has quit [Remote host closed the connection]
havenwood has joined #rubinius
craigp has joined #rubinius
|jemc| has quit [Ping timeout: 255 seconds]
craigp has quit [Remote host closed the connection]
craigp has joined #rubinius
craigp has quit [Remote host closed the connection]
jeremyevans has quit [Ping timeout: 264 seconds]
craigp has joined #rubinius
craigp has quit [Remote host closed the connection]
craigp has joined #rubinius
goyox86 has joined #rubinius
benlovell has joined #rubinius
jeremyevans has joined #rubinius
craigp has quit []
benlovell has quit [Ping timeout: 265 seconds]
rakaur has quit [Read error: Connection reset by peer]
rakaur has joined #rubinius
benlovell has joined #rubinius
benlovell has quit [Ping timeout: 250 seconds]
houhoulis has quit [Remote host closed the connection]
nirvdrum has joined #rubinius
goyox86 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
benlovell has joined #rubinius
RageLtMan has quit [Quit: Ex-Chat]
goyox86 has joined #rubinius
houhoulis has joined #rubinius
nirvdrum has quit [Ping timeout: 252 seconds]
max96at|off is now known as max96at
meh` has joined #rubinius
houhoulis has quit [Remote host closed the connection]
goyox86 has quit [Remote host closed the connection]
goyox86 has joined #rubinius
goyox86 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
goyox86 has joined #rubinius
benlovell has quit [Ping timeout: 252 seconds]
benlovell has joined #rubinius
|jemc| has joined #rubinius
benlovell has quit [Ping timeout: 256 seconds]
benlovell has joined #rubinius
heroux has quit [Ping timeout: 265 seconds]
heroux has joined #rubinius
nirvdrum has joined #rubinius
goyox86 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
goyox86 has joined #rubinius
goyox86 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
goyox86 has joined #rubinius
stevecrozz has joined #rubinius
<stevecrozz>
i'm looking for information about embedding rubinius into a c/c++ program, but the docs are lacking: http://rubini.us/doc/en/systems/c-api/
goyox86 has quit [Remote host closed the connection]
<stevecrozz>
is there anyone here with information on that?
goyox86 has joined #rubinius
goyox86 has quit [Client Quit]
<|jemc|>
stevecrozz: sorry, but there is no embedding API at the moment - there was talk of one a while ago, but nothing came of it so far
<|jemc|>
the C API provided is a direct port of (parts of) the MRI C API for C extensions
<stevecrozz>
i see
<|jemc|>
and it's use is not recommended for new projects anwyay - it's better to use FFI for embedding C code into Ruby