Closed obriencj closed 4 years ago
we have the operators/specials
(#list ...)
(#tuple ...)
(#set ...)
(#dict ...)
But those are annoying to type. Let's add reader syntax
#(...)
#[...]
#<...>
#{...}
we have the operators/specials
(#list ...)
(#tuple ...)
(#set ...)
(#dict ...)
But those are annoying to type. Let's add reader syntax
#(...)
becomes(#tuple ...)
#[...]
becomes(#list ...)
#<...>
becomes(#set ...)
#{...}
becomes(#dict ...)