overmapping of spatial or rather simulationas we don't know where is the mic
pd -lib bin/hammer -lib bin/sickle -lib ~/ggee-0.25/gcanvas -open ~/plenum/spatialisation-help.pd
http://www.call-with-current-continuation.org
and web frameworks - web-scheme: http://www.call-with-current-continuation.org/eggs/web-scheme.html
(running on top of spiffy which is started by way of:
(require-extension spiffy) (start-server #:port 81 #: root "/var/www/hmtl")dynamic generation covered by example code:
(http:add-resource
"/index.html"
(lambda (request args)
(http:write-response-header)
(let ([name (car (user-information (current-user-id)))])
(let ([s (sprintf "<h1>Hello, ~A</h1>" name)])
(printf "Content-length: ~A\r\nContent-type: text/html\r\n\r\n~A"
(string-length s) s) ) ) ) )
so when index.html is requested, this code runs.
2) connecting to CHICKEN REPL with sockets:
http://chicken.humankraft.com/wiki.ssp?page=Connecting%20to%20a%20REPL%20via%20sockets
3) jabber.el
http://www.emacswiki.org/cgi-bin/wiki/
4) scsh
Scheme shell