Версия на русском языке

RSS

#1-2

Author: Alexander Stavonin
Annotation: Brief description of the key features of the new programming language Rust. The emphasis is on the peculiarities of Rust, which lacks many system and network developers in other programming languages.

Keywords: Rust;
Author: Karavaev Dmitry
Translator: Фамилия Имя Отчество
Source: Название источника где статья была опубликована впервые
Contributor: Фамилия Имя Отчество
Annotation: The article describes examples of possible changes which can be made in the IA-32 processor’s instruction set for the purpose of obtaining a more compact and effective code.

Keywords: instruction; x86
Author: Chistyakov Vladislav Yuryevich
Annotation: This article describes a new language framework designed for the development of programming languages and domain (DSL), developed at JetBrains. The article describes the extensible markup parser and simple example demonstrates the use of Nitra.

Keywords: Nemerle; Nitra; parser; parsing; extensible parser
Author: Koneva Anna Alexandrovna
Annotation: This article is about interoperating between languages C, C++ and Objective-C. It includes different themes – object-oriented topics, procedural ones, such feature of Objective-C as blocks and the similar feature of C++ - lambdas, and also some details of standard C99.

Keywords: Objective-C; C++; C; Interoperating; Issue; C++11; C89; C99
Author: Guev Timur Ahsarbekovich
Annotation: When writing programs any programmer has to work with a string data type. It is known that a String has a quadratic complexity of the concatenation, which is not always acceptable. Therefore, we, developers often have to resort to the use of so-called helper-class StringBuilder. Implementation of the StringBuilder class has changed dramatically in .NET 4.0 as compared to .NET 2.0. This article explains what has changed, and compares the performance of "old" and "new" StringBuilder.

Keywords: String; StringBuilder; .NET; C #; line; performance comparison
Author: Artem Bondar
Annotation: This article presents the analysis of the most popular power profilers in their relation to statistics sources. We point at their advantages and limitations, and demonstrate some adoption cases. The proposed recommendations would help you to make the application more energy effective and thus more competitive.

Keywords: profiling, energy efficiency
Author: Denis Gaev
Annotation: The article briefly describes the programming language AWL - Another Web Language, with an example of a simple application.

Keywords: AWL; programming language;