From 704716286242e65375595fe30742f1c3fd8123a0 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 6 Nov 2016 22:39:38 -0800 Subject: 3641 --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1d9dd349..8a923ee0 100644 --- a/index.html +++ b/index.html @@ -135,8 +135,9 @@ fast insertion and deletion and unidirectional scanning but slow search; duplex lists that permit bidirectional scanning; associative arrays or tables for fast insertion, deletion and search using hash -functions; and streams for -gradually constructing long strings in a piecemeal fashion. +functions; streams for scanning +through strings incrementally; and buffers +for gradually constructing long strings in a piecemeal fashion.

Dynamic memory management: Mu supports allocating space at run-time as pointers or addresses. All Mu instructions can -- cgit 1.4.1-2-gfad0