Search found 5 matches

by FedEx
Sun Oct 03, 2010 7:47 pm
Forum: Common Lisp
Topic: Type error
Replies: 7
Views: 5987

Re: Type error

@ all: Thanks for your inputs...I finally managed to get read of all the bugs (which were giving the error mentioned in my original post)..As Ramaren pointed out the error was due to wrong type of argument being passed to the functions. But guys I still need help regarding getting a debugger facilit...
by FedEx
Sun Oct 03, 2010 10:03 am
Forum: Common Lisp
Topic: Type error
Replies: 7
Views: 5987

Re: Type error

@nuntius: Forgot to add..yeah it's the first google hit when one types Poderosa.
by FedEx
Sun Oct 03, 2010 10:00 am
Forum: Common Lisp
Topic: Type error
Replies: 7
Views: 5987

Re: Type error

Is "Poderosa" a mswin terminal emulator? [first google hit] Which CL implementation and editor are you using? The two main commercial implementations [see http://common-lisp.net/~dlw/LispSurvey.html] have free personal editions with a built-in IDE. Most people using a free CL use the Slim...
by FedEx
Sun Oct 03, 2010 8:58 am
Forum: Common Lisp
Topic: Type error
Replies: 7
Views: 5987

Re: Type error

@Ramarren: Thanks for the reply.. I'm using Poderosa...could you tell me how can I use debugging facility there??
by FedEx
Sat Oct 02, 2010 11:39 pm
Forum: Common Lisp
Topic: Type error
Replies: 7
Views: 5987

Type error

While trying to run my program I'm coming across the following error: Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: (1 2 3 4 5 6 7 8 0) is not of type NUMBER [Condition of type TYPE-ERROR] The program I'm trying involves implementation of DFS to 8puzzle. The list (1 2 3 4 5 6 7 8 0) is a samp...