Skip to content

Instantly share code, notes, and snippets.

@PetrGlad
Created December 10, 2016 16:24
Show Gist options
  • Save PetrGlad/493d6e267c4f762a364dd2175d7f8092 to your computer and use it in GitHub Desktop.
Save PetrGlad/493d6e267c4f762a364dd2175d7f8092 to your computer and use it in GitHub Desktop.
;; In "pil +"
(be aaa (1 2))
(be aaa (2 3))
(be aaa (@X @Z) (@X @Y) (@Y @Z))
(? (aaa 1 4))
;; After last line process completely hangs taking 100% CPU.
;; I cannot even kill it except "kill -9"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment