permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 2ab09d8e57e65bfb3cee909a920077365f5310b0
parent 22afcebb6f13a20f8735c5e5ec9710d43a6c7e17
Author: neau <neau@web>
Date:   Sat, 25 Jun 2022 22:23:15 +0200

empty web commit

Diffstat:
MUxn.mdwn | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Uxn.mdwn b/Uxn.mdwn @@ -24,7 +24,8 @@ Assembled Uxntal applications such as text editors, drawing programs and livecod * Simplicity of implementation may make Uxn usable as a [[bedrock platform]] for the kind of programs that are small enough to run in it. Uxn applications are released as "roms" that have no [[dependencies|dependency]] other than the VM itself. * The design characteristics call for small applications that use little computing power. -* The general issues with [[virtual machine]]s apply: running a virtualized program takes much more processing power than an equivalent native program would. It is therefore advisable to use VMs only for computationally simple applications. + +The general issues with [[virtual machine]]s apply: running a virtualized program takes much more processing power than an equivalent native program would. It is therefore advisable to use VMs only for computationally simple applications. Parts of the project are geared toward the specification of a [[Universal Virtual Computer]], such as the Uxn sign language and writing system. It is capable of hosting [[Collapse OS]].