Tag Archives: BASIC

Efficient BASIC coding for the ZX Spectrum (IV)

En este artículo explicamos la (in)eficiencia de diversas funcionalidades importantes del BASIC del ZX Spectrum y cómo medir tiempos en esos programas.
———
In this post we explain the (in)efficiency of diverse ZX Spectrum BASIC functionality and also how to measure execution times..

Efficient BASIC coding for the ZX Spectrum (III)

En este artículo explicamos cómo evalúa el intérprete de BASIC del ZX Spectrum las expresiones, y qué podemos hacer para escribir programas más eficientes en ese sentido.
———
In this post we expose how the ZX Spectrum BASIC interpreter works with expressions in order to write more efficient programs.

Efficient BASIC coding for the ZX Spectrum (II)

En este artículo explicamos cómo trabaja el intérprete de BASIC del ZX Spectrum con las variables, y qué podemos hacer para escribir programas más eficientes en ese sentido.
———
In this post we expose how the ZX Spectrum BASIC interpreter works with variables in order to write more efficient programs.

Efficient BASIC coding for the ZX Spectrum

En este artículo explicamos cómo trabaja el intérprete de BASIC del ZX Spectrum con los números de línea, y qué podemos hacer para escribir programas más eficientes.
———
In this post we expose how the ZX Spectrum BASIC interpreter works with line numbers in order to write more efficient programs.