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
andyjpb has quit [Ping timeout: 252 seconds]
andyjpb has joined #picolisp
freemint has joined #picolisp
freemint has quit [Remote host closed the connection]
orivej has joined #picolisp
orivej has quit [Ping timeout: 276 seconds]
andyjpb has quit [Ping timeout: 265 seconds]
orivej has joined #picolisp
xkapastel has quit [Quit: Connection closed for inactivity]
_whitelogger has joined #picolisp
orivej has quit [Ping timeout: 276 seconds]
xkapastel has joined #picolisp
<tankf33der> morning
<tankf33der> thinking about the task
<tankf33der> i must fill magic square with this scenario or roadmap
<tankf33der> i can solve it with and without grid
<tankf33der> since i know jumps of opposite sides of grid i can precalculate them for faster slides
<Regenaxer> Good morning tankf33der!
<Regenaxer> Perhaps a "closed" grid is useful?
<Regenaxer> with the FX FY args
<Regenaxer> the grid has no borders or limits then
<tankf33der> ha
<tankf33der> i never use it
<tankf33der> i will try read sources
<tankf33der> so i should find where you used grid function with 4 params
<Regenaxer> Hmm, I think no example exists currently
<Regenaxer> ah, Conway's life perhaps?
<Regenaxer> hmm, no
<Regenaxer> But I think it works with a closed grid too
<tankf33der> i thoughts (grid 3 3) is closed
<Regenaxer> iirc it is (grid 3 3 T T)
<Regenaxer> and (grid 3 3 T) is a zylinder
<Regenaxer> Maybe we can call (grid 3 3 T T) a sphere
<Regenaxer> and (grid 3 3) a plane
<tankf33der> checking
<tankf33der> thats why i learn debuging yesterday again, now i can single stepping
<Regenaxer> cool :)
<tankf33der> i will use grid 5 5 T T
<tankf33der> i see sphere :)
<Regenaxer> ok
inara` has quit [Quit: Leaving]
inara has joined #picolisp
xkapastel has quit [Quit: Connection closed for inactivity]
Blue_flame has joined #picolisp
Blue_flame has quit [Quit: Blue_flame]
orivej has joined #picolisp
_whitelogger has joined #picolisp
<tankf33der> i did it
<tankf33der> and will submit.
<tankf33der> pure dopamine.
<Regenaxer> Cool!!
<Regenaxer> Looks very good
<Regenaxer> Not in Rosetta yet?
<tankf33der> no, will be submitted
<Regenaxer> perfect
<Regenaxer> Interesting. The C version looks much simpler, does direct printing in nested loops
<Regenaxer> well, not much simpler
<tankf33der> they just use the same core
<tankf33der> this page shows every algo exists
<tankf33der> i've implement just this image on grid.
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
<Regenaxer> ok, I see
f8l has quit [Ping timeout: 240 seconds]
<tankf33der> Regenaxer: FYI: (read) doesnt respect comment '# char in pil21.
<Regenaxer> OK, maybe, yes. Large parts of the reader are still missing
<tankf33der> np
f8l has joined #picolisp
theruran has quit [Quit: Connection closed for inactivity]
andyjpb has joined #picolisp
andyjpb has quit [Ping timeout: 240 seconds]
geo80 has joined #picolisp
<geo80> morning!
<geo80> Hi Regenaxer saw your latest changes for pil21 as well as the progress during the weekends with tankf33der, cool!
<geo80> btw, is it fine to add -no-pie under gcc compilation in your official repo? this is the fix for my current issue when running pil21.. im not sure why but maybe because I am using WSL?