To what extent can text editing tools formalise and provide a clear understanding of the live coding practice? What can be done in order to improve textual response and reception?
Firstly, text editors of all sorts enable cyber-physical interaction. Through different key bindings, system commands and other macros, writing and accessing programmes, task fulfilment and related procedures are put at our fingertips. Highly customisable text editing environments quickly minimise time constraints and implementation efforts. In practice, user-centred textual interfaces conflate ergonomics with computational efficiency, ranging from simple task execution schemes to recursive layouts or over-the-head matrices.
A fundamental aspect of live coding is the rapid prototyping of programmes through different forms of human-computer feedback, iteration loops and scripts. With just a few keystrokes, users must be able to build programs from scratch and combine them into more complex arrangements. Text editors with embedded languages, like Emacs, provide a clear formalisation of run-time environments. In fact, this idea of extending the architecture of programming languages to fit run-time prototyping exists at the core of the live coding practice.
As I have mentioned, the idea of user-centeredness is a fundamental aspect of live coding, impossible not to notice. Thoughtless approaches often lack pragmatism and structure. However, they provide curious insights into computer literacy and human subjectivity.
Presently, textual interfaces, despite being highly configurable, lack means to deal with code anomalies creatively. Possibly, architectural deficiencies impose restrictions on user-sensitive procedures, which - to a certain extent - results in run-time design problems. In this sense, how can we develop new ways of dealing with architectural issues? What characteristics of REPL-like, scripted or fast-type environments - amongst others - can be improved in order to enable textual interactivity and facilitate the user-experience and ease of use in general?
What is the kernel of future text editing systems?