On Tuesday, 10 February 2015 at 04:17:48 UTC, Dennis Ritchie wrote:
I just need that code was only used features of the language without using library functions. You may only use the function sin().

Why is that?

Although D has a lot of language features, D tries to push functionality into the library as often as possible. This is better than having language features for everything, because you can then reimplement, tweak or replace said features by simply writing D code.
  • To write such an expressive cod... Dennis Ritchie via Digitalmars-d-learn
    • Re: To write such an expre... Tobias Pankrath via Digitalmars-d-learn
      • Re: To write such an e... Ali Çehreli via Digitalmars-d-learn
        • Re: To write such ... Vladimir Panteleev via Digitalmars-d-learn
          • Re: To write s... Dennis Ritchie via Digitalmars-d-learn
            • Re: To wr... Ali Çehreli via Digitalmars-d-learn
              • Re: T... Dennis Ritchie via Digitalmars-d-learn
                • R... Ali Çehreli via Digitalmars-d-learn
                • R... Dennis Ritchie via Digitalmars-d-learn
                • R... Vladimir Panteleev via Digitalmars-d-learn
                • R... Dennis Ritchie via Digitalmars-d-learn
                • R... Tobias Pankrath via Digitalmars-d-learn
                • R... Dicebot via Digitalmars-d-learn
                • R... ketmar via Digitalmars-d-learn
                • R... Dennis Ritchie via Digitalmars-d-learn
                • R... bearophile via Digitalmars-d-learn
                • R... Dennis Ritchie via Digitalmars-d-learn
                • R... ketmar via Digitalmars-d-learn
                • R... Dennis Ritchie via Digitalmars-d-learn
                • R... Dennis Ritchie via Digitalmars-d-learn

Reply via email to