Search

Search content of the knowledge base.

The search found 2 results in 0.008 seconds.

Search results

  1. Coding the Infome: Writing Abstract Reality

    Because of their specific history, we think of computer languages and code as symbolic abstractions of natural languages, and computers as universal machines manipulating these symbols. However, today every computer exists in relation to the Internet, whether it is connected or not. Every software is potentially a networked software, a building block of the networks we live within and through. Because of this, code is no longer Text, a symbolic representation of reality - it is reality. To write code is to create and manipulate this reality. Within it, artist-programmers are more land-artists than writers, software are more earthworks than narratives, this creates new and fascinating issues in terms of referentiallity and meaning for the coding artist to delve into.

    Patricia Tomaszek - 28.05.2011 - 00:14

  2. Code

    Computer source code is written in a par ticular language, which consists of syntax and semantics. A language’s level is defined fi by how closely tied it is to the computer’s architecture and operation. Some are compiled, others interpreted, and not all languages are lists of instructions or imperatives, for example, functional languages such as Scheme. The “lowest” level languages offer ff the least abstraction from the machine processes, which typically indicates fewer conceptual groupings of processes. In machine languages, for example, instructions go directly to the microprocessor. A highlevel language, such as Java, needs to be compiled, or translated into processor instructions. High-level languages are marked by greater levels of abstraction, and a subset, including BASIC, COBOL , and even SQL , aspire to greater legibility to human readers. Some of the high-level languages, such as Inform 7, which is used to write interactive fiction, a genre of interactive narrative, can accept statements that read like natural language, such as, “The huge green fierce snake is an animal in Mt King” (Crowther and Conley 2011) (see inter active narr ative).

    Sumeya Hassan - 06.05.2015 - 20:16