All tags

6 notes tagged #programming

arguments and parameters

In programming, when we call a function, we often want to supply it with input that will affect its output.

Dart programming language

Dart is a client-optimized language for fast apps on any platform

Functional programming

In functional programming the input and output values of pure functions are immutable.

High-level programming

‘High-level doesn’t mean that a language is intellectually lofty, only that it is a virtual machine interpreted by a lower-level machine, which in turn may be interpreted by an even lower level machine, until you get to the lowest level of on and off impulses that translate the Os and Xs into electronically readable form.’

JavaScript typed arrays

‘JavaScript typed arrays are array-like objects that provide a mechanism for reading and writing raw binary data in memory buffers.’