[Freeciv-Dev] Re: (PR#12706) Events framework
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12706 >
On Thu, Apr 07, 2005 at 07:51:57AM -0700, Jason Short wrote:
> What advantages would there be to using Lisp or Python?
As I see it:
Lisp/scheme/etc:
+ lots of AI people like lisp
+ naturally functional, which means we can play around with the
expressions to do cool stuff like invert functions (to figure
out the triggers, for instance)
+ scheme is quite elegant, simple, and good (just don't get my
officemate started on common lisp)
- big interpreter
ML:
+ all the advantages of lisp, plus actual type-checking
- all the disadvantages of lisp
Python:
+ actively supported
+ already used for development
+ more common than having lisp or ml lying around
- still a big interpreter that isn't universally available
Lua:
+ small interpreter
Something home-grown:
+ total control
- lots of work
- buggy
- [Freeciv-Dev] (PR#12706) Events framework, (continued)
- [Freeciv-Dev] (PR#12706) Events framework, Vasco Alexandre da Silva Costa, 2005/04/03
- [Freeciv-Dev] (PR#12706) Events framework, Vasco Alexandre da Silva Costa, 2005/04/03
- [Freeciv-Dev] (PR#12706) Events framework, Jason Short, 2005/04/04
- [Freeciv-Dev] Re: (PR#12706) Events framework, Per I. Mathisen, 2005/04/04
- [Freeciv-Dev] Re: (PR#12706) Events framework, Vasco Alexandre da Silva Costa, 2005/04/04
- [Freeciv-Dev] Re: (PR#12706) Events framework, Per I. Mathisen, 2005/04/05
- [Freeciv-Dev] (PR#12706) Events framework, Jason Short, 2005/04/07
- [Freeciv-Dev] (PR#12706) Events framework, Jason Short, 2005/04/07
- [Freeciv-Dev] (PR#12706) Events framework, Vasco Alexandre da Silva Costa, 2005/04/07
- [Freeciv-Dev] (PR#12706) Events framework, Vasco Alexandre da Silva Costa, 2005/04/07
- [Freeciv-Dev] Re: (PR#12706) Events framework,
Benoit Hudson <=
- [Freeciv-Dev] (PR#12706) Events framework, Vasco Alexandre da Silva Costa, 2005/04/07
- [Freeciv-Dev] (PR#12706) Events framework, Vasco Alexandre da Silva Costa, 2005/04/07
- [Freeciv-Dev] Re: (PR#12706) Events framework, Raimar Falke, 2005/04/07
- [Freeciv-Dev] Re: (PR#12706) Events framework, Raimar Falke, 2005/04/07
- [Freeciv-Dev] Re: (PR#12706) Events framework, Raimar Falke, 2005/04/07
- [Freeciv-Dev] Re: (PR#12706) Events framework, Mike Kaufman, 2005/04/07
- [Freeciv-Dev] Re: (PR#12706) Events framework, Raimar Falke, 2005/04/07
- [Freeciv-Dev] Re: (PR#12706) Events framework, Jason Short, 2005/04/07
- [Freeciv-Dev] Re: (PR#12706) Events framework, Jason Short, 2005/04/07
- [Freeciv-Dev] (PR#12706) Events framework, Vasco Alexandre da Silva Costa, 2005/04/07
|
|