Y
Hacker News
new
|
ask
|
show
|
jobs
by
andrewchambers
3969 days ago
The best way to work with it is to write tests which can run in interpreted mode.
1 comments
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.
link