goby-lang / goby

Goby - Yet another programming language written in Go
MIT License
3.49k stars 171 forks source link

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

Open hachi8833 opened 4 years ago

hachi8833 commented 4 years ago

I listed the following candidates of methods/features to add to Goby:

Anything else? @st0012

st0012 commented 4 years ago

I pick dup and tap. As for Object#method, are we going to add Method#call or #source_location as well? So it will be more helpful. (I remember Matz said that he regret adding autoload, are we sure about adding that 😆)

hachi8833 commented 4 years ago

Thank you for checking it! I look into dup and tap first.