all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katalin Sinkov <lispstylist@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: lisp style question
Date: Thu, 2 Dec 2010 17:11:06 -0800 (PST)	[thread overview]
Message-ID: <6e2fe51c-ff4c-429f-b221-a3cbe23e958f@n2g2000pre.googlegroups.com> (raw)
In-Reply-To: 82vd3ceexc.fsf@shevek.netfonds.no

On Dec 2, 12:50 am, "Frode V. Fjeld" <fr...@netfonds.no> wrote:
> Katalin Sinkov <lispstyl...@gmail.com> writes:
> > In the {} world I would return a small table like
>
> > width   1
> > height  2
> > weight  3
>
> Typically in Lisp you'd return either a property or association list.
>
> I.e: (WIDTH 1 HEIGHT 2 WEIGHT 3) with accessor GETF,
>
> or ((WIDTH . 1) (HEIGHT . 2) (WEIGHT . 3)) with accessor ASSOC.
>
> --
> Frode V. Fjeld

Of all the four or five replies, I found yours most helpful although
brief. This is perhaps due to me being a beginner, although the
replies seem very promising and I am desirous of understanding them. I
have just read the paper by McCarthy and the micro manual.

assoc. and pair. are the most elementary of the functions, although
not primitive and used in evaluator for working the symbol table.

but beyond this, i could not understand your post.

what is an "assoc list" and "a property list" and their difference ?

what is "setf" and how to write it in terms of the elementary
functions, car/cdr/cons/quote/cond/atom/eq ?

how to conveniently costruct the list that goes with getf ?

Presently I use the emacs IDE only and restricted to elisp, though i
can (require 'cl) so what are
the correponding operation in elisp ?

what are the corresponding functions to defclass/defstruct in elisp ?
I assume people are assuming CL.

Could you comment a little on the post of Captain Obvious and Pascal
Bourguignon ?

The former has "values" and the latter has "make-volume" and colons.
How did the constructor "make-volume" come to be ?

Is it a feature in elisp ?

Thanks for your help.

Katalin


       reply	other threads:[~2010-12-03  1:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <ef033328-1f7d-49e9-8b1b-1e4e1f6edcb5@d8g2000yqf.googlegroups.com>
     [not found] ` <82vd3ceexc.fsf@shevek.netfonds.no>
2010-12-03  1:11   ` Katalin Sinkov [this message]
     [not found]     ` <87zkslgk3c.fsf@mail.geddis.org>
2010-12-05 18:22       ` lisp style question Katalin Sinkov
2010-12-05 20:51     ` RG
     [not found]       ` <87aakjkg2i.fsf@kuiper.lan.informatimago.com>
2010-12-06  5:45         ` RG
2012-11-05 23:33 Rivka Miller

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=6e2fe51c-ff4c-429f-b221-a3cbe23e958f@n2g2000pre.googlegroups.com \
    --to=lispstylist@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.