There are some read macros in Common Lisp such as '
#'
#P
, but how can I write a read macro?
Like this:
#T"hello world"
====================>
(gettext "hello world")
There are some read macros in Common Lisp such as '
#'
#P
, but how can I write a read macro?
Like this:
#T"hello world"
====================>
(gettext "hello world")
Copyright © 2021 Jogjafile Inc.
You can use set-macro-character and set-dispatch-macro-character, for example after:
you can use the installed read syntax