Search found 9 matches

by jsmcgd
Tue Sep 09, 2008 2:26 pm
Forum: Common Lisp
Topic: To learn or not to learn, that is the question
Replies: 11
Views: 21727

Re: To learn or not to learn, that is the question

To play devil's advocate I thought I'd post this:
http://codangaems.blogspot.com/2008/06/ ... -lisp.html

It is a high level critique of Lisp by someone who likes Lisp a lot so I think it is fair to say it is quite objective.
by jsmcgd
Tue Sep 09, 2008 1:20 pm
Forum: Common Lisp
Topic: Graphical Programming in Lisp?
Replies: 10
Views: 22087

Re: Graphical Programming in Lisp?

I've been thinking a lot about a graphical program editor for Lisp, for which it would be especially well suited because of its strict tree structure. I don't know if you've seen this http://en.wikipedia.org/wiki/Visual_programming_language or more specifically this http://en.wikipedia.org/wiki/Open...
by jsmcgd
Wed Jul 30, 2008 3:36 am
Forum: Common Lisp
Topic: Accessing parent objects in CLOS
Replies: 7
Views: 13881

Re: Accessing parent objects in CLOS

If I do decide to make a reference to the game object in the ball object, how would one do this? Without a concept like this like you would have in Java *shudder* how would you pass a reference to a parent object to a child object when you haven't finished instantiating the parent object? Use a fact...
by jsmcgd
Tue Jul 29, 2008 4:38 pm
Forum: Common Lisp
Topic: Accessing parent objects in CLOS
Replies: 7
Views: 13881

Re: Accessing parent objects in CLOS

Cheers.

Is this the accepted way or should I ideally be changing my architecture so I don't run into this problem too often?

Perhaps I should get cracking on AMOP?
by jsmcgd
Tue Jul 29, 2008 12:31 pm
Forum: Common Lisp
Topic: Accessing parent objects in CLOS
Replies: 7
Views: 13881

Accessing parent objects in CLOS

I was wondering what is the best way to access the parent of an object. Is there a way to access the parent through the child object? For example, imagine a simple game where by if a ball is in a certain position (eg the goal) a goal is scored and the score for that game is updated. Imagine also tha...
by jsmcgd
Sat Jul 19, 2008 3:12 pm
Forum: Common Lisp
Topic: Packages
Replies: 4
Views: 13914

Re: Packages

How perceptive! Yes I think I do mean ASDF systems. How should one refer to something like, for example: lispbuilder-sdl? Is it a package, is it an ASDF system? Both? EDIT: I found this which helps a great deal http://weitz.de/packages.html If anyone could post some code where semantics of these ter...
by jsmcgd
Sat Jul 19, 2008 5:45 am
Forum: Common Lisp
Topic: Packages
Replies: 4
Views: 13914

Packages

I've been tinkering with Lisp for a while now. I've read through 3 Lisp books. One thing that I still don't have pegged is how to use packages correctly. I still find myself having to load packages manually. I was wondering if someone could provide an example of some code that demonstrates good prog...
by jsmcgd
Sat Jun 28, 2008 10:48 am
Forum: The Lounge
Topic: LispForum topic structure
Replies: 12
Views: 28433

Re: LispForum topic structure

I wouldn't worry about the topic structure. It is slightly unusual but thats probably due to Lisp's unusual nature not your taxonomy skills.
by jsmcgd
Sat Jun 28, 2008 4:46 am
Forum: The Lounge
Topic: Thank you.
Replies: 22
Views: 43893

Thank you.

I'm very pleased to see a new Lisp forum. I hope it's a huge success. Cheers.