allegro-cl Questions
4
Solved
Let's say I build an application on top of net.aserve and bordeaux-threads. My package declaration might look like this:
(defpackage :my-package
(:use :cl :net.aserve :bordeaux-threads)
(:export...
Sargassum asked 23/3, 2012 at 0:6
2
Solved
I'd like to setf different fields of a struct depending on a certain variable. I decided to use the following approach:
Generate a string with the field's accessor name:
(setq my-string (format n...
Rationality asked 4/9, 2010 at 8:43
1
© 2022 - 2024 — McMap. All rights reserved.