Wafelack

Results 4 issues of Wafelack

PAM produces a segmentation fault when compiled using musl libc. Code: ```rust let mut auth = pam::Authenticator::with_password("").unwrap(); ``` This line produces a segmentation fault on Void GNU/Linux with musl. `uname...

Here some functions for the standard library, sorted by type ## Io - print: displays the arguments with a newline - puts: like print but without newline ## str -...

A restart interface would be great, e.g., ```lisp (defun apply (f x) (if (not (eq? (type-of f) 'function)) (restart "Not a function" '(("Abort" . 'nil) ("Supply another function" . `(apply...

enhancement

```clojure (def main (λ (args))) ``` Just push a List onto the stack before call. Should take around 15 minutes.

enhancement