Y
Hacker News
new
|
ask
|
show
|
jobs
by
ahomescu1
3969 days ago
If you mean run RPython code as regular Python code, that doesn't always catch typing problems. For example, returning a None where an int is expected works fine in Python, not so in RPython.