yaml / yamlscript

Programming in YAML
MIT License
362 stars 31 forks source link

Support `a.$b(c)` #109

Closed ingydotnet closed 1 month ago

ingydotnet commented 1 month ago

I realized that this already works:

x =: 41
y =: inc
=>: x.y()  # -> 42

So I don't currently see a need for this.

Closing.