ra’s avatarra’s Twitter Archive—№ 38,965

  1. …in reply to @gnuaesthetic
    @gnuaesthetic yeah i prefer #[...] to #<...> too. # is the reader macro symbol, and it signals that something different is happening in the syntax. e.g. {...} is a map literal but #{...} is a set literal.