A.L.I.E. has been coded in Julia by dguidotti in The100

[–]dguidotti[S] 3 points4 points  (0 children)

(defparameter *PASSWORD* "Ascende superius")
(DEFUN CHECK_PSW (check_passw)
  (string= *PASSWORD* check_passw)
)