Created
August 2, 2020 18:58
-
-
Save sudomaxime/e5b86de471432866326fc4f797ee69d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Author note: I have no idea what I am doing with this function | |
;; I copied stuff into this file | |
;; for some reason adding a bunch of "()" fix issues in the most case | |
;; I think this programming language is too old to fix our issues | |
;; we should rewrite the codebase | |
(defn crime [type]( | |
(type | |
->> (#"drugs" ( | |
map/state/until/nevada || map/state/until/new_hampshire | |
)) | |
->> (#"guns"( | |
say/husband/yourself | |
)) | |
->> (#"money"( | |
([crowd] ( | |
([ponder] ( | |
crime[type] ((((((((->>wait/2000000)))))))) | |
)) | |
)) | |
)) | |
) | |
)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment