00:24
andyjpb has quit [Ping timeout: 252 seconds]
00:24
andyjpb has joined #picolisp
01:08
freemint has joined #picolisp
01:08
freemint has quit [Remote host closed the connection]
01:54
orivej has joined #picolisp
02:04
orivej has quit [Ping timeout: 276 seconds]
02:08
andyjpb has quit [Ping timeout: 265 seconds]
02:57
orivej has joined #picolisp
03:01
xkapastel has quit [Quit: Connection closed for inactivity]
05:35
_whitelogger has joined #picolisp
06:45
orivej has quit [Ping timeout: 276 seconds]
07:01
xkapastel has joined #picolisp
07:02
<
tankf33der >
morning
07:03
<
tankf33der >
thinking about the task
07:03
<
tankf33der >
i must fill magic square with this scenario or roadmap
07:03
<
tankf33der >
i can solve it with and without grid
07:14
<
tankf33der >
since i know jumps of opposite sides of grid i can precalculate them for faster slides
07:38
<
Regenaxer >
Good morning tankf33der!
07:38
<
Regenaxer >
Perhaps a "closed" grid is useful?
07:38
<
Regenaxer >
with the FX FY args
07:39
<
Regenaxer >
the grid has no borders or limits then
07:57
<
tankf33der >
i never use it
07:57
<
tankf33der >
i will try read sources
07:58
<
tankf33der >
so i should find where you used grid function with 4 params
07:59
<
Regenaxer >
Hmm, I think no example exists currently
07:59
<
Regenaxer >
ah, Conway's life perhaps?
08:00
<
Regenaxer >
hmm, no
08:01
<
Regenaxer >
But I think it works with a closed grid too
08:06
<
tankf33der >
i thoughts (grid 3 3) is closed
08:07
<
Regenaxer >
iirc it is (grid 3 3 T T)
08:07
<
Regenaxer >
and (grid 3 3 T) is a zylinder
08:09
<
Regenaxer >
Maybe we can call (grid 3 3 T T) a sphere
08:09
<
Regenaxer >
and (grid 3 3) a plane
08:10
<
tankf33der >
checking
08:11
<
tankf33der >
thats why i learn debuging yesterday again, now i can single stepping
08:11
<
Regenaxer >
cool :)
08:28
<
tankf33der >
i will use grid 5 5 T T
08:28
<
tankf33der >
i see sphere :)
09:25
inara` has quit [Quit: Leaving]
09:30
inara has joined #picolisp
11:49
xkapastel has quit [Quit: Connection closed for inactivity]
11:56
Blue_flame has joined #picolisp
12:15
Blue_flame has quit [Quit: Blue_flame]
12:31
orivej has joined #picolisp
13:56
_whitelogger has joined #picolisp
14:45
<
tankf33der >
i did it
14:45
<
tankf33der >
and will submit.
14:46
<
tankf33der >
pure dopamine.
14:49
<
Regenaxer >
Looks very good
14:49
<
Regenaxer >
Not in Rosetta yet?
14:57
<
tankf33der >
no, will be submitted
14:57
<
Regenaxer >
perfect
15:01
<
Regenaxer >
Interesting. The C version looks much simpler, does direct printing in nested loops
15:02
<
Regenaxer >
well, not much simpler
15:09
<
tankf33der >
they just use the same core
15:09
<
tankf33der >
this page shows every algo exists
15:10
<
tankf33der >
i've implement just this image on grid.
15:11
orivej has quit [Ping timeout: 240 seconds]
15:15
orivej has joined #picolisp
15:26
<
Regenaxer >
ok, I see
15:34
f8l has quit [Ping timeout: 240 seconds]
16:34
<
tankf33der >
Regenaxer: FYI: (read) doesnt respect comment '# char in pil21.
16:37
<
Regenaxer >
OK, maybe, yes. Large parts of the reader are still missing
18:05
f8l has joined #picolisp
21:28
theruran has quit [Quit: Connection closed for inactivity]
21:43
andyjpb has joined #picolisp
23:36
andyjpb has quit [Ping timeout: 240 seconds]
23:44
geo80 has joined #picolisp
23:46
<
geo80 >
Hi Regenaxer saw your latest changes for pil21 as well as the progress during the weekends with tankf33der, cool!
23:52
<
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?