Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
scheme_machine [2017-07-08 10:26] – [scheme machine] 213.219.143.157scheme_machine [2020-04-28 02:28] (current) – [GNU Guix] nik
Line 1: Line 1:
  
 ==== scheme machine ==== ==== scheme machine ====
- 
  
 a relative of the [[Lisp Machine]], similarly mirage drifting, yet using the [[scheme Language ]] (also [[boot to racket]]) a relative of the [[Lisp Machine]], similarly mirage drifting, yet using the [[scheme Language ]] (also [[boot to racket]])
  
 see: http://www.cs.indiana.edu/hmg/studies/Schemachine/Schemachine.html see: http://www.cs.indiana.edu/hmg/studies/Schemachine/Schemachine.html
 +
 +====GNU Guix====
 +
 +
 +read the [[https://guix.gnu.org/manual/en/guix.html|GNU Guix Reference Manual]].
 +
 +run from qemu image…
 +
 +''
 +% qemu-system-x86_64 \ \\ 
 +  -nic user,model=virtio-net-pci -m 1024 \ \\
 +  -device virtio-blk,drive=myhd \ \\
 +  -drive if=none,file=guix-system-vm-image-1.1.0.x86_64-linux.img,id=myhd
 +''
 +
 +see also, [[https://gitlab.com/dustyweb/talks/blob/master/lisp-and-gnu/libreplanet_2016/lispm-and-gnu-talk.org|The Lisp Machine and GNU (2016)]]
 +
  • scheme_machine.1499509564.txt.gz
  • Last modified: 2017-07-08 10:26
  • by 213.219.143.157