negamuhia comments on Botworld: a cellular automaton for studying self-modifying agents embedded in their environment - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (54)
I'm hand-typing the code from the pdf. I know it would be easier if I used the .lhs file from github, but I'd like to make sure I read and understand the code first. Reading the .lhs file hurts my eyes due to formatting issues in Emacs.
Here you go. Made via vim command:
Thanks! Wow, that was simple :)
You might want to write a quick script to remove all of the comments from the LHS file and turn it in to a regular old Haskell file.