commit 5a2973153739ddc8e3018f9a95843d8047dce4cf parent 44acdc6d3a25f4d9767e4087cc81303f67dcd7ef Author: viznut_web <viznut_web@web> Date: Tue, 21 Jun 2022 09:52:56 +0200 empty web commit Diffstat:
| M | Uxn.mdwn | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Uxn.mdwn b/Uxn.mdwn @@ -16,7 +16,7 @@ Relationship to permacomputing: * 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 author of Uxn, Devine Lu Linvega, has written about permacomputing and explicitly refers to it in relation to Uxn. -* 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 only use VMs 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. See also: