https://nicholas.carlini.com/writing/2025/regex-chess.html
Sandman Expert Licensed User Longtime User Jan 7, 2025 #1 Regex Chess: A 2-ply minimax chess engine in 84,688 regular expressions I wrote a (list of) regular expressions that will play a (not very good) chess game by running a 2-ply minimax search. nicholas.carlini.com
Regex Chess: A 2-ply minimax chess engine in 84,688 regular expressions I wrote a (list of) regular expressions that will play a (not very good) chess game by running a 2-ply minimax search. nicholas.carlini.com
rabbitBUSH Well-Known Member Licensed User Longtime User Jan 7, 2025 #2 NO! regex is a foreign language here, what a way to spend one's "happy hour". It kind of "uncanny" that is.
NO! regex is a foreign language here, what a way to spend one's "happy hour". It kind of "uncanny" that is.
agraham Expert Licensed User Longtime User Jan 7, 2025 #3 One of the best bits of' write-only read-never' code I have ever seen. It takes a twisted mind to do that Last edited: Jan 7, 2025
One of the best bits of' write-only read-never' code I have ever seen. It takes a twisted mind to do that
Sandman Expert Licensed User Longtime User Jan 7, 2025 #4 agraham said: It takes a twisted mind to do that Click to expand... I would agree.