00:05
Julian has joined #pypy
00:09
Julian has quit [Ping timeout: 252 seconds]
00:22
Julian has joined #pypy
00:27
Julian has quit [Ping timeout: 252 seconds]
00:31
fotis has quit [Ping timeout: 258 seconds]
00:39
Julian has joined #pypy
00:44
Julian has quit [Ping timeout: 258 seconds]
00:56
Julian has joined #pypy
01:01
Julian has quit [Ping timeout: 252 seconds]
01:02
fotis has joined #pypy
01:13
Julian has joined #pypy
01:18
Julian has quit [Ping timeout: 252 seconds]
01:31
Julian has joined #pypy
01:36
fotis has quit [Ping timeout: 265 seconds]
01:37
Julian has quit [Ping timeout: 265 seconds]
01:37
fotis has joined #pypy
01:41
fotis has quit [Ping timeout: 258 seconds]
01:48
Julian has joined #pypy
01:53
Julian has quit [Ping timeout: 268 seconds]
02:05
Julian has joined #pypy
02:09
fotis has joined #pypy
02:09
Julian has quit [Ping timeout: 252 seconds]
02:21
Julian has joined #pypy
02:27
Julian has quit [Ping timeout: 265 seconds]
02:37
Julian has joined #pypy
02:43
Julian has quit [Ping timeout: 258 seconds]
02:47
fotis has quit [Ping timeout: 252 seconds]
02:52
Julian has joined #pypy
02:56
Julian has quit [Ping timeout: 265 seconds]
03:09
Julian has joined #pypy
03:14
Julian has quit [Ping timeout: 258 seconds]
03:19
fotis has joined #pypy
03:26
Julian has joined #pypy
03:31
Julian has quit [Ping timeout: 268 seconds]
03:43
Julian has joined #pypy
03:48
Julian has quit [Ping timeout: 258 seconds]
03:59
Julian has joined #pypy
03:59
fotis has quit [Ping timeout: 258 seconds]
04:00
fotis has joined #pypy
04:04
Julian has quit [Ping timeout: 258 seconds]
04:05
fotis has quit [Ping timeout: 252 seconds]
04:31
Julian has joined #pypy
04:34
fotis has joined #pypy
04:37
Julian has quit [Ping timeout: 265 seconds]
04:46
mattip has quit [Ping timeout: 252 seconds]
04:58
Julian has joined #pypy
05:09
fotis has quit [Ping timeout: 258 seconds]
05:12
mattip has joined #pypy
05:25
mattip has quit [Ping timeout: 265 seconds]
05:28
mattip has joined #pypy
05:44
fotis has joined #pypy
05:47
Guest78 has joined #pypy
05:48
<
Guest78 >
I have an rpython question. Is it reasonable to use rpython to implement a database query engine?
05:50
Julian has quit [Quit: leaving]
06:09
mattip has quit [Ping timeout: 258 seconds]
06:21
fotis has quit [Ping timeout: 265 seconds]
06:29
<
Corbin >
Guest78: Sure.
06:47
<
LarstiQ >
Guest78: you could wonder how much that gives you over using another rpython based language, only one way to find out :)
06:54
fotis has joined #pypy
07:02
Julian has joined #pypy
07:10
Julian has quit [Quit: leaving]
07:29
fotis has quit [Ping timeout: 268 seconds]
07:40
<
cfbolz >
Guest78: we had one!
07:50
mattip has joined #pypy
08:02
fotis has joined #pypy
08:06
otisolsen70 has joined #pypy
08:25
mattip has quit [Ping timeout: 252 seconds]
08:27
mattip has joined #pypy
08:37
fotis has quit [Ping timeout: 265 seconds]
08:47
mattip has quit [Read error: Connection reset by peer]
08:49
mattip has joined #pypy
09:11
fotis has joined #pypy
09:28
otisolsen70 has quit [Quit: Leaving]
09:49
fotis has quit [Ping timeout: 268 seconds]
10:17
fotis has joined #pypy
10:31
Dejan has joined #pypy
10:55
fotis has quit [Ping timeout: 252 seconds]
10:58
fotis has joined #pypy
11:03
fotis has quit [Ping timeout: 258 seconds]
11:04
fotis has joined #pypy
11:10
fotis has quit [Ping timeout: 268 seconds]
11:36
fotis has joined #pypy
12:15
fotis has quit [Ping timeout: 258 seconds]
12:47
Guest78 has quit [Ping timeout: 246 seconds]
12:51
fotis has joined #pypy
13:12
lazka has quit [Quit: Ping timeout (120 seconds)]
13:13
lazka has joined #pypy
13:15
marvin__ has quit [Ping timeout: 252 seconds]
13:15
marvin__ has joined #pypy
13:20
otisolsen70 has joined #pypy
13:27
fotis has quit [Ping timeout: 252 seconds]
13:30
fotis has joined #pypy
13:35
fotis has quit [Ping timeout: 258 seconds]
14:06
otisolsen70 has quit [Quit: Leaving]
14:06
fotis has joined #pypy
14:11
stkrdknmibalz has quit [Quit: WeeChat 3.0.1]
14:23
Guest3975 has joined #pypy
14:40
fotis has quit [Ping timeout: 250 seconds]
14:42
fotis has joined #pypy
14:48
fotis has quit [Ping timeout: 258 seconds]
14:48
fotis has joined #pypy
14:53
fotis has quit [Ping timeout: 250 seconds]
15:03
lritter has joined #pypy
15:28
fotis has joined #pypy
15:31
Guest3975 has quit [Ping timeout: 246 seconds]
15:40
jacob22 has joined #pypy
15:46
jacob22 is now known as jacob22_
15:50
jacob22_ is now known as jacob22__
15:50
jacob22__ is now known as jacob22
16:05
fotis has quit [Ping timeout: 258 seconds]
16:16
stkrdknmibalz has joined #pypy
16:40
fotis has joined #pypy
16:58
Dejan has quit [Quit: Leaving]
17:17
fotis has quit [Ping timeout: 265 seconds]
17:47
fotis has joined #pypy
17:51
muke has joined #pypy
17:54
<
muke >
Hey, is anyone familiar with how to use a libraries enum's through rffi?
17:56
<
Corbin >
I think that you'd have to write a little bit of C or duplicate the enum values. Not sure if there's been improvements in the past few years.
17:57
<
muke >
yea that's what I've been doing so far but I'm starting to need a lot of them :s
18:24
fotis has quit [Ping timeout: 268 seconds]
18:33
<
ronan >
muke: there's the cparser stuff. It's not really documented but have a look at pypy/module/_hpy_universal/llapi.py in the hpy branch
18:47
<
muke >
ronan looks interesting but would probably require the same amount of boilerplate in the other case if I need to write C specifically to be parsed, thanks though
18:59
fotis has joined #pypy
19:35
fotis has quit [Ping timeout: 252 seconds]
20:01
fotis has joined #pypy
20:16
muke has quit [Quit: Leaving]
20:37
fotis has quit [Ping timeout: 258 seconds]
21:05
fotis has joined #pypy
21:40
fotis has quit [Ping timeout: 252 seconds]
21:45
fotis has joined #pypy
21:50
fotis has quit [Ping timeout: 258 seconds]
22:12
Gustavo6046_ has joined #pypy
22:13
Gustavo6046 has quit [Ping timeout: 252 seconds]
22:14
Gustavo6046_ is now known as Gustavo6046
22:24
fotis has joined #pypy
23:03
fotis has quit [Ping timeout: 265 seconds]
23:16
lritter has quit [Ping timeout: 258 seconds]
23:30
fotis has joined #pypy