Open
Description
I listed the following candidates of methods/features to add to Goby:
- string interpolation
#{}
- formatted print (I guess we don't need to persist to C's
printf
sprintf
or like that) Object#dup
Object#tap
Object#method
Marshal
class anddump
,load
Kernel#autoload
andKernel#autoload?
- safe navigation operator
&.
- a short hand
&:
for calling one method like[1, 2, 3].map(&:to_s)
- (changing
Object#send
toObject#__send__
- (freeze strings and integers as a default)
Anything else? @st0012