Hi! May be there is some solution. My GUI application use WIN32 many functions and various mallocs as well. I save application through "save-application"....
Some functions in Corman Lisp are quite slow. I have tried to replace them with my own versions. If it is interesting, I can contribute with source code (when...
Hi May be you know Why such thing is happen: (setf z (CreatePopupMenu)) (isMenu z) => Access Violation... Any operation with created HMENU is unsuccessful...
This is probably going to sound like a stupid question, but there are times when running function in the worksheet (I have it set that all results come up in...
Hi, I tried to make a simple example of threads like this : (require :threads) (defvar *cs* (make-instance 'th:critical-section)) (defvar *proc1* nil) (setf...
I've updated my implementation of Gray Streams for Corman Lisp. You can download it at http://www.double.co.nz/cl. The updates were fixes provided by Frederic...
I just tried CormanLisp 1.5 and noticed that (setf (subseq ...)) is not implemented. I'm a newbie in CL world so I don't really know is this expected or not...
Has anyone worked up an implementation of the mp:process-lock code? Pointers to implementations of more complex locks (e.g. non-exclusive read, exclusive...
Hi, Does anybody know how to make Ilisp-5.11 work with Corman Lisp 1.5? I'll start using Corman Lisp pretty soon but I'd like to stick with my Emacs. Any help...
This is related to the error that 'realxset39; was getting using sql-odbc. If I have the following class definition: (defclass foo () ((s1 :allocation :class...
Hello! I have Corman Lisp version 1.5 I need sql for reading info from database and try some examples from sample-session.lisp following steps was successful: ...
... 1) pdf, p.47 "No slots with :class allocation. Full CLOS supports slots allocated in each instance of a class, and slots which are shared across all of...
A question regarding your personal opinion. You wrote at your new webpage: "Developed an automatic translator to generate 1300 JSPs" Ouch. In lisp or java? I'm...
Hello, fellow lispers! I have been working with a Symbolics 3645, and a Mc Ivory for a while in the 80's in the AI field in the nuclear industry... when the AI...
Hi, A trivial problem: the CL functions LISP-IMPLEMENTATION-TYPE and LISP-IMPLEMENTATION-VERSION are not defined, though they are exported from the CL package....
Is it possible to use xemacs and corman common lisp? Anyone can advice me, complete newbie in xemacs and common lisp, how to set the environment with ilisp up?...
hi, I am trying to port an application to Corman Lisp but I run into a number of problems. Some of them are quite odd: ? (deftype foo () '(unsigned-byte 28)) ...
I rewrite "miniwin" example to produce real object-oriented GUI toolkit based on WIN32 and COMCTL32.DLL where we can use GUI objects like report-list-box,...
Hello everyone, especially Reini... Some time ago I downloaded CCL with the intention of experimenting with your CLARX, but it seems I don't quite understand...
Hi, I encounter a problem when calling foreign functions. I suspect the problem is about the interaction of garbage collection and the foreign heap. So, I add...
hello everybody, i'm just enter into the lisp club and i have need lisp software.i don't know whether it's compiler or the interpreter.so if any body have ...
hi, i just join thish group and also recently start the lisp programming.so i have no any depth idea of this language.so i want a interpreter for this.if any...
Hello Chris, Wow, very much appreciated! I need to make a GUI which interacts with the application. (I hope I use the right MS-Windows terminology :-) The...
Hello, I'm new to this group and would like to ask a question: I'm currently evaluation CormanLISP for building a small rule-based system for TCM diagnosis...