Re: Reddit broke - should have remained on Lisp?

2006-06-29 Thread Tin Gherdanarra
Luis M. González wrote: > Alok wrote: > >>I was merely describing my experience and inviting others' response >>about theirs. > > > That's exactly what I'm doing. > > >>Please don't misconstrue that as a blame on any language. > > > I think it can be interpreted in many ways. > Now if you're

Re: languages with full unicode support

2006-06-27 Thread Tin Gherdanarra
Oliver Bandel wrote: > > こんいちわ Xah-Lee san ;-) Uhm, I'd guess that Xah is Chinese. Be careful with such things in real life; Koreans might beat you up for this. Stay alive! > > > Xah Lee wrote: > >> Languages with Full Unicode Support >> >> As far as i know, Java and JavaScript are languages

Re: PHP = Perl Improved

2005-12-14 Thread Tin Gherdanarra
Xah Lee wrote: > recently i got a project that involves the use of php. In 2 days, i > read almost the entirety of the php doc. Finding it a breeze because it > is roughly based on Perl, of which i have mastery. I suspect that you are a computer program posing as a human usenet correspondent. Ple

Re: Post-modernism, Academia, and the Tech Geeking fuckheads

2005-12-14 Thread Tin Gherdanarra
Xah Lee wrote: > Post-modernism, Academia, and the Tech Geeking fuckheads > > • the Sokal Affair > http://en.wikipedia.org/wiki/Sokal_Affair > > • SCIGen and World Multi-Conference on Systemics, Cybernetics and > Informatics > http://pdos.csail.mit.edu/scigen/ > > • What are OOP's Jargons and

Re: syntax errors while building pypgsql

2005-11-23 Thread Tin Gherdanarra
Carsten Haese wrote: > On Wed, 2005-11-23 at 08:01, Tin Gherdanarra wrote: > >>Hallo, >> >>I'm trying to install pypgsql. However, I get syntax errors >>while compiling the C sources. The following excerpt >>from pgconnection.h looks

Re: syntax errors while building pypgsql

2005-11-23 Thread Tin Gherdanarra
Gerhard Häring wrote: > Tin Gherdanarra wrote: > >> Hallo, >> >> I'm trying to install pypgsql. However, I get syntax errors >> while compiling the C sources. The following excerpt >> from pgconnection.h looks a little funny to me: >> >>

Re: syntax errors while building pypgsql

2005-11-23 Thread Tin Gherdanarra
[EMAIL PROTECTED] wrote: > Tin Gherdanarra wrote: > >>[EMAIL PROTECTED] wrote: >> >>>Have you tried apt-get build-dep pypgsql ? >>> >>>It could be that you lacks the necessary packages to build it. >> >>funny you'd mention it, I did.

syntax errors while building pypgsql

2005-11-23 Thread Tin Gherdanarra
Hallo, I'm trying to install pypgsql. However, I get syntax errors while compiling the C sources. The following excerpt from pgconnection.h looks a little funny to me: typedef struct { PyObject_HEAD /* Here is the syntax error, and rightly so */ PGconn *conn; PyObject *host; P

Re: syntax errors while building pypgsql

2005-11-23 Thread Tin Gherdanarra
ckage pypgsql" The fact that there is a PyObject_HEAD PGconn *conn; throws an error can't be relieved by another package, I guess... > > Tin Gherdanarra wrote: > >>Hallo, >> >>I'm trying to install pypgsql. However, I get syntax er

Re: Missing /usr/lib/python2.3/config

2005-11-23 Thread Tin Gherdanarra
Zoli wrote: > Hi. > > >>when trying to run the script ez_setup.py, I fail >>with >> >> unable to open /usr/lib/python2.3/config/Makefile >> >>This is true. There is no /usr/lib/python2.3/config >>directory. A check on groups.google revealed that >>this is a bug in my debian distro or somethi

Missing /usr/lib/python2.3/config

2005-11-23 Thread Tin Gherdanarra
Hallo, when trying to run the script ez_setup.py, I fail with unable to open /usr/lib/python2.3/config/Makefile This is true. There is no /usr/lib/python2.3/config directory. A check on groups.google revealed that this is a bug in my debian distro or something. Is this true? Is there a wor

slots? SLOTS?

2005-10-12 Thread tin gherdanarra
Dear pythonista, what is a "slot" in python? I stumbled over it in several meta-reflection discussions and hard-core developer talk, but found no mention of it in the language reference. Google coughs up more interesting banter about it, but no specifics. Is it a feature that was once planned (fo