Re: Is python not good enough?

2010-01-17 Thread Blog
On 1/12/2010 9:09 PM, ikuta liu wrote: I'm a little confused. Is python not good enough? for google, enhance python performance is the good way better then choose build Go language? Go language try to merge low level, hight level and browser language. Those I'd like to see it on python.. Have y

Re: myths about python 3

2010-01-29 Thread Blog
On 1/28/2010 2:56 AM, John Nagle wrote: Daniel Fetchinson wrote: 1. Python 3 is supported by major Linux distributions. FALSE - most distros are shipping with Python 2.4, or 2.5 at best. Where did you come up with that information? Almost all of the major distros ship with 2.6.x - CentOS, Ope

Re: myths about python 3

2010-01-29 Thread Blog
On 1/28/2010 8:44 AM, Paul Rubin wrote: Steve Holden writes: Kindly confine your debate to the facts and keep the snide remarks to yourself. Like it or not Python 3 is the future, and unladen swallow's recent announcement that they would target only Python 3 represented a ground-breaking advanc

Re: myths about python 3

2010-01-30 Thread Blog
On 1/30/2010 11:47 PM, Christian Heimes wrote: Blog wrote: WTF? Where'd you hear about version 2.8? FRI, 2.7 is and will be THE LAST version of the 2.x series - "the" End-Of-Life for Python 2 Where do you get your information from? Your answer is the first that clearly m

Re: myths about python 3

2010-01-30 Thread Blog
On 1/30/2010 10:06 AM, Ben Finney wrote: Blog writes: (Debian does ship with 2.5, but the next major release "sid' is due out in Q2) Sid is the perpetual development playground (“unstable”), never released as a suite, but a proving ground for packages to determine their fitness fo

Help AES Implemetation

2016-05-14 Thread Pyhack Blog
Hi, I have two AES implementation programs: AES-1:http://pastebin.com/TrQ5iaxc AES-2: http://pastebin.com/mXRyprKL I have one binary file which is encrypted with some other AES program and it is getting decrypted with AES-1 but not with AES-2. I have shared both the programs link with yo

Re: Mathematica 7 compares to other languages

2008-12-11 Thread the . brown . dragon . blog
On Dec 11, 4:53 pm, "William James" <[EMAIL PROTECTED]> wrote: > William James wrote: > > John W Kennedy wrote: > > > > Xah Lee wrote: > > > > In lisp, python, perl, etc, you'll have 10 or so lines. In C or > > > > Java, you'll have 50 or hundreds lines. > > > > Java: > > > > static float[] normal(

Re: Mathematica 7 compares to other languages

2008-12-11 Thread the . brown . dragon . blog
On Dec 11, 7:50 pm, [EMAIL PROTECTED] wrote: > On Dec 11, 4:53 pm, "William James" <[EMAIL PROTECTED]> wrote: > > > > > William James wrote: > > > John W Kennedy wrote: > > > > > Xah Lee wrote: > > > > > In lisp, python, perl, etc, you'll have 10 or so lines. In C or > > > > > Java, you'll have 50

Re: Mathematica 7 compares to other languages

2008-12-14 Thread the . brown . dragon . blog
On Dec 12, 12:12 am, Xah Lee wrote: > On Dec 11, 6:50 am, the.brown.dragon.b...@gmail.com wrote: > ;; Chicken Scheme. By the.brown.dragon...@gmail.com > (require 'srfi-1) > (define (normalize vec) >   (map (cute / <> (sqrt (reduce + 0 (map (cute expt <> 2) vec > vec)) > > Is it possible to mak