mna / agora

a dynamically typed, garbage collected, embeddable programming language built with Go
https://github.com/mna/agora/wiki
BSD 3-Clause "New" or "Revised" License
324 stars 27 forks source link

Review the `this` behaviour #34

Open mna opened 10 years ago

mna commented 10 years ago

Make it consistent, maybe store in the agoraFuncVal, so that it stays with the value when a method is used in for..range and recover built-in.