Re: merits of Lisp vs Python

2018-01-12 Thread a2htray . yuen
在 2006年12月8日星期五 UTC+8下午7:07:09,Mark Tarver写道: > How do you compare Python to Lisp? What specific advantages do you > think that one has over the other? > > Note I'm not a Python person and I have no axes to grind here. This is > just a question for my general education. > > Mark 12 years ago.

Re: merits of Lisp vs Python

2017-09-30 Thread Stephan Houben
Op 2017-09-30, Marko Rauhamaa schreef : > Robert L. is only trolling. He uses fake technical comments to spread > white supremacy in his signatures. My apologies. Stephan -- https://mail.python.org/mailman/listinfo/python-list

Re: merits of Lisp vs Python

2017-09-30 Thread breamoreboy
On Saturday, September 30, 2017 at 9:03:32 PM UTC+1, Stephan Houben wrote: > Op 2017-09-27, Robert L. schreef : > > (sequence-fold + 0 #(2 3 4)) > > ===> > > 9 > > > > In Python? > > >>> sum([2, 3, 4]) > 9 Dow you have to keep replying to this out and out racist, as none of his posts have any re

Re: merits of Lisp vs Python

2017-09-30 Thread Marko Rauhamaa
Stephan Houben : > Op 2017-09-27, Robert L. schreef : >> (sequence-fold + 0 #(2 3 4)) >> ===> >> 9 >> >> In Python? > sum([2, 3, 4]) > 9 Robert L. is only trolling. He uses fake technical comments to spread white supremacy in his signatures. Marko -- https://mail.python.org/mailman/listin

Re: merits of Lisp vs Python

2017-09-30 Thread Stephan Houben
Op 2017-09-27, Robert L. schreef : > (sequence-fold + 0 #(2 3 4)) > ===> > 9 > > In Python? >>> sum([2, 3, 4]) 9 -- https://mail.python.org/mailman/listinfo/python-list

Re: merits of Lisp vs Python

2007-03-15 Thread John J. Lee
Jorge Godoy <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (John J. Lee) writes: > > > John Nagle <[EMAIL PROTECTED]> writes: > > > >> John J. Lee wrote: > >> > "Graham Dumpleton" <[EMAIL PROTECTED]> writes: > >> > > >> >>On Mar 11, 12:31 pm, [EMAIL PROTECTED] (John J. Lee) wrote: > >> > >> > I

Re: merits of Lisp vs Python

2007-03-14 Thread Jorge Godoy
[EMAIL PROTECTED] (John J. Lee) writes: > John Nagle <[EMAIL PROTECTED]> writes: > >> John J. Lee wrote: >> > "Graham Dumpleton" <[EMAIL PROTECTED]> writes: >> > >> >>On Mar 11, 12:31 pm, [EMAIL PROTECTED] (John J. Lee) wrote: >> >> > Is it possible to ask mod_python to start separate processes t

Re: merits of Lisp vs Python

2007-03-14 Thread John J. Lee
John Nagle <[EMAIL PROTECTED]> writes: > John J. Lee wrote: > > "Graham Dumpleton" <[EMAIL PROTECTED]> writes: > > > >>On Mar 11, 12:31 pm, [EMAIL PROTECTED] (John J. Lee) wrote: > > > Is it possible to ask mod_python to start separate processes to serve > > requests, rather than "separate" inter

Re: merits of Lisp vs Python

2007-03-14 Thread John Nagle
John J. Lee wrote: > "Graham Dumpleton" <[EMAIL PROTECTED]> writes: > >>On Mar 11, 12:31 pm, [EMAIL PROTECTED] (John J. Lee) wrote: > Is it possible to ask mod_python to start separate processes to serve > requests, rather than "separate" interpreters? We couldn't see a way. That's what CGI

Re: merits of Lisp vs Python

2007-03-14 Thread Graham Dumpleton
On Mar 15, 7:22 am, [EMAIL PROTECTED] (John J. Lee) wrote: > "Graham Dumpleton" <[EMAIL PROTECTED]> writes: > > On Mar 11, 12:31 pm, [EMAIL PROTECTED] (John J. Lee) wrote: > [...] > > >mod_pythonrelies on an unsupported feature of Python, namely > > > multiple interpreters --> risk of more pain wit

Re: merits of Lisp vs Python

2007-03-14 Thread John J. Lee
"Graham Dumpleton" <[EMAIL PROTECTED]> writes: > On Mar 11, 12:31 pm, [EMAIL PROTECTED] (John J. Lee) wrote: [...] > > mod_python relies on an unsupported feature of Python, namely > > multiple interpreters --> risk of more pain with C extensions. > > As usual, those bashing up on mod_python tend

Re: merits of Lisp vs Python

2007-03-10 Thread Graham Dumpleton
On Mar 11, 12:31 pm, [EMAIL PROTECTED] (John J. Lee) wrote: > John Nagle <[EMAIL PROTECTED]> writes: > > John J. Lee wrote: > > > John Nagle <[EMAIL PROTECTED]> writes: > > > [...] > > > >>Python, on the other hand, is uphill all the way. Constant trouble > > >>with version issues, especially

Re: merits of Lisp vs Python

2007-03-10 Thread John J. Lee
John Nagle <[EMAIL PROTECTED]> writes: > John J. Lee wrote: > > John Nagle <[EMAIL PROTECTED]> writes: > > [...] > > > >>Python, on the other hand, is uphill all the way. Constant trouble > >>with version issues, especially with C components called from Python. > >>MySQLdb, M2Crypto, SSL - th

Re: merits of Lisp vs Python

2007-03-10 Thread John Nagle
John J. Lee wrote: > John Nagle <[EMAIL PROTECTED]> writes: > [...] > >>Python, on the other hand, is uphill all the way. Constant trouble >>with version issues, especially with C components called from Python. >>MySQLdb, M2Crypto, SSL - they all have platform/version >>incompatibility proble

Re: merits of Lisp vs Python

2007-03-10 Thread John J. Lee
John Nagle <[EMAIL PROTECTED]> writes: [...] > Python, on the other hand, is uphill all the way. Constant trouble > with version issues, especially with C components called from Python. > MySQLdb, M2Crypto, SSL - they all have platform/version > incompatibility problems. I just spent three da

Re: merits of Lisp vs Python

2007-03-10 Thread John J. Lee
"Gabriel Genellina" <[EMAIL PROTECTED]> writes: > En Fri, 09 Mar 2007 16:10:51 -0300, Tim Bradshaw <[EMAIL PROTECTED]> > escribi�: [...] > > ill-conceived idea (not because of Python, note!). The electronic > > gadget people need in the developing world is a mobile phone not a > > computer. >

OLPC vs. mobile phones (was Re: merits of Lisp vs Python)

2007-03-10 Thread Paul Boddie
Gabriel Genellina wrote: > En Fri, 09 Mar 2007 16:10:51 -0300, Tim Bradshaw <[EMAIL PROTECTED]> escribió: > > > The electronic gadget people need in the developing world is a mobile phone > > not a > > computer. > > What for? > That requires a phone company, installed antennas everywhere, and > av

Re: merits of Lisp vs Python

2007-03-09 Thread Gabriel Genellina
En Fri, 09 Mar 2007 16:10:51 -0300, Tim Bradshaw <[EMAIL PROTECTED]> escribió: > On 2007-03-09 07:00:06 +, [EMAIL PROTECTED] (Alex Martelli) said: >> (nee "One Laptop Per Child", OLPC, and once known as the "$100 laptop") >> uses Python as its preferred (only?-) application language, and it's

Re: merits of Lisp vs Python

2007-03-09 Thread Michael Bentley
On Mar 9, 2007, at 1:10 PM, Tim Bradshaw wrote: > On 2007-03-09 07:00:06 +, [EMAIL PROTECTED] (Alex Martelli) said: > >> (nee "One Laptop Per Child", OLPC, and once known as the "$100 >> laptop") >> uses Python as its preferred (only?-) application language, and it's >> slated to be the most

Re: merits of Lisp vs Python

2007-03-09 Thread Tim Bradshaw
On 2007-03-09 07:00:06 +, [EMAIL PROTECTED] (Alex Martelli) said: > (nee "One Laptop Per Child", OLPC, and once known as the "$100 laptop") > uses Python as its preferred (only?-) application language, and it's > slated to be the most widely distributed Python distro if it hits even > half of

Python-friendly hosting (was Re: merits of Lisp vs Python)

2007-03-09 Thread Paul Boddie
On 9 Mar, 02:32, John Nagle <[EMAIL PROTECTED]> wrote: > [Dedicated server offerings] I'm not so familiar with dedicated servers, being unlikely to buy into that kind of hosting any time soon - I'm not running a business with serious reliability/control/uptime constraints where I could justify sp

Re: merits of Lisp vs Python

2007-03-09 Thread Terry Reedy
"Alex Martelli" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | later sold for mucho dinero) is an unabashed fan of Python; the "XO" | (nee "One Laptop Per Child", OLPC, and once known as the "$100 laptop") | uses Python as its preferred (only?-) application language, and it's | sla

Re: merits of Lisp vs Python

2007-03-08 Thread Alex Martelli
Paul Rubin wrote: > "alex23" <[EMAIL PROTECTED]> writes: > > > Hosting providers and distro > > > makers aren't concerned over whether Python works. They > > > care if C, C++, Java, PHP, and Perl work, but not Python or LISP. > > > Ask them. > > > > Do you have any rea

Re: merits of Lisp vs Python

2007-03-08 Thread Paul Rubin
John Nagle <[EMAIL PROTECTED]> writes: > There's denial in the Python community that this is a problem, > but it is. The Ruby on Rails people get it; they work to provide a > seamless experience for web developers. Which is why their market > share is way up over two years ago. I do know th

Re: merits of Lisp vs Python

2007-03-08 Thread John Nagle
Paul Rubin wrote: > "Chris Mellon" <[EMAIL PROTECTED]> writes: > >>Any *real* hosting provider is going to support whatever >>language and environment I tell them to, because I'm going to pay them >>a lot of money for excellent support and if they give me any trouble I >>will go with someone who p

Re: merits of Lisp vs Python

2007-03-08 Thread Paul Rubin
[EMAIL PROTECTED] (Aahz) writes: > >Care to name a "real" hosting provider that cares whether Python works? > http://www.webfaction.com/ Thanks! This is good to know about. -- http://mail.python.org/mailman/listinfo/python-list

Re: merits of Lisp vs Python

2007-03-08 Thread Aahz
In article <[EMAIL PROTECTED]>, Paul Rubin wrote: > >Care to name a "real" hosting provider that cares whether Python works? http://www.webfaction.com/ -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "I disrespectfully agree." --SJM --

Re: merits of Lisp vs Python

2007-03-08 Thread Paul Rubin
"Chris Mellon" <[EMAIL PROTECTED]> writes: > Any *real* hosting provider is going to support whatever > language and environment I tell them to, because I'm going to pay them > a lot of money for excellent support and if they give me any trouble I > will go with someone who provides what I want. H

Re: merits of Lisp vs Python

2007-03-08 Thread Chris Mellon
On 3/8/07, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On Thu, 08 Mar 2007 06:13:15 GMT, John Nagle <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: > > > > > When starting out with this project, I'd made the assumption that > > Python was a stable, working, well-supported

Re: merits of Lisp vs Python

2007-03-08 Thread Stephen Eilert
On Mar 8, 5:23 am, John Nagle <[EMAIL PROTECTED]> wrote: > Brian Adkins wrote: > > Ken Tilton wrote: > > >> John Nagle wrote: > > Turns out John is having quite a tough time with Python web hosting (the > > thread has split off to a c.l.p only fork), so I'm going to cut him some > > slack. Maybe wi

Re: merits of Lisp vs Python

2007-03-08 Thread John Nagle
Brian Adkins wrote: > Ken Tilton wrote: > >> John Nagle wrote: > Turns out John is having quite a tough time with Python web hosting (the > thread has split off to a c.l.p only fork), so I'm going to cut him some > slack. Maybe with some lovin' we can woo him over to c.l.l ;) Been there,

Re: merits of Lisp vs Python

2007-03-07 Thread Brian Adkins
Ken Tilton wrote: > John Nagle wrote: >> Brian Adkins wrote: >>> John Nagle wrote: >>> If you want to restart a debate, please go back and reply to some >>> serious post in the thread - don't hijack mine for your own evil >>> purposes and cut out the good parts - did you even see the movie? >> >>

Re: merits of Lisp vs Python

2007-03-07 Thread Paul Rubin
Brian Adkins <[EMAIL PROTECTED]> writes: > This may sound like I'm baiting you, but it's a sincere question. If > your experience with Perl was so good, why did you decide to pursue > Python? Trouble free hosting and no problems in development - sounds > like it worked out well for you. Er, becaus

Re: merits of Lisp vs Python

2007-03-07 Thread Ken Tilton
John Nagle wrote: > Brian Adkins wrote: > >> John Nagle wrote: > > >> If you want to restart a debate, please go back and reply to some >> serious post in the thread - don't hijack mine for your own evil >> purposes and cut out the good parts - did you even see the movie? > > >If you w

Re: merits of Lisp vs Python

2007-03-07 Thread Brian Adkins
John Nagle wrote: > Paul Rubin wrote: >> Brian Adkins <[EMAIL PROTECTED]> writes: >> >>> With prices of dedicated servers and virtual private servers so cheap, >>> why would anyone get a hosting account without root access? >> >> Because it turns you into a sysadmin instead of letting specialists

Re: merits of Lisp vs Python

2007-03-07 Thread John Nagle
Paul Rubin wrote: > Brian Adkins <[EMAIL PROTECTED]> writes: > >>With prices of dedicated servers and virtual private servers so cheap, >>why would anyone get a hosting account without root access? > > Because it turns you into a sysadmin instead of letting specialists > handle all the OS stuff

Re: merits of Lisp vs Python

2007-03-07 Thread Brian Adkins
hat you're saying. I tried the shared hosting thing originally, but the saying, "you get what you pay for" holds some truth here. Maybe y'all should change the thread to "Why don't shared hosting companies treat Python customers better?" or something along those lines. We seem to have drifted from "Princess Bride" quotes and the merits of Lisp vs. Python ;) -- http://mail.python.org/mailman/listinfo/python-list

Re: merits of Lisp vs Python

2007-03-07 Thread Paul Rubin
Brian Adkins <[EMAIL PROTECTED]> writes: > With prices of dedicated servers and virtual private servers so cheap, > why would anyone get a hosting account without root access? Because it turns you into a sysadmin instead of letting specialists handle all the OS stuff so you can concentrate on you

Re: merits of Lisp vs Python

2007-03-07 Thread Brian Adkins
John Nagle wrote: > Brian Adkins wrote: >> alex23 wrote: >> >>> John Nagle wrote: >>> Hosting providers and distro makers aren't concerned over whether Python works. They care if C, C++, Java, PHP, and Perl work, but not Python or LISP. Ask them. >>> >>> >>> Do you have any rea

Re: merits of Lisp vs Python

2007-03-07 Thread John Nagle
Brian Adkins wrote: > alex23 wrote: > >> John Nagle wrote: >> >>> Hosting providers and distro >>> makers aren't concerned over whether Python works. They >>> care if C, C++, Java, PHP, and Perl work, but not Python or LISP. >>> Ask them. >> >> >> Do you have any real experience with recent linux

Re: merits of Lisp vs Python

2007-03-07 Thread Brian Adkins
alex23 wrote: > John Nagle wrote: >> Hosting providers and distro >> makers aren't concerned over whether Python works. They >> care if C, C++, Java, PHP, and Perl work, but not Python or LISP. >> Ask them. > > Do you have any real experience with recent linux distros? Or with any > _real_ hostin

Re: merits of Lisp vs Python

2007-03-07 Thread Paul Rubin
"alex23" <[EMAIL PROTECTED]> writes: > > Hosting providers and distro > > makers aren't concerned over whether Python works. They > > care if C, C++, Java, PHP, and Perl work, but not Python or LISP. > > Ask them. > > Do you have any real experience with recent linux distros? Or with any > _real_

Re: merits of Lisp vs Python

2007-03-07 Thread alex23
John Nagle wrote: > Hosting providers and distro > makers aren't concerned over whether Python works. They > care if C, C++, Java, PHP, and Perl work, but not Python or LISP. > Ask them. Do you have any real experience with recent linux distros? Or with any _real_ hosting providers? Because what

Re: merits of Lisp vs Python

2007-03-07 Thread John Nagle
Brian Adkins wrote: > John Nagle wrote: > If you want to restart a debate, please go back and reply to some > serious post in the thread - don't hijack mine for your own evil > purposes and cut out the good parts - did you even see the movie? If you want to post jokes, try rec.humor.funny.

Re: merits of Lisp vs Python

2007-03-07 Thread Ken Tilton
Brian Adkins wrote: > John Nagle wrote: > >>Neither Lisp nor Python is an "industrial strength language". >> The infrastructure is too weak. Hosting providers and distro >> makers aren't concerned over whether Python works. They >> care if C, C++, Java, PHP, and Perl work, but not Python o

Re: merits of Lisp vs Python

2007-03-07 Thread Brian Adkins
John Nagle wrote: >Neither Lisp nor Python is an "industrial strength language". > The infrastructure is too weak. Hosting providers and distro > makers aren't concerned over whether Python works. They > care if C, C++, Java, PHP, and Perl work, but not Python or LISP. > Ask them. > >

Re: merits of Lisp vs Python

2007-03-07 Thread John Nagle
Brian Adkins wrote: > George Sakkis wrote: > >> [EMAIL PROTECTED] wrote: >> >>> 1. Lisp is the only industrial strength language Neither Lisp nor Python is an "industrial strength language". The infrastructure is too weak. Hosting providers and distro makers aren't concerned over whether Pyt

Re: merits of Lisp vs Python

2007-03-07 Thread Brian Adkins
George Sakkis wrote: > [EMAIL PROTECTED] wrote: > >> 1. Lisp is the only industrial strength language > ^^^ > You keep using that phrase. I don't think it means what you think it > means. [Vizzini has just cut the rope The Dread Pirate Roberts is climbing up]

Re: Anyone persuaded by "merits of Lisp vs Python"?

2007-01-06 Thread Aahz
In article <[EMAIL PROTECTED]>, Ant <[EMAIL PROTECTED]> wrote: > >So far? After a bit of pain getting started and finding decent docs >(while waiting for the books to arrive) I've found the language quite >easy to use. I haven't got into closures or macros yet - I need to get >more familiar with th

Re: Anyone persuaded by "merits of Lisp vs Python"?

2007-01-05 Thread Ant
Hi all, On Dec 28 2006, 4:51 pm, "Paddy3118" <[EMAIL PROTECTED]> wrote: > This month there was/is a 1000+ long thread called: > "merits of Lisp vs Python" > In comp.lang.lisp. > > If you followed even parts of the thread, AND previously > used on

Re: Anyone persuaded by "merits of Lisp vs Python"?

2007-01-04 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, Paul Hummer wrote: > I learned PHP for ease of web application development ... PHP is great for easily developing _insecure_ web applications. But if you want them not to leak like a sieve, things get a bit more complicated. -- http://mail.python.org/mailman/listi

Re: Anyone persuaded by "merits of Lisp vs Python"?

2007-01-04 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > [3] I thought it was particularly cool how Tcl could bolt on a class > based object oriented system as a library. The word "class" isn't > built into the language, but that kind of evaluator lets you add it. I have written about two notr

Re: Anyone persuaded by "merits of Lisp vs Python"?

2006-12-29 Thread xscottg
Paddy3118 wrote: > This month there was/is a 1000+ long thread called: > "merits of Lisp vs Python" > In comp.lang.lisp. > > If you followed even parts of the thread, AND previously > used only one of the languages AND (and this is the > crucial bit), were persuad

Re: Anyone persuaded by "merits of Lisp vs Python"?

2006-12-29 Thread Kaz Kylheku
Steven Haflich wrote: > Ray wrote: > > Can one really survive knowing just > > one language these days, anyway? > > いいえ! 違います。 iie! chigaimas. No, I beg to differ! (Hey, I'm in right the middle of preparing my Kanji-drilling Lisp program for distribution). -- http://mail.python.org/mailman/lis

Re: Anyone persuaded by "merits of Lisp vs Python"?

2006-12-29 Thread Steven Haflich
Ray wrote: > Can one really survive knowing just > one language these days, anyway? いいえ! 違います。 -- http://mail.python.org/mailman/listinfo/python-list

Re: Anyone persuaded by "merits of Lisp vs Python"?

2006-12-29 Thread Carl Banks
Paddy wrote: > Carl Banks wrote: > > If you were so keen on avoiding a flame war, the first thing you should > > have done is to not cross-post this. > > I want to cover Pythonistas looking at Lisp and Lispers looking at > Python because of the thread. The cross posting is not as flame bait. Then

Re: Anyone persuaded by "merits of Lisp vs Python"?

2006-12-29 Thread Kaz Kylheku
Paddy wrote: > Carl Banks wrote: > > If you were so keen on avoiding a flame war, the first thing you should > > have done is to not cross-post this. > > I want to cover Pythonistas looking at Lisp and Lispers looking at That's already covered in the orginal thread. Same two newsgroups, same crowd

Re: Anyone persuaded by "merits of Lisp vs Python"?

2006-12-29 Thread Aahz
[x-post removed] In article <[EMAIL PROTECTED]>, Paddy <[EMAIL PROTECTED]> wrote: >Carl Banks wrote: >> >> If you were so keen on avoiding a flame war, the first thing you should >> have done is to not cross-post this. > >I want to cover Pythonistas looking at Lisp and Lispers looking at >Python b

Re: Anyone persuaded by "merits of Lisp vs Python"?

2006-12-29 Thread Paddy
Carl Banks wrote: > If you were so keen on avoiding a flame war, the first thing you should > have done is to not cross-post this. I want to cover Pythonistas looking at Lisp and Lispers looking at Python because of the thread. The cross posting is not as flame bait. - Paddy. -- http://mail.py

Re: Anyone persuaded by "merits of Lisp vs Python"?

2006-12-28 Thread Carl Banks
Paddy3118 wrote: > This month there was/is a 1000+ long thread called: > "merits of Lisp vs Python" > In comp.lang.lisp. > > If you followed even parts of the thread, AND previously > used only one of the languages AND (and this is the > crucial bit), were persuad

Re: Anyone persuaded by "merits of Lisp vs Python"?

2006-12-28 Thread Paul Hummer
Python? How 'bout Haskell vs. Java, PBASIC vs. C++, and while we're at it, SmallTalk vs. Assembler! >> This month there was/is a 1000+ long thread called: >> "merits of Lisp vs Python" >> In comp.lang.lisp. >> >> I use both. And Java, and

Re: Anyone persuaded by "merits of Lisp vs Python"?

2006-12-28 Thread Ray
Paddy3118 wrote: > This month there was/is a 1000+ long thread called: > "merits of Lisp vs Python" > In comp.lang.lisp. > (I suspect this thread to be very short - even the > original poster seems to have given up on the day he > started the thread). I use both

Anyone persuaded by "merits of Lisp vs Python"?

2006-12-28 Thread Paddy3118
This month there was/is a 1000+ long thread called: "merits of Lisp vs Python" In comp.lang.lisp. If you followed even parts of the thread, AND previously used only one of the languages AND (and this is the crucial bit), were persuaded to have a more positive view of the other langu

Re: merits of Lisp vs Python

2006-12-26 Thread Lars Rune Nøstdal
On Sat, 23 Dec 2006 12:38:30 -0800, Fuzzyman wrote: > > Lars Rune Nøstdal wrote: >> On Fri, 08 Dec 2006 03:07:09 -0800, Mark Tarver wrote: >> >> > How do you compare Python to Lisp? What specific advantages do you >> > think that one has over the other? >> > >> > Note I'm not a Python person and

Re: merits of Lisp vs Python

2006-12-24 Thread Juan R.
Fuzzyman ha escrito: > Perhaps only with the addendum that although 'Lisp roolz', no-one uses > for anything of relevance anymore and it is continuing it's geriatric > decline into obscurity. ;-) I do not think that i cannot agree with the contrary of this but i do not think the contrary neither.

Re: merits of Lisp vs Python

2006-12-23 Thread Fuzzyman
defcon8 wrote: > All of you are nazis! Hmmm... that might work. :-) Fuzzyman http://www.voidspace.org.uk/python/articles.shtml -- http://mail.python.org/mailman/listinfo/python-list

Re: merits of Lisp vs Python

2006-12-23 Thread defcon8
All of you are nazis! -- http://mail.python.org/mailman/listinfo/python-list

Re: merits of Lisp vs Python

2006-12-23 Thread Fuzzyman
Lars Rune Nøstdal wrote: > On Fri, 08 Dec 2006 03:07:09 -0800, Mark Tarver wrote: > > > How do you compare Python to Lisp? What specific advantages do you > > think that one has over the other? > > > > Note I'm not a Python person and I have no axes to grind here. This is > > just a question for

Re: merits of Lisp vs Python

2006-12-22 Thread Lars Rune Nøstdal
On Fri, 08 Dec 2006 03:07:09 -0800, Mark Tarver wrote: > How do you compare Python to Lisp? What specific advantages do you > think that one has over the other? > > Note I'm not a Python person and I have no axes to grind here. This is > just a question for my general education. > > Mark Kill

Re: merits of Lisp vs Python

2006-12-21 Thread Rob Thorpe
Anders J. Munch wrote: > Rob Thorpe wrote: > > Anders J. Munch wrote: > >> Let u(t) be the actual memory used by the program at time t. > >> Let r(t) be the size of reachable memory at time t. > >> > >> Require that u(t) is a member of O(t -> max{t'<=t: r(t')}) > >> > >> There. That wasn't so hard,

Re: merits of Lisp vs Python

2006-12-21 Thread Anders J. Munch
Rob Thorpe wrote: > Anders J. Munch wrote: >> Let u(t) be the actual memory used by the program at time t. >> Let r(t) be the size of reachable memory at time t. >> >> Require that u(t) is a member of O(t -> max{t'<=t: r(t')}) >> >> There. That wasn't so hard, was it? > > That's quite a clever def

Re: merits of Lisp vs Python

2006-12-20 Thread Ken Tilton
[EMAIL PROTECTED] wrote: > Come on; you guys can't just leave this at 999 posts! > Funny you should whine, i was just getting ready to sign off with: I noticed while singing the praises of auto-indentation that there was a shortcoming in The Greatest Feature Known to Editing source code, whic

Re: merits of Lisp vs Python

2006-12-20 Thread jayessay
"Anders J. Munch" <[EMAIL PROTECTED]> writes: > jayessay wrote: > > Please note: GC is not part of CL's definition. It is likely not part > > of any Lisp's definition (for reasons that should be obvious), and for > > the same reasons likely not part of any language's definition. > > Really? R

Re: merits of Lisp vs Python

2006-12-20 Thread Rob Thorpe
Anders J. Munch wrote: > Rob Thorpe wrote: > > Anders J. Munch wrote: > >> Really? So how do you write a portable program in CL, that is to > >> run for unbounded lengths of time? > > > > You can't. > > > > The thing about the spec not defining GC is almost a bit of humour. > > No-one woul

Re: merits of Lisp vs Python

2006-12-20 Thread Anders J. Munch
Rob Thorpe wrote: > Anders J. Munch wrote: >> Really? So how do you write a portable program in CL, that is to >> run for unbounded lengths of time? > > You can't. > > The thing about the spec not defining GC is almost a bit of humour. > No-one would use an implementation with no GC. > >

Re: merits of Lisp vs Python

2006-12-20 Thread Rob Thorpe
Pascal Bourguignon wrote: > "Rob Thorpe" <[EMAIL PROTECTED]> writes: > > Anders J. Munch wrote: > >> jayessay wrote: > >> > Please note: GC is not part of CL's definition. It is likely not part > >> > of any Lisp's definition (for reasons that should be obvious), and for > >> > the same reasons

Re: merits of Lisp vs Python

2006-12-20 Thread Pascal Bourguignon
"Rob Thorpe" <[EMAIL PROTECTED]> writes: > Anders J. Munch wrote: >> jayessay wrote: >> > Please note: GC is not part of CL's definition. It is likely not part >> > of any Lisp's definition (for reasons that should be obvious), and for >> > the same reasons likely not part of any language's def

Re: merits of Lisp vs Python

2006-12-20 Thread [EMAIL PROTECTED]
Anders J. Munch wrote: > jayessay wrote: > > Please note: GC is not part of CL's definition. It is likely not part > > of any Lisp's definition (for reasons that should be obvious), and for > > the same reasons likely not part of any language's definition. > > Really? So how do you write a por

Re: merits of Lisp vs Python

2006-12-20 Thread Rob Thorpe
Anders J. Munch wrote: > jayessay wrote: > > Please note: GC is not part of CL's definition. It is likely not part > > of any Lisp's definition (for reasons that should be obvious), and for > > the same reasons likely not part of any language's definition. > > Really? So how do you write a port

Re: merits of Lisp vs Python

2006-12-20 Thread Anders J. Munch
jayessay wrote: > Please note: GC is not part of CL's definition. It is likely not part > of any Lisp's definition (for reasons that should be obvious), and for > the same reasons likely not part of any language's definition. Really? So how do you write a portable program in CL, that is to r

Re: merits of Lisp vs Python

2006-12-19 Thread Jon Harrop
Rob Thorpe wrote: > Once you can do the above then you can phrase programs entirely in > terms of composition of functions, which is what functional programming > is about. There are many aspects to functional programming. Some languages (like Lisp and Python) are very impure and hardly encourage

Re: merits of Lisp vs Python

2006-12-18 Thread greg
Bill Atkins wrote: > This is not a response to any particular post, but rather to the > general argument that macros are not as useful as we Lispers claim. > > Here is a fairly complete GUI RSS reader in 90 lines of Lisp For comparison, here's how something with a similar API might be used from P

Re: merits of Lisp vs Python

2006-12-18 Thread Bruno Desthuilliers
Paul Rubin a écrit : > Bruno Desthuilliers <[EMAIL PROTECTED]> writes: > >>Strictly speaking, only first-class functions are required, and >>tail-recursion optimisation is only an implentation detail. Now it's >>obvious that when it comes to real-life-size programs, this is a >>*very* important de

Re: merits of Lisp vs Python

2006-12-18 Thread jayessay
Paul Rubin writes: > [EMAIL PROTECTED] writes: > > I should assume you meant Common Lisp, but there isn't really any > > reason you couldn't > > > > (poke destination (peek source)) > > That breaks the reliability of GC. I'd say you're no longer writing > in Lisp

Re: merits of Lisp vs Python

2006-12-18 Thread Paul Rubin
Bruno Desthuilliers <[EMAIL PROTECTED]> writes: > Strictly speaking, only first-class functions are required, and > tail-recursion optimisation is only an implentation detail. Now it's > obvious that when it comes to real-life-size programs, this is a > *very* important detail !-) I don't buy this

Re: merits of Lisp vs Python

2006-12-18 Thread Rob Warnock
<[EMAIL PROTECTED]> wrote: +--- | Paul Rubin wrote: | > [...] There are programs you can write in C but not in Lisp, | > like device drivers that poke specific machine addresses. | | I should assume you meant Common Lisp, but there isn't really any | reason you couldn't | (poke d

Re: merits of Lisp vs Python

2006-12-18 Thread André Thieme
Paul Rubin schrieb: > GC also gets rid of programs. There are programs you can write in C > but not in Lisp, like device drivers that poke specific machine > addresses. You are talking about an ANSI Common Lisp implementation. But nothing stops a vendor to deliver its CL with libs that support t

Re: merits of Lisp vs Python

2006-12-18 Thread Bruno Desthuilliers
Kaz Kylheku a écrit : > Bruno Desthuilliers wrote: > >>André Thieme a écrit : >> >>>Bruno Desthuilliers schrieb: >>> >> >>(snip) >> Both are highly dynamic. Neither are declarative. >>> >>> >>>Well, Lisp does support some declarative features in the ansi standard. >> >>If you go that way, ther

Re: merits of Lisp vs Python

2006-12-18 Thread Bruno Desthuilliers
Mathias Panzenboeck a écrit : > Bruno Desthuilliers wrote: > >>Mathias Panzenboeck a écrit : >> >>>Rob Thorpe wrote: >>> >>> Mathias Panzenboeck wrote: >Mark Tarver wrote: > > >>How do you compare Python to Lisp? What specific advantages do you >>think that one h

Re: merits of Lisp vs Python

2006-12-18 Thread Bruno Desthuilliers
Paul Rubin a écrit : > "Rob Thorpe" <[EMAIL PROTECTED]> writes: > >>Once you can do the above then you can phrase programs entirely in >>terms of composition of functions, which is what functional programming >>is about. >> >>Getting good performance though is problematic without being able to >>e

Re: merits of Lisp vs Python

2006-12-18 Thread Bill Atkins
This is not a response to any particular post, but rather to the general argument that macros are not as useful as we Lispers claim. Here is a fairly complete GUI RSS reader in 90 lines of Lisp (the GUI code itself is 90 lines, but it makes use of some RSS reading/writing code I had laying around

Re: merits of Lisp vs Python

2006-12-17 Thread xscottg
Paul Rubin wrote: > [EMAIL PROTECTED] writes: > > So don't (poke (random) value). That would be obvious to anyone > > capable of writing a device driver in C or Lisp or Oberon or > > Similarly in C programs, don't do > > *random = 0; > > Avoiding that is easier said than done. C programs s

Re: merits of Lisp vs Python

2006-12-17 Thread Ravi Teja
Jean-Paul Calderone wrote: > On 11 Dec 2006 03:01:32 -0800, Ravi Teja <[EMAIL PROTECTED]> wrote: > >Timofei Shatrov wrote: > > > > [snip] > > > >Of course, doctest is hardly the ultimate testing solution. But it does > >an admirable job for many cases where you don't need to setup elaborate > >tes

Re: merits of Lisp vs Python

2006-12-17 Thread John Thingstad
On Mon, 18 Dec 2006 05:19:49 +0100, > wrote: > [EMAIL PROTECTED] writes: >> So don't (poke (random) value). That would be obvious to anyone >> capable of writing a device driver in C or Lisp or Oberon or > > Similarly in C programs, don't do > > *random = 0; > > Avoiding that is easier sai

Re: merits of Lisp vs Python

2006-12-17 Thread Jean-Paul Calderone
On 11 Dec 2006 03:01:32 -0800, Ravi Teja <[EMAIL PROTECTED]> wrote: >Timofei Shatrov wrote: > > [snip] > >Of course, doctest is hardly the ultimate testing solution. But it does >an admirable job for many cases where you don't need to setup elaborate >tests. > >> It's not surprising that no one use

Re: merits of Lisp vs Python

2006-12-17 Thread Paul Rubin
[EMAIL PROTECTED] writes: > So don't (poke (random) value). That would be obvious to anyone > capable of writing a device driver in C or Lisp or Oberon or Similarly in C programs, don't do *random = 0; Avoiding that is easier said than done. C programs suffer endless bugs of that type.

Re: merits of Lisp vs Python

2006-12-17 Thread xscottg
Paul Rubin wrote: > [EMAIL PROTECTED] writes: > > Even regarding interupts, I don't see a problem without a solution: > > (with-interupts-and-garbage-collection-disabled > >(poke destination (peek source)) > > It's not just GC or interrupts, it's the possibility of clobbering the > Lis

Re: merits of Lisp vs Python

2006-12-17 Thread Paul Rubin
[EMAIL PROTECTED] writes: > Even regarding interupts, I don't see a problem without a solution: > (with-interupts-and-garbage-collection-disabled >(poke destination (peek source)) It's not just GC or interrupts, it's the possibility of clobbering the Lisp heap. If the peek/poke addres

Re: merits of Lisp vs Python

2006-12-17 Thread Paul Rubin
Bill Atkins <[EMAIL PROTECTED]> writes: > Whatever do you mean? The portion of memory used for memory-mapped > registers is simply excluded from GC; everything else works as normal. Well ok, if the peek and poke functions validate the addresses. > All modern Lisps (yes, *Common* Lisps) support a

Re: merits of Lisp vs Python

2006-12-17 Thread xscottg
Paul Rubin wrote: > [EMAIL PROTECTED] writes: > > I should assume you meant Common Lisp, but there isn't really any > > reason you couldn't > > > > (poke destination (peek source)) > > That breaks the reliability of GC. I'd say you're no longer writing > in Lisp if you use something like tha

  1   2   3   4   5   6   7   8   >