screwlisp on Nostr: #lispyGopherClimate #liveSoon in an hour https://anonradio.net:8443/anonradio ...
#lispyGopherClimate #liveSoon in an hour https://anonradio.net:8443/anonradio
#climate #poem by npub1zsvwgkw9uvu5ed5048pdytyvnd9g2vf5t3dcmwg358vghfam89aqvr5pwp (npub1zsv…5pwp)
https://climatejustice.social/@kentpitman/113233003130536891
#lisp
#mcclim panes as replayable in-memory streams instead of as graphic displays. ie
(in-package :clim-user)
(defvar *tree-san* (make-instance 'standard-tree-output-history))
(defvar *inter* (make-instance 'interactor-pane :output-record *tree-san*))
(present 'foo 'string :Stream *inter*)
(map-over-output-records
(lambda (x) (present (presentation-object x)))
*tree-san*)
#climate #poem by npub1zsvwgkw9uvu5ed5048pdytyvnd9g2vf5t3dcmwg358vghfam89aqvr5pwp (npub1zsv…5pwp)
https://climatejustice.social/@kentpitman/113233003130536891
#lisp
#mcclim panes as replayable in-memory streams instead of as graphic displays. ie
(in-package :clim-user)
(defvar *tree-san* (make-instance 'standard-tree-output-history))
(defvar *inter* (make-instance 'interactor-pane :output-record *tree-san*))
(present 'foo 'string :Stream *inter*)
(map-over-output-records
(lambda (x) (present (presentation-object x)))
*tree-san*)