Maze-solving algorithm implemented in sed
11–20 of 34 posts
Re: Maze-solving algorithm implemented in sed
#12Re: Maze-solving algorithm implemented in sed
#13Re: Maze-solving algorithm implemented in sed
#14Re: Maze-solving algorithm implemented in sed
#15Very cool. For those of you who know sed well, can you actually read the source of this program and understand it, or does it look like garblygook?
Re: Maze-solving algorithm implemented in sed
#16Earlier quoted context omitted.
It's pretty nicely put together and commented, still trying to work through exactly how the interleave steps work though.
I’m one of the organizers of Hack N Roll and personally know the guy who built this. He says that the code on Github is actually broken but he forgot in what way.. I still think it’s pretty cool though
Re: Maze-solving algorithm implemented in sed
#17Reminds me that I should probably finish my article on how I wrote a BrainF*ck interpreter in sed.
Re: Maze-solving algorithm implemented in sed
#18Re: Maze-solving algorithm implemented in sed
#19Reminds me that I should probably finish my article on how I wrote a BrainF*ck interpreter in sed.
This I would like to see. Do you have the code somewhere right now or do you plan to release it with the article?
[1] https://github.com/kanaka/mal/ [2] https://github.com/kanaka/mal/tree/master/awk