Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

cormanlisp · Corman Lisp

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 331
  • Category: Lisp
  • Founded: Feb 9, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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"....
5 Sep 7, 2001
8:21 am

ghostlib@...
Send Email

Hello, I am attempting to use this MIT Series package on Corman Lisp. (This can be downloaded from ...
1 Sep 7, 2001
8:11 am

Rene_de_Visser@...
Send Email

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...
7 Sep 6, 2001
5:24 am

Roger Corman
roger@...
Send Email

Hi May be you know Why such thing is happen: (setf z (CreatePopupMenu)) (isMenu z) => Access Violation... Any operation with created HMENU is unsuccessful...
5 Sep 4, 2001
7:03 am

Roger Corman
roger@...
Send Email

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...
2 Sep 3, 2001
6:39 pm

Roger Corman
roger@...
Send Email

Does anyone knows how to connect xemacs to corman lisp? Thanks, Jose Faria...
7 Sep 2, 2001
11:45 pm

José Alexandre An...
supremez@...
Send Email

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...
2 Sep 2, 2001
9:55 pm

Chris Double
DoubleC@...
Send Email

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...
3 Sep 1, 2001
9:08 pm

Chris Double
chris@...
Send Email

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...
2 Aug 31, 2001
5:43 pm

Roger Corman
roger@...
Send Email

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...
4 Aug 31, 2001
3:12 am

Joe Nall
joenall@...
Send Email

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...
2 Aug 30, 2001
9:23 am

Reini Urban
rurban@...
Send Email

Please Help! I've got AV error while save-application call. I do not know what does it mean. You can see that by running guiproject example. ...
1 Aug 30, 2001
7:46 am

ghostlib@...
Send Email

This is related to the error that 'realxset&#39; was getting using sql-odbc. If I have the following class definition: (defclass foo () ((s1 :allocation :class...
5 Aug 29, 2001
11:41 am

Chris Double
chris@...
Send Email

One must change method: (defmethod %db-execute ((query odbc-query) sql-expression &key &allow- other-keys) (with-slots (henv hdbc) (sql::query-database query) ...
1 Aug 29, 2001
5:59 am

realxset@...
Send Email

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: ...
2 Aug 28, 2001
11:05 am

Chris Double
chris@...
Send Email

...you can ask me here or by email ghostlib@... yahoo email is bouncing for some reason. Sincerey Real XSet...
1 Aug 28, 2001
7:12 am

realxset@...
Send Email

... 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...
3 Aug 27, 2001
2:47 am

Charles Sutton
casutton@...
Send Email

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...
3 Aug 26, 2001
10:58 pm

Chris Double
DoubleC@...
Send Email

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...
13 Aug 26, 2001
10:58 pm

Chris Double
DoubleC@...
Send Email

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....
2 Aug 24, 2001
6:41 am

Roger Corman
roger@...
Send Email

Hi, When I evaluate "»\ȘO" what I get is "»ȘO" Why the difference? Thanks for your reading Su, Yuan-Liang...
9 Aug 14, 2001
10:42 am

Reinaldo Togores
togoresr@...
Send Email

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?...
2 Aug 10, 2001
1:58 pm

Reini Urban
rurban@...
Send Email

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)) ...
2 Aug 1, 2001
6:33 pm

Roger Corman
roger@...
Send Email

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,...
9 Jul 27, 2001
2:56 pm

Reini Urban
rurban@...
Send Email

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...
1 Jul 14, 2001
1:00 pm

Reinaldo Togores
togoresr@...
Send Email

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...
4 Jul 13, 2001
6:17 am

su_yuan_liang@...
Send Email

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 ...
4 Jul 11, 2001
7:23 am

manish upadhyay
kumarmanishu@...
Send Email

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...
1 Jul 6, 2001
6:50 am

kumarmanishu@...
Send Email

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...
2 Jun 26, 2001
10:50 pm

Chris Double
DoubleC@...
Send Email

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...
4 Jun 25, 2001
10:52 am

Chris Double
chris@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help