Quote:
|
the first "publication" of python into public domain was in 1991
|
worng. It wasn't released into public domain, it was released under a Free license; see
http://www.gnu.org/licenses/ for more information on that distinction.
<license type="your average permissive non-copyleft free software license.">
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
--------------------------------------------------
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
The Netherlands. All rights reserved.
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Stichting Mathematisch
Hit Return for more, or q (and Return) to quit: Centrum or CWI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
</license>
Quote:
|
very highly (sic) portable
|
that, of course, depends on how you write you code.
file("/dev/hda1", "w") probably isn't going to work on dos boxen.
Quote:
|
The only awkward thing with python is it's a typeless language
|
I declare shenanagans! (sp?)
python has types. How could (2 + "foo") raise a TypeError if python doesn't have types.
What it doesn't have is _static_ types: python doesn't need to know the type of objects until runtime. And you don't have to write down the type names for everything. But python definitely has types.
http://www.artima.com/weblogs/viewpost.jsp?thread=7590
Quote:
|
You can even write COM,activeX/OLE very very easily
|
why would anyone want to do that?
Quote:
|
ADA [...] don't take it too seriously
|
Don't worry -- I won't. The DoD likes it
--Jonas