gnu-common-lisp Questions
2
Solved
I'm currently trying to get an output of ... \hline in GNU Common lisp 2.49, but I can't get the format to work. This is what I've tried so far to get a single backslash:
(format nil "\ ") => "...
Gelderland asked 12/10, 2018 at 15:38
2
I seek a GNU Common Lisp package which implements forkpty(); openpty() would also be a big plus, and login_tty() would be a luxury I could live with. (Duckduckgo, Google, etc. were of no help.) Is ...
Tophet asked 21/3, 2011 at 12:47
2
Solved
Given a variable with content 1, I know that it's a member of at least five types:
1 (let* ((fred 1))
2 (princ (typep fred 'bit)) (terpri)
3 (princ (typep fred 'integer)) (terpri)
4 (princ (t...
Uphemia asked 13/10, 2013 at 13:21
1
© 2022 - 2024 — McMap. All rights reserved.