This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Keyword syntax



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 . "brunel@mail.dotcom.fr") (phone . "0 556 123 750"))))
;; --------------------------------------------------------------------------
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]