ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Picolisp latest found at http://www.software-lab.de/down.html | check also http://www.picolisp.com for more information
shpx has quit [Quit: Textual IRC Client: www.textualapp.com]
shpx has joined #picolisp
jibanes has quit [Ping timeout: 240 seconds]
jibanes has joined #picolisp
shpx has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shpx has joined #picolisp
jibanes has quit [Ping timeout: 256 seconds]
jibanes has joined #picolisp
shpx has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shpx has joined #picolisp
shpx has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shpx has joined #picolisp
shpx has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shpx has joined #picolisp
shpx has quit [Ping timeout: 268 seconds]
aw- has joined #picolisp
<cess11_> Good morning.
<Regenaxer> Good morning cess11_
alexshendi_ has quit [Ping timeout: 240 seconds]
freemint has joined #picolisp
aw- has quit [Quit: Leaving.]
_whitelogger has joined #picolisp
shpx has joined #picolisp
freemint has quit [Ping timeout: 252 seconds]
freemint has joined #picolisp
shpx has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
freemint has quit [Ping timeout: 265 seconds]
freemint has joined #picolisp
bruno1 has joined #picolisp
karswell has joined #picolisp
<freemint> Regenaxer, still awake?
<freemint> What does 'blob+ do
<freemint> I am trying to understand this code
<Regenaxer> Awake, but guests
<Regenaxer> 'blob+' "adds" a blob, and as a side effect plants a symbolic link to that blob
<freemint> (put> Mup 'txt T) # put> does not take any arguements in the source, weird, also why T
<freemint> (put> Mup 'doc This) )
<freemint> (blob+ Mup 'txt)##seems to link the file so it can better be accessed, why unclear
<freemint> (prin Txt) )##Copy text in Blob file
<freemint> (out (blob Mup 'txt)
<freemint> take care of your guest first
<Regenaxer> The link is used by @bin/ssl to transmit the file
<Regenaxer> A blob's value is always only T
<Regenaxer> aka bool
<Regenaxer> cause the actual file is path to the object plus "." plus rel
<freemint> I got a wrong model of blobs that line helped
<freemint> does (rel txt (+MupIdx +Blob)) make sense?
<Regenaxer> No, I don't think so
<freemint> ok to bad
<freemint> Good Night
<Regenaxer> Good night
<freemint> (class +Itm +Entity)
<freemint> (rel sup (+Hook +Link) (+Sup))
<freemint> (rel nr (+Key +Number) sup)
<freemint> Is the +Hook stored in +Sup, if under which kex?
<freemint> #Stuff that keeps you awake at night
<freemint> back
karswell has quit [Read error: Connection reset by peer]