« first day (2833 days earlier)   

3:16 AM
posted on August 03, 2018 by hostilefork

This commit improves the interface by which a DO/NEXT is done. Before, each DO/NEXT would return the evaluative result (like DO) but allow the updated position to be stored in a variable: >> do/next [1 + 2 10 + 20] 'pos == 3 >> pos == [10 + 20] This changes that to return the new position and optionally update a variable with the output result. Since this changes the contrac

posted on August 03, 2018 by Potato44

[Reddit] Red is now part of the largest polyglot program

 
4:16 AM
@Feeds This relies on a "feature" that I think is a poor idea; e.g. skipping the content of a file up until the word "Red" is seen. :-( That's the kind of random behavior which is only actually good for gimmicks such as this, but in practice introduces unreliability to the system.
 
 
2 hours later…
6:42 AM
And it is not even true either. I ran into this because I wanted to add some compile code before my header, so I could easily compile my files when I had made a change in one of my Xiangqi (helper)programs. Couldn't be done even though it should have been a feature.
 

« first day (2833 days earlier)