| From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Bill Moran <wmoran(at)potentialtech(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Why don't we accept exponential format for integers? |
| Date: | 2010-12-17 20:31:16 |
| Message-ID: | 1292617876.28145.25.camel@jd-desktop |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> Just another example of the fact that PHP was designed by incompetent
> amateurs :-(
>
> http://www.junauza.com/2010/12/top-50-programming-quotes-of-all-time.html
Unless I am misunderstanding the argument... perl and python both
support what is suggested here.
jd(at)jd-desktop:~$ perl -e 'print int('1e+01')';
10
Sincerely,
Joshua D. Drake
--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nathan Boley | 2010-12-17 20:31:21 | Re: Why don't we accept exponential format for integers? |
| Previous Message | Tom Lane | 2010-12-17 20:30:51 | Re: Why don't we accept exponential format for integers? |