Документ взят из кэша поисковой машины. Адрес оригинального документа : http://lib.mexmat.ru/books/26716
Дата изменения: Unknown
Дата индексирования: Sun Apr 10 14:18:15 2016
Кодировка: Windows-1251
Kandal A., Sugalski D., Tutsch L. - Perl 6 and Parrot Essentials :: Электронная библиотека попечительского совета мехмата МГУ
 
Главная    Ex Libris    Книги    Журналы    Статьи    Серии    Каталог    Wanted    Загрузка    ХудЛит    Справка    Поиск по индексам    Поиск    Форум   
blank
blank
Поиск по указателям

blank
blank
blank
Красота
blank
Kandal A., Sugalski D., Tutsch L. - Perl 6 and Parrot Essentials
Kandal A., Sugalski D., Tutsch L. - Perl 6 and Parrot Essentials

Читать книгу
бесплатно

Скачать книгу с нашего сайта нельзя

Обсудите книгу на научном форуме



Нашли опечатку?
Выделите ее мышкой и нажмите Ctrl+Enter


Название: Perl 6 and Parrot Essentials

Авторы: Kandal A., Sugalski D., Tutsch L.

Аннотация:

The authors, members of the core development team for Perl 6, describe the newest developments in the design philosophy, basic syntax, and subroutines of the project-in particular those relating to Parrot, the language-dependent virtual machine that can be used to interpret other dynamic languages such as Python, Tel, Ruby and Java. They include descriptions of the newest upgrades to Apocalypse 12 (objects) as well as Apocalypse 5 (regular expressions) and Apocalypse 6 (subroutines). They also include resources programmers and developers can use to contribute to the project.


Язык: en

Рубрика: Технология/

Статус предметного указателя: Готов указатель с номерами страниц

ed2k: ed2k stats

Издание: 2nd edition

Год издания: 2004

Количество страниц: 279

Добавлена в каталог: 22.10.2007

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
! (bang)      2nd
! (not)      
!= (not equal)      
# (hash sign)      
$ sigil      
% (modulus) operator      2nd
% (percent sign)      2nd
% sigil      
%= (modulus assignment)      
%flags hash      
& (ampersand)      2nd 3rd
& (bitwise AND) instruction (PIR)
&& (logical AND)
&& (logical AND), opcode
&& (logical AND), operator
&= (bitwise AND assignment) instruction (PIR)
* (asterisk)      2nd 3rd
* (multiplication)      
* (multiplication), opcode      
* (multiplication), operator      
** (exponentiation)      
** (exponentiation), opcode      
** (exponentiation), operator      
*= (multiplication assignment)      
+ (addition)      
+ (addition), opcode      
+ (addition), operator      
+ (plus sign)      2nd
++ (postfix autoincrement) operators      
+= (addition assignment)      
- (hyphen)      2nd 3rd
- (negation)      
- (subtraction)      
- (subtraction), opcode      
- (subtraction), operator      
- - (autodecrement) operators      
-= (subtraction assignment)      
. (concatenation) instruction (PIR)      
. (dot)      
.= (concatenation assignment) instruction (PIR)      
.arg directive      
.cglobalonst directive      
.const directive      2nd
.constant directive      
.dump method      
.elems method      
.emit directive      
.end directive      
.endm directive      
.eom directive      
.flatten_arg directive      
.include directive      
.invocant directive      
.keys method      
.local directive      
.local statement      
.macro directive      
.meth_call directive      
.namespace directive      
.nci_call directive      
.NET      
.param directive      
.pcc_begin directive      
.pcc_begin_return directive      
.pcc_begin_yield directive      
.pcc_call directive      
.pcc_sub directive      2nd
.pragma directive      
.result directive      
.return directive      
.sub directive      2nd
.sym directive      
.values method      
.wrap method      
/ (division)      
/ (division), opcode      
/ (slash)      
/(division)      
// operator      
/= (division assignment)      
:= (binding) operator      
< (left angle bracket)      2nd 3rd 4th
< (less than)      
<. . .> (assertion delimiters)      
<< (bitwise left shift)      
<<= (bitwise left shift assignment)      
<= (less than or equal)      
<null> rule      
<prior> rule
= (assignment) instruction (PIR)      
= (assignment) operator