Skip to content

Commit

Permalink
translate introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Apr 22, 2015
1 parent 1cc5319 commit 8b70fa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
1 change: 0 additions & 1 deletion docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ The following program prints "Hello, World!" to the standard output.


D `doesn't have a preprocessor <http://dlang.org/pretod.html>`_.

Use ``import core.stdc.MODULE;`` construction to import ``MODULE`` from `C Standard library`_.

.. literalinclude:: ../../examples/helloworld1.d
Expand Down
17 changes: 5 additions & 12 deletions docs/source/introduction.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
Introduction
================

NOT READY!
It was mentioned that students can quickly master the D programming language without a detailed study using mostly its subset, which is close to the C PL.

Было замечено, что студенты без детального изучения могут быстро ориентироваться в языке программирования D используя
главным образом то его подмножество, которое близко к С.
The present documentation is submitted to the rapid introduction to D for those who are already somehow familiar with the C language, and for those who for some reasons do not want to waste time on a consistent study of the language and related tools.

Представленная документация служит быстрым введением в D для тех,
кто уже немного знаком с языком С и по тем или иным причинам не хочет
тратить время на последовательное изучение языка и сопутствующего инструментария.
If you decide to use the D language and related tools in your daily work, you should start immediately with the study of the `official page <http://dlang.org>`_ and of the book `"The D Programming Language" <http://erdani.com/index.php/books/tdpl/>`_ by Andrei Alexandrescu.

Если Вы решили использовать язык D и сопутсвующие интсрументы в повседневной работе, Вам сразу
стоит начать с изучения `оффициального сайта <http://dlang.org>`_
и книги `"The D Programming Language" <http://erdani.com/index.php/books/tdpl/>`_ by Andrei Alexandrescu.

D, вероятно, самый мощный из понастоящему системных языков.
`It is a Dragon <http://thebird.nl/blog/D_Dragon.html>`_. Have a nice fligh!
Probably D is the most powerful of the present `system languages <http://en.wikipedia.org/wiki/System_programming_language>`.
`It is a dragon <http://thebird.nl/blog/D_Dragon.html>`_. Have a nice flight!

0 comments on commit 8b70fa9

Please sign in to comment.