all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oleh Krehel <ohwoeowho@gmail.com>
To: Mark Oteiza <mvoteiza@udel.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Would seq-range and seq-mapcat be useful?
Date: Mon, 02 Feb 2015 19:39:06 +0100	[thread overview]
Message-ID: <87y4og5fat.fsf@gmail.com> (raw)
In-Reply-To: <87386o5fi0.fsf@udel.edu> (Mark Oteiza's message of "Mon, 02 Feb 2015 13:34:47 -0500")

Mark Oteiza <mvoteiza@udel.edu> writes:

> Nicolas Petton <nicolas@petton.fr> writes:
>> Oleh Krehel <ohwoeowho@gmail.com> writes:
>>> I like `seq-group-by`.
>>>
>>> I'm not sure about `seq-mapcat`, since there is `cl-mapcan` (although
>>> it's destructive), I guess `seq-mapcat` would be fine.
>>>
>>> And I would prefer the name `seq-partition` instead of `seq-slice`,
>>> since `partition' is a Clojure name with same effect, and slice means
>>> something different in Python.
>>
>> Yes, I felt the same.
>
> Makes sense. Array slicing seems to be just taking a subsequence in a
> lot of languages.  Perhaps aliasing seq-slice to seq-subseq would be
> good to do.

The bad thing about aliases is that you have to remember both, so
they're not helping at all.  There will always be person A using alias A
and person B using alias B.  Both of them will have trouble to read each
others code.

This is why e.g. Python is so determined to have only way of doing
things.

Oleh



  reply	other threads:[~2015-02-02 18:39 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-29 16:54 Would seq-range and seq-mapcat be useful? Nicolas Petton
2015-01-29 18:02 ` Artur Malabarba
2015-01-29 22:03   ` Nicolas Petton
2015-01-29 21:40 ` Stefan Monnier
2015-01-29 22:06   ` Nicolas Petton
2015-01-30  6:09     ` Stefan Monnier
2015-01-30  8:00     ` Oleh Krehel
2015-01-30 10:21       ` Nicolas Petton
2015-01-30 15:38         ` Oleh Krehel
2015-01-30 15:59           ` Nicolas Richard
2015-01-30 16:04             ` Oleh Krehel
2015-01-30 16:05               ` Oleh Krehel
2015-01-30 16:36               ` Nicolas Richard
2015-01-30 16:51                 ` Oleh Krehel
2015-01-30 16:23           ` Nicolas Petton
2015-02-02  0:11           ` Nicolas Petton
2015-02-02  7:49             ` Oleh Krehel
2015-02-02  9:28               ` Nicolas Petton
2015-02-02 18:34                 ` Mark Oteiza
2015-02-02 18:39                   ` Oleh Krehel [this message]
2015-02-04 12:02     ` Ted Zlatanov
2015-01-30  8:20 ` What about seq-slice? (Was: Would seq-range and seq-mapcat be useful?) Mark Oteiza
2015-01-30 10:25   ` Nicolas Petton
2015-01-30 11:09     ` seq-thread-first/last (was: What about seq-slice?) Michael Heerdegen
2015-01-30 11:59       ` Nicolas Petton
2015-01-30 12:08         ` seq-thread-first/last Michael Heerdegen
2015-01-30 12:21           ` seq-thread-first/last Nicolas Petton
2015-01-30 12:17         ` seq-thread-first/last David Kastrup
2015-01-30 12:25           ` seq-thread-first/last Nicolas Petton
2015-01-30 12:33           ` seq-thread-first/last Michael Heerdegen
2015-01-30 12:58             ` seq-thread-first/last Bozhidar Batsov
2015-01-30 14:02               ` seq-thread-first/last Artur Malabarba
2015-01-30 14:15                 ` seq-thread-first/last Michael Heerdegen
2015-01-30 17:17     ` What about seq-slice? Mark Oteiza

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y4og5fat.fsf@gmail.com \
    --to=ohwoeowho@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=mvoteiza@udel.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.