GeronBook/Ch3/datasets/spam/easy_ham/02314.608313fbd690f2d120b68...

31 lines
1.4 KiB
Plaintext

From rssfeeds@jmason.org Mon Oct 7 12:05:06 2002
Return-Path: <rssfeeds@spamassassin.taint.org>
Delivered-To: yyyy@localhost.spamassassin.taint.org
Received: from localhost (jalapeno [127.0.0.1])
by jmason.org (Postfix) with ESMTP id 411AD16F18
for <jm@localhost>; Mon, 7 Oct 2002 12:03:42 +0100 (IST)
Received: from jalapeno [127.0.0.1]
by localhost with IMAP (fetchmail-5.9.0)
for jm@localhost (single-drop); Mon, 07 Oct 2002 12:03:42 +0100 (IST)
Received: from dogma.slashnull.org (localhost [127.0.0.1]) by
dogma.slashnull.org (8.11.6/8.11.6) with ESMTP id g9780gK23266 for
<jm@jmason.org>; Mon, 7 Oct 2002 09:00:42 +0100
Message-Id: <200210070800.g9780gK23266@dogma.slashnull.org>
To: yyyy@spamassassin.taint.org
From: gamasutra <rssfeeds@spamassassin.taint.org>
Subject: GDC 2002: Game Scripting in Python
Date: Mon, 07 Oct 2002 08:00:42 -0000
Content-Type: text/plain; encoding=utf-8
URL: http://www.newsisfree.com/click/-0,8613669,159/
Date: 2002-10-06T18:12:51+01:00
Scripting languages allow rapid development of game behavior without the
pitfalls that await the unwary C++ programmer. Using an existing scripting
language saves the time and cost of developing a custom language, and typically
gives you a far more powerful language than you could create on your own.
Python is an excellent choice for a game scripting language because it is
powerful, easily embedded, can seamlessly be extended with C/C++ code