Download for Windows Premium
Publiciteit
s-expression

Vertaling van "s-expression" 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.
expresión-S
s-expresión
expresión S
In Lisp, evaluating an s-expression beginning with the name of a function means calling that function on the arguments that make up the rest of the expression.
En Lisp, evaluar una expresión-S que comienza con el nombre de una función significa llamar a dicha función con los argumentos que preparan el resto de la expresión.
READ reads the textual representation of an s-expression and returns Lisp data.
Esta función lee la representación textual de una expresión-S y devuelve como dato Lisp.
Any s-expression is a valid program.
Cualquier s-expresión es un programa válido.
When let is executed, each variable is assigned the respective value and lastly the s-expression is evaluated.
Cuando let se ejecuta, cada variable se le asigna el valor respectivo y por último la s-expresión se evalúa.
Let us write an s-expression to find the sum of three numbers 7, 9 and 11.
Vamos a escribir una s-expresión para hallar la suma de tres números 7, 9 y 11.
As a consequence, the Lisp interpreter evaluated the preceding s-expression, which in this case was + by itself.
Como consecuencia, el intérprete Lisp evaluó la expresión-s precedente, que en este caso era el + en sí.
This approach can be contrasted with languages such as Lisp, where the same S-expression construct and basic syntax are used for many different purposes.
Esta aproximación puede contrastarse con lenguajes como Lisp, donde la misma construcción S-expresión y sintaxis básica se usa para muchos y variados propósitos.
Rivest's format defines an S-expression as being either an octet-string (a series of bytes) or a finite list of other S-expressions.
El formato de Rivest define una S-expresión como una cadena de octetos (una serie de bytes) o una lista finita de otras S-expresiones.
An S-expression preceded by a single quotation mark, as in 'x, is syntactic sugar for a quoted S-expression, in this case (quote x).
Una expresión-S precedida por una comilla simple, como en 'x, es un azúcar sintáctico para una expresión-S citada, en este caso, (quote x).
For instance, the user may enter the s-expression (+ 1 2 3), which is parsed into a linked list containing four data elements.
Por ejemplo, el usuario puede introducir la expresión S (+ 1 2 3), la cual es parseada en una lista vinculada que contiene cuatro elementos de información.
One possible implementation of eval is as a recursive interpreter that acts on the Lisp data structure created by using the function read to read a Lisp form as an s-expression.
Una posible implementación de eval es un intérprete recursivo que actúa sobre el árbol de sintaxis abstracta creado por read.
Technically, a macro is a function that takes an s-expression as arguments and returns a LISP form, which is then evaluated.
El evaluador trabaja como una función que toma una forma LISP válido como argumento y devuelve un valor.
(1.0 + 3.1) is a valid s-expression, but not a valid Lisp program, since Lisp uses prefix notation and a floating point number (here 1.0) is not valid as an operation (the first element of the expression).
(1.0 + 3.1), por ejemplo, no es programa Lisp válido, ya que Lisp usa una notación prefija y el número en coma flotante 1.0 no es una operación válida.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor s-expression in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
chainsaw: power saw with a rotating chain
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 26. Exact: 26. Verstreken tijd: 35 ms.