A celebration of code – 6 pieces of code that had an impact
1–5 of 5 posts
Re: A celebration of code – 6 pieces of code that had an impact
#2...but not regex?! I think this should be part of the list: https://regex101.com/r/YCTmCs/3
Re: A celebration of code – 6 pieces of code that had an impact
#3...but not regex?! I think this should be part of the list: https://regex101.com/r/YCTmCs/3
I think my brain exploded so badly I don't even understand what all that means.
Re: A celebration of code – 6 pieces of code that had an impact
#4I came across Casey Reas random maze generation program for C64
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
https://www.youtube.com/watch?v=m9joBLOZVEo
Re: A celebration of code – 6 pieces of code that had an impact
#5I came across Casey Reas random maze generation program for C64 10 PRINT CHR$(205.5+RND(1)); : GOTO 10 https://www.youtube.com/watch?v=m9joBLOZVEo
Hi! Author here: wow! One of the things I loved about the C64 was its immediacy and how you could just poke around and start breaking things. You just can't get that same effect with today's computers.