unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* How to define user reader macro in guile?
@ 2016-03-20 10:38 Park SungMin
  2016-03-20 11:40 ` Panicz Maciej Godek
  0 siblings, 1 reply; 2+ messages in thread
From: Park SungMin @ 2016-03-20 10:38 UTC (permalink / raw)
  To: guile-user


is it possible to expand via squared-bracket. 

i.e... [1 2 3] => (list 1 2 3)     [(+ 1 2) 3]  => (list (+ 1 2) 3)


I know (read-enable 'square-brackets) ...but It just same paren.

[1 2 3] => (1 2 3)

is it possible?




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-20 11:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-20 10:38 How to define user reader macro in guile? Park SungMin
2016-03-20 11:40 ` Panicz Maciej Godek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).