ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Check also http://www.picolisp.com for more information
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Ping timeout: 244 seconds]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
beneroth has quit [*.net *.split]
narendraj9 has quit [*.net *.split]
_whitelogger has joined #picolisp
pointfree has joined #picolisp
viaken has joined #picolisp
viaken has quit [*.net *.split]
pointfree has quit [*.net *.split]
Regenaxer has quit [*.net *.split]
Nistur has quit [*.net *.split]
DKordic has quit [*.net *.split]
DerGuteMoritz has quit [*.net *.split]
beneroth has quit [*.net *.split]
narendraj9 has quit [*.net *.split]
ChanServ has quit [*.net *.split]
lodsw has quit [*.net *.split]
Regenaxer has joined #picolisp
Blue_flame has joined #picolisp
narendraj9 has joined #picolisp
beneroth has joined #picolisp
xkapastel has quit [Ping timeout: 257 seconds]
Nistur has joined #picolisp
ChanServ has joined #picolisp
viaken has joined #picolisp
DerGuteMoritz has joined #picolisp
DKordic has joined #picolisp
Blue_flame is now known as Guest97426
xkapastel has joined #picolisp
lodsw has joined #picolisp
pointfree has joined #picolisp
orivej has joined #picolisp
Guest97426 is now known as Blue_flame
orivej has quit [Ping timeout: 246 seconds]
xkapastel has quit [Quit: Connection closed for inactivity]
aw- has joined #picolisp
aw- has left #picolisp [#picolisp]
aw- has joined #picolisp
orivej has joined #picolisp
orivej has quit [Ping timeout: 246 seconds]
Regenaxer has left #picolisp [#picolisp]
Regenaxer has joined #picolisp
_whitelogger has joined #picolisp
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
_whitelogger has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
patrixl has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #picolisp
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej_ has joined #picolisp
orivej has quit [Ping timeout: 264 seconds]
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
aw- has quit [Quit: Leaving.]
orivej has joined #picolisp
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #picolisp
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #picolisp
orivej_ has quit [Ping timeout: 246 seconds]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #picolisp
orivej_ has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej_ has quit [Ping timeout: 240 seconds]
<tankf33der> Regenaxer: hi
<tankf33der> http://ix.io/2skZ
<tankf33der> const not in dependency
<tankf33der> minimum it should be first in the list, not last.
<tankf33der> http://ix.io/2sl1
<Regenaxer> Hi tankf33der
<Regenaxer> Why is last not ok?
<Regenaxer> It is not needed to build bin/picolisp
<tankf33der> see first link
<tankf33der> make failed, needed
<Regenaxer> hmm
<tankf33der> remove lib/const file
<Regenaxer> Ok
<tankf33der> type make and you would get my error
<Regenaxer> No error
<Regenaxer> lib/const is not needed
<Regenaxer> only at runtime
<Regenaxer> *if* lib/net.l is loaded
<Regenaxer> BTW, you can remove src/net.l
<Regenaxer> (I believe ;)
<Regenaxer> unless lib/net.l turns out impossible for some reason
<Regenaxer> So why do you get that error?
<Regenaxer> ah
<Regenaxer> I get it if I make clean
<Regenaxer> So right, it is needed to auto-build
<tankf33der> :)
<Regenaxer> makes sense :)
<Regenaxer> I move it up also in the clauses, to keep the same order
<Regenaxer> Works now
<Regenaxer> With the 'const' function it should be now easier to write more portable 'native' calls
<Regenaxer> Let's see how it works out
<Regenaxer> lib/net.l is the first test case
orivej has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #picolisp
orivej_ has quit [Ping timeout: 256 seconds]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
alexshendi has joined #picolisp
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej_ has joined #picolisp
orivej has quit [Read error: Connection reset by peer]
orivej_ has quit [Ping timeout: 246 seconds]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
_whitelogger has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp