Skip to content

discussion: candidates for fundamental features/methods to add to Goby #781

Open
@hachi8833

Description

@hachi8833

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 and dump, load
  • Kernel#autoload and Kernel#autoload?
  • safe navigation operator &.
  • a short hand &: for calling one method like [1, 2, 3].map(&:to_s)
  • (changing Object#send to Object#__send__
  • (freeze strings and integers as a default)

Anything else? @st0012

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions