Ancestors

Written by Hugo Mills on 2024-08-23 at 21:44

@UncleClive

1 REM Don't blow a gasket

10 LET x%=0; LET y%=0

20 LET r=RAND

30 IF r<0.33 THEN LET u%=0; LET v%=0

40 IF r<0.66 AND r>=0.33 THEN LET u%=192; LET v%=0

50 IF r>=0.66 THEN LET u%=96; LET v%=191

60 LET x%=(x%+u%)/2

70 LET y%=(y%+v%)/2

80 PLOT x%,y%

90 GOTO 20

=> More informations about this toot | More toots from darkling@mstdn.social

Toot

Written by Hugo Mills on 2024-08-23 at 21:49

@popey Have I broken Clive?

=> More informations about this toot | More toots from darkling@mstdn.social

Descendants

Written by popey on 2024-08-23 at 22:25

@darkling he does get upset sometimes

=> More informations about this toot | More toots from popey@mastodon.social

Written by Hugo Mills on 2024-08-23 at 22:28

@popey That first one's definitely got bad syntax (I used % sigils for integer variables, and ; instead of : for command separators), but the second attempt should be good.

=> More informations about this toot | More toots from darkling@mstdn.social

Written by popey on 2024-08-23 at 22:52

@darkling It currently requires a line 10 first.

=> More informations about this toot | More toots from popey@mastodon.social

Proxy Information
Original URL
gemini://mastogem.picasoft.net/thread/113013540975721000
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
317.281835 milliseconds
Gemini-to-HTML Time
0.788202 milliseconds

This content has been proxied by September (3851b).