Oct. 10, 2008
4:47 p.m.
Yeap it would be good to fix that. for me
#2 -> #'2' ## -> #'#'
so, ##word should be treated as:
'#' asSymbol word
'#' asSymbol produces #'#' so I do not know if this is what I want but we could have #something -> #'something' so #123 - returns a symbol and not a number. and keep #( #{ #( for stuff if we want in the futur. #[ ] #{ } #( )