Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6187
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Deeyana <d.awlberg@hotmail.invalid> |
| Newsgroups | comp.lang.lisp, comp.lang.python, comp.lang.scheme, comp.lang.functional |
| Subject | Re: Functional Programing: stop using recursion, cons. Use map & vectors |
| Date | Wed, 25 May 2011 00:03:17 +0000 (UTC) |
| Organization | A noiseless patient Spider |
| Lines | 18 |
| Message-ID | <irhh04$9rc$1@dont-email.me> (permalink) |
| References | <24bfd260-385e-4002-a591-6417db1f30f1@r35g2000prj.googlegroups.com> <ircgq6$7pb$1@dont-email.me> <c18d3ea3-c1b2-4dbd-bb82-c5e693cecb2c@z19g2000yqz.googlegroups.com> <iremvv$fih$1@dont-email.me> <ca18a6e7-9171-4e04-8d2f-f4f3f9a65983@x38g2000pri.googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| Injection-Date | Wed, 25 May 2011 00:03:17 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="cNpCepq5ls7RITQAmvxvhg"; logging-data="10092"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Hha4d3vBAFSlenEb2A16a8xTzhC+oK7o=" |
| User-Agent | XanaNews/1.18.1.6 |
| Cancel-Lock | sha1:+zVexuCjV9t7KnfQ042e1cRYF9A= |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.lisp:3683 comp.lang.python:6187 comp.lang.scheme:269 comp.lang.functional:118 |
Cross-posted to 4 groups.
Show key headers only | View raw
On Tue, 24 May 2011 13:39:15 -0700, asandroq wrote: > On May 24, 12:27 am, Deeyana <d.awlb...@hotmail.invalid> wrote: >> >> Classic unsubstantiated and erroneous claim. Scheme does not come OOTB >> with any suitable libraries for host interop and though it can make >> calls to C libraries, doing so is awkward and involves difficulties >> with the impedance mismatch between Scheme's data structures and C's >> char *, void *, int, double, array, etc. types. To top it off, C lacks >> automatic memory management, which means you'll have to concern >> yourself with manually disposing of allocated data structures used in >> interop. (Or, worse, things will get garbage collected by the Scheme >> runtime that the Scheme code no longer references, but the C library is >> still using, and bam! SIGSEGV.) > > Classic unsubstantiated and erroneous claim. On your part, asandroq.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Functional Programing: stop using recursion, cons. Use map & vectors Xah Lee <xahlee@gmail.com> - 2011-05-22 15:47 -0700
Re: Functional Programing: stop using recursion, cons. Use map & vectors Deeyana <d.awlberg@hotmail.invalid> - 2011-05-23 02:29 +0000
Re: Functional Programing: stop using recursion, cons. Use map & vectors asandroq <asandroq@gmail.com> - 2011-05-23 00:52 -0700
Re: Functional Programing: stop using recursion, cons. Use map & vectors Deeyana <d.awlberg@hotmail.invalid> - 2011-05-23 22:27 +0000
Re: Functional Programing: stop using recursion, cons. Use map & vectors asandroq <asandroq@gmail.com> - 2011-05-24 13:39 -0700
Re: Functional Programing: stop using recursion, cons. Use map & vectors Deeyana <d.awlberg@hotmail.invalid> - 2011-05-25 00:03 +0000
Re: Functional Programing: stop using recursion, cons. Use map & vectors Chris Angelico <rosuav@gmail.com> - 2011-05-25 08:38 +1000
Re: Functional Programing: stop using recursion, cons. Use map & vectors torbenm@diku.dk (Torben Ægidius Mogensen) - 2011-05-23 10:51 +0200
Re: Functional Programing: stop using recursion, cons. Use map & vectors "Pascal J. Bourguignon" <pjb@informatimago.com> - 2011-05-23 15:39 +0200
Re: Functional Programing: stop using recursion, cons. Use map & vectors Antti J Ylikoski <antti.ylikoski@tkk.fi> - 2011-05-23 19:36 +0300
csiph-web