cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | mac OS and Fedora are not Windows
mssun has quit [Ping timeout: 256 seconds]
<simpson> Aw, they left.
<simpson> https://cffi.readthedocs.io/en/latest/embedding.html They could have used this, with PyPy, for a comfortable and speedy API.
Hasimir has joined #pypy
TheAdversary has joined #pypy
jcea has quit [Quit: jcea]
demonimin has quit [Ping timeout: 264 seconds]
dddddd has quit [Remote host closed the connection]
lritter has joined #pypy
TheAdversary has quit [Ping timeout: 252 seconds]
Hasimir has quit [Ping timeout: 240 seconds]
_aegis_ has quit [Ping timeout: 246 seconds]
_aegis_ has joined #pypy
cjwelborn has quit [Ping timeout: 250 seconds]
cjwelborn has joined #pypy
_whitelogger has joined #pypy
TheAdversary has joined #pypy
Hasimir has joined #pypy
lritter has quit [Remote host closed the connection]
Khayman has joined #pypy
TheAdversary has quit [Disconnected by services]
Hasimir has quit [Ping timeout: 240 seconds]
TheAdversary has joined #pypy
Fendane has joined #pypy
Khayman has quit [Ping timeout: 252 seconds]
Zaab1t has joined #pypy
Khayman has joined #pypy
TheAdversary has quit [Disconnected by services]
TheAdversary has joined #pypy
Fendane has quit [Ping timeout: 252 seconds]
antocuni has joined #pypy
larstiq_ has left #pypy [#pypy]
LarstiQ has joined #pypy
<LarstiQ> snow! snow!
antocuni has quit [Ping timeout: 252 seconds]
lritter has joined #pypy
Zaab1t has quit [Ping timeout: 264 seconds]
Zaab1t has joined #pypy
Fendane has joined #pypy
jcea has joined #pypy
TheAdversary has quit [Ping timeout: 272 seconds]
TheAdversary has joined #pypy
Khayman has quit [Ping timeout: 252 seconds]
jamesaxl has joined #pypy
Khayman has joined #pypy
TheAdversary has quit [Disconnected by services]
TheAdversary has joined #pypy
Fendane has quit [Ping timeout: 272 seconds]
glyph has quit [Ping timeout: 250 seconds]
glyph has joined #pypy
arigato has joined #pypy
arigato has quit [Ping timeout: 240 seconds]
_whitelogger has joined #pypy
_whitelogger has joined #pypy
mssun has joined #pypy
<mssun> simpson: correct, i'm using libffi
<simpson> mssun: cffi in particular has an inside-out embedding API, and PyPy can be used this way like CPython.
<mssun> I know I can use this to embed Python in C code. In my setup, I really want to use RPython as C (eventually RPython will be translated to C) and call embedded Python occasionally.
<simpson> Why do you want to have any C code at all?
<mssun> We want to use RPython (but not C directly) because 1. RPython is safer (memory-safe) than C, 2. RPython's grammar is similar with Python, 3. RPython's performace is better.
<simpson> RPython is really meant for interpreters, though; if you aren't making a JIT then why not go with a more comfortable language?
mssun has quit [Ping timeout: 256 seconds]
lritter has quit [Remote host closed the connection]
thnee1 is now known as thnee
jamesaxl has quit [Ping timeout: 246 seconds]
<kenaan> mattip default 9b4df13073e1 /pypy/doc/whatsnew-head.rst: fix whatsnew
<kenaan> mattip default e32a30711384 /pypy/module/thread/os_lock.py: fix translation
antocuni has joined #pypy
kipras has joined #pypy
Zaab1t has quit [Quit: bye bye friends]
antocuni has quit [Ping timeout: 240 seconds]
<toaderas> Hello everyone
speeder39_ has joined #pypy