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 joined #picolisp
geo40 has joined #picolisp
geo40 has left #picolisp [#picolisp]
geo80 has joined #picolisp
xkapastel has joined #picolisp
beneroth has quit [Quit: Leaving]
orivej has quit [Ping timeout: 268 seconds]
<geo80> hi Regenaxer
<geo80> i'll just wait for your next update on pil21 before asking more questions, will continue reading about LLVM assembly language
geo80 has left #picolisp [#picolisp]
freemint has joined #picolisp
<Regenaxer> tankf33der, I changed Makefile a little
<Regenaxer> main.bc is now base.bc
<Regenaxer> and it generates a base.ll file (instead of direct pipe to llvm-as)
<tankf33der> ok, i will take care if required.
mtsd has joined #picolisp
<Regenaxer> I think you may just delete src/main.bc
<tankf33der> ok
<tankf33der> question:
<tankf33der> 1000000000000000000000000000000000000000000
<tankf33der> oops
<tankf33der> (pipe
<tankf33der> (do 10000
<tankf33der> (out '("ruby bigint.rb")
<tankf33der> ....
<tankf33der> ]
<tankf33der> ruby bigint.rb: Can't exec
<tankf33der> how to call (out '("ruby bigint.rb") ?
<tankf33der> probubly this one is correct: ruby bigint.rb: Can't exec
<tankf33der> damn
<tankf33der> (out '(ruby bigint.rb) ....]
<Regenaxer> yes
<Regenaxer> or '("ruby" "bigint.rb") for not clobbering the namespace
mtsd has quit [Quit: Leaving]
freemint has quit [Ping timeout: 250 seconds]
orivej has joined #picolisp
orivej has quit [*.net *.split]
viaken has quit [*.net *.split]
viaken has joined #picolisp
orivej has joined #picolisp
Regenaxer has quit [Ping timeout: 240 seconds]
Regenaxer has joined #picolisp
orivej has quit [Ping timeout: 276 seconds]
xkapastel has quit [Quit: Connection closed for inactivity]
orivej has joined #picolisp
andyjpb has joined #picolisp
beneroth has joined #picolisp