Errors: Difference between revisions

From mojo_puzzler
Jump to navigation Jump to search
(Created page with "===== Return to: Insightful Comments ===== <h1>path into atom</h1> "Typically path into atom means your chialisp is trying to traverse a list, but you've given it an atom. So either drop parentheses in the chialisp[puzzle], or add them in the solution".")
(No difference)

Revision as of 18:23, 25 January 2024

Return to: Insightful Comments

path into atom

"Typically path into atom means your chialisp is trying to traverse a list, but you've given it an atom. So either drop parentheses in the chialisp[puzzle], or add them in the solution".