Vertaling van "RPython" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
With RPython, you sacrifice some flexibility, but instead make it much, much easier to reason about memory management and whatnot, which allows for optimizations.
Con RPython, sacrificas algo de flexibilidad, pero a cambio es muchísimo más fácil razonar sobre manejo de memoria y demás, lo cual permite optimizaciones.
It's flexible (again) because you can write your interpreters in RPython, which is easier to extend than, say, C (in fact, it's so easy that there's a tutorial for writing your own interpreters).
Es flexible (de nuevo) porque puedes escribir tus interpretadores en RPython, lo cual hace que sea más fácil de extender que, digamos, C de hecho, es tan fácil que hay un tutorial para escribir tus propios intérpretes.
A compiler that compiles RPython code for various targets and adds in JIT.
Un compilador que compila código RPython para varios objetivos y agrega JIT.
Think of it this way: PyPy (1) is an interpreter written in RPython.
Piénsalo de esta manera: PyPy(1) es un intérprete escrito en RPython.
Unlike standard Python, RPython is statically typed, to allow efficient compilation.
A diferencia de Python estándar, RPython es estáticamente tipado que permite una compilación eficiente.
But the interpreter itself (written in RPython) must be interpreted by another Python implementation in order to run, right?
Pero el interpretador en sí (escrito en RPython) tiene que ser interpretado por otra implementación de Python para poder correr, ¿Verdad?
To reiterate, the real beauty of PyPy is that we could write ourselves a bunch of different Python interpreters in RPython without worrying about JIT.
Reiterando, la verdadera belleza de PyPy es que podemos escribir nosotros mismos un puñado de interpretadores Python distintos en RPython sin preocuparnos por JIT (salvo algunas sugerencias).
Or maybe I've really gone off the deep end and I'm talking about RPython or RubyPython (which are very, very different things).
O tal vez me he ido al extremo y estoy hablando de RPython o RubyPython (los cuales son cosas muy, muy distintas).
Both parts are written in Python, but the interpreter is restricted to a subset of Python, called RPython.
Algunas partes están escritas en Python, pero el intérprete está restringido a un subconjunto de Python, llamado RPython.
The translator is a tool chain that analyzes RPython code and translates it to a lower-level language, such as C, Java bytecode or Common Intermediate Language.
El traductor es una cadena de herramientas que analiza el código RPython y lo traduce a un lenguaje de más bajo nivel, tal como C, LLVM o MSIL.
Topaz - Written in RPython (using the PyPy toolchain), Topaz is fairly young and not yet compatible.
Topaz - Escrito en RPython (usando el intérprete PyPy), Topaz es bastante joven y no tan compatible.
The PyPy interpreter itself is written in a restricted subset of Python called RPython (Restricted Python).
El intérprete está escrito en un subconjunto limitado del lenguaje Python llamado RPython (Python restringido).
The interpreter itself is written in a restricted subset of Python, called RPython (Restricted Python).
El intérprete está escrito en un subconjunto limitado del lenguaje Python llamado RPython (Pythonrestringido).