How to keep track of objects?1433 (4/13/2011 5:01:59 PM) comp.lang.lisp Hello, I am trying to keep track of all created objects of a set of CLOS classes. I thought of a mixin like that: (defparameter *tracked-objects* ()) (defclass track-mixin () ()) (defmethod initialize-ins... jw1(69)
buildbot for Common Lisp ?426 (1/5/2011 10:22:19 AM) comp.lang.lisp Anyone using a build farm for Common Lisp projects out there? I'm interested in systems for automating library builds across different implementations, running test suites etc. There is a system named buil... didier1(451)
[ann] LibCL.com624 (9/3/2009 2:57:07 AM) comp.lang.lisp Hi all, After a year of preparation, I'm pleased to announce the first public alpha of LibCL. LibCL is a collection of free Common Lisp libraries, packaged together for easy installation, integration testin... dherring1(548)
SBCL line by line debugging/tracing630 (8/18/2009 3:33:12 AM) comp.lang.lisp I am a newbie to both LISP as well as Steel Bank Common Lisp environment. How do I debug/trace all function calls line-by-line ( rather function call by function call) in Steel Bank Common Lisp ... sridharvijendran(2)
How can we ignore about defconstant when compiling1430 (8/17/2009 2:17:10 PM) comp.lang.lisp Hi everybody, I am using SBCL in Emacs + Slime. I see a very strangle issue that there is an warning when I compile the file in which I define a constant. The constant BIOLOGICAL-DATA-MODEL:+META-TOOL-FILE+ i... nvntung(30)
converting a string to a list5825 (7/14/2009 1:17:35 PM) comp.lang.lisp In CL, if you have a list which you can then turn into a string like this: > (setf my-list '(this is a list)) ;make a list > (setf my-string (write-to-string my-list)) ;convert the list to a string ... cartercc(419)
Unable to load OpenGL libraries when installs cl-glfw531 (7/14/2009 9:41:43 AM) comp.lang.lisp Hi everyone, I am installing cl-glfw to develop with OpenGL. I don't know which libraries we should install firstly. Because there is an error: Unable to load any of the alternatives: ((:FRAMEWORK #1="OpenG... nvntung(30)
TBNL-Devel Mailinglist does not exist anymore?30 (5/5/2013 6:57:20 AM) comp.lang.lisp Hi all.
I just went over http://weitz.de/hunchentoot/#mail and the list that is
linked there is a dead link. I could not find the mailing list anywhere
else. Does it still exist?
Best regards
CSS
... css9467(3)
CFFI and Windows 64bit59 (4/18/2013 5:13:00 PM) comp.lang.lisp I am not having any lucky getting CFFI_0.11.0 to load shared libraries on the Windows 7 platform. For example when trying to load c:\Windows\SysWOW64\url.dll
we get:
CL-USER> (cffi:load-foreign-library '(:... nmarceli(17)