Commit Graph

3 Commits

Author SHA1 Message Date
Kyle Marek-Spartz
3b9478908f docs: update documentation examples to use uppercase IO instead of lowercase io 2014-02-16 17:28:56 +00:00
b01dface
b458bb436a fix: correct receiver-less call examples to use IO.print and fix parameter names
- Update two `io.write` calls to `IO.print` in doc examples for consistency
- Fix parameter name from `bar` to `arg` in two example method call resolutions
2014-01-14 01:18:42 +00:00
Bob Nystrom
c1f0688dae docs: add design notes for inner method dispatch and receiver-less calls
Add two design documents exploring language semantics:
- `beta-style inner.txt` outlines a dispatch mechanism for `inner` method calls
  using a two-list approach with method bodies and inheritance chain tracking
- `receiver-less calls.txt` analyzes implicit receiver resolution for bare
  function calls, proposing they resolve to `this` and using leading "." for
  top-level module function calls
2013-11-14 01:09:55 +00:00