eval-when Questions

2

Solved

64-bit Windows 7 Clozure Common Lisp Version 1.9 WindowsX8632 Emacs 24.3.1 Slime changelog date 2014-06-17 I have an example .lisp file which starts out as follows: (ql:quickload 'qt) (in-pac...
Lagoon asked 23/11, 2014 at 22:45

1

Solved

A required use of eval-when is to ensure that functions which a macro depends on are available at the time the macro is compiled and is used. However, I can't think of an example that would demonst...
Cane asked 14/8, 2017 at 0:8

1

Solved

After reading a lot of documentation regarding Lisp eval-when operator I still can't understand its uses, I know with this operator I can control the evaluation time of my expressions but I can't f...
Christoforo asked 20/5, 2012 at 15:17
1

© 2022 - 2024 — McMap. All rights reserved.