Y
Hacker News
new
|
ask
|
show
|
jobs
by
rlamy
4114 days ago
It's the wrong level: the RPython toolchain has no notion of PHP-level types, they're entirely implemented by the interpreter. Besides, optional static types are nearly useless (performance-wise) when you have a JIT.
1 comments
crudbug
4114 days ago
I was thinking about RPython to native code AOT route.
link