english icon indicating copy to clipboard operation
english copied to clipboard

In-depth links to "Programming in D"

Open wilzbach opened this issue 9 years ago • 1 comments

From @wilzbach on May 25, 2016 18:43

There are many great section in @acehreli's book http://ddili.org/ders/d.en/index.html

They would be great to have as in-depth links for the reader if they want to "dive deeper". It's also a good sanity check for the tour, to see whether there is missing content.

Copied from original issue: stonemaster/dlang-tour#193

wilzbach avatar Aug 21 '16 14:08 wilzbach

#257 is a first step to add more references, while quickly looking over the chapters there, I couldn't immediately find a good spot for many chapters. While obviously some are more complicated, it worries me a bit that for example we never explain variables, assignments etc.

Anyway here's the list of "missing" chapters and hopefully in the next step we add more of those great links :)

  • [ ] http://ddili.org/ders/d.en/hello_world.html
  • [ ] http://ddili.org/ders/d.en/compiler.html
  • [ ] http://ddili.org/ders/d.en/io.html
  • [ ] http://ddili.org/ders/d.en/input.html
  • [ ] http://ddili.org/ders/d.en/stream_redirect.html
  • [ ] http://ddili.org/ders/d.en/files.html
  • [ ] http://ddili.org/ders/d.en/literals.html
  • [ ] http://ddili.org/ders/d.en/formatted_output.html
  • [ ] http://ddili.org/ders/d.en/formatted_input.html
  • [ ] http://ddili.org/ders/d.en/enum.html ?
  • [ ] http://ddili.org/ders/d.en/value_vs_reference.html
  • [ ] http://ddili.org/ders/d.en/lvalue_rvalue.html
  • [ ] http://ddili.org/ders/d.en/lazy_operators.html
  • [ ] http://ddili.org/ders/d.en/main.html
  • [ ] http://ddili.org/ders/d.en/exceptions.html
  • [ ] http://ddili.org/ders/d.en/lifetimes.html
  • [ ] http://ddili.org/ders/d.en/null_is.html
  • [ ] http://ddili.org/ders/d.en/cast.html
  • [ ] http://ddili.org/ders/d.en/parameter_flexibility.html
  • [ ] http://ddili.org/ders/d.en/function_overloading.html
  • [ ] http://ddili.org/ders/d.en/member_functions.html
  • [ ] http://ddili.org/ders/d.en/const_member_functions.html
  • [ ] http://ddili.org/ders/d.en/special_functions.html
  • [ ] http://ddili.org/ders/d.en/destroy.html
  • [ ] http://ddili.org/ders/d.en/modules.html
  • [ ] http://ddili.org/ders/d.en/encapsulation.html
  • [ ] http://ddili.org/ders/d.en/property.html
  • [ ] http://ddili.org/ders/d.en/pragma.html
  • [ ] http://ddili.org/ders/d.en/alias.html
  • [ ] http://ddili.org/ders/d.en/alias_this.html
  • [ ] http://ddili.org/ders/d.en/pointers.html
  • [ ] http://ddili.org/ders/d.en/bit_operations.html
  • [ ] http://ddili.org/ders/d.en/is_expr.html
  • [ ] http://ddili.org/ders/d.en/lambda.html
  • [ ] http://ddili.org/ders/d.en/nested.html
  • [ ] http://ddili.org/ders/d.en/union.html
  • [ ] http://ddili.org/ders/d.en/goto.html
  • [ ] http://ddili.org/ders/d.en/tuples.html
  • [ ] http://ddili.org/ders/d.en/functions_more.html
  • [ ] http://ddili.org/ders/d.en/memory.html
  • [ ] http://ddili.org/ders/d.en/operator_precedence.html

wilzbach avatar Aug 21 '16 14:08 wilzbach