guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Keyword syntax


From: Frederic Brunel
Subject: Keyword syntax
Date: 09 Sep 2000 01:22:39 -0100
User-agent: Gnus/5.0806 (Gnus v5.8.6) XEmacs/21.1 (Capitol Reef)

Hi,

I think I'm coming a bit too late to debate on language syntax but why keywords
must be prefixed by a #?? It's a annoying in comparison with the Common Lisp
syntax... In class definition its ugly! :-(

(define-class my-class ()
 (slot1 #:accessor slot1 <-- !!
  ...))



-- 
;; --------------------------------------------------------------------------
(lambda (what-do-you-want-to-know?) (cdr (assoc what-do-you-want-to-know?
 '((name  . "Frederic BRUNEL")       (www   . "http://www.chez.com/brunel/";))
   (job   . "Software Developer")    (uin   . "2189048")
   (email . "address@hidden") (phone . "0 556 123 750"))))
;; --------------------------------------------------------------------------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]