Clarify doc on absolute path imports (#1597)

* Clarify doc on absolute path imports

The current documentation caused confusion with the term "absolute
path" in import statements in combination with the search path
directories. An example should avoid this confusion.

* Update doc/language.md

Co-authored-by: Kenton Varda <kenton@sandstorm.io>
1 file changed
tree: 4e3cf3d67e5cfa35c697dc675ce976560f5a8b9e
  1. .github/
  2. c++/
  3. doc/
  4. highlighting/
  5. kjdoc/
  6. security-advisories/
  7. .cirrus.yml
  8. .gitignore
  9. CMakeLists.txt
  10. CONTRIBUTORS
  11. LICENSE
  12. mega-test-kenton-home.cfg
  13. mega-test-kenton-work.cfg
  14. mega-test-quick.cfg
  15. mega-test.py
  16. README.md
  17. RELEASE-PROCESS.md
  18. release.sh
  19. style-guide.md
  20. super-test.sh
README.md

Quick Tests Release Tests

Cap‘n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap’n Proto is INFINITY TIMES faster than Protocol Buffers.

Read more...