<s>
Yorick	B-Language
is	O
an	O
interpreted	B-Application
programming	I-Application
language	I-Application
designed	O
for	O
numerics	B-Algorithm
,	O
graph	B-Application
plotting	O
,	O
and	O
steering	O
large	O
scientific	O
simulation	O
codes	O
.	O
</s>
<s>
It	O
is	O
quite	O
fast	O
due	O
to	O
array	B-Data_Structure
syntax	O
,	O
and	O
extensible	O
via	O
C	B-Language
or	O
Fortran	B-Application
routines	O
.	O
</s>
<s>
Yorick	B-Language
is	O
good	O
at	O
manipulating	O
elements	O
in	O
N-dimensional	O
arrays	O
conveniently	O
with	O
its	O
powerful	O
syntax	O
.	O
</s>
<s>
Like	O
"	O
theading	O
"	O
in	O
PDL	B-Language
and	O
"	O
broadcasting	O
"	O
in	O
Numpy	B-Application
,	O
Yorick	B-Language
has	O
a	O
mechanism	O
to	O
do	O
this	O
:	O
</s>
<s>
"	O
..	O
"	O
is	O
a	O
rubber-index	O
to	O
represent	O
zero	O
or	O
more	O
dimensions	O
of	O
the	O
array	B-Data_Structure
.	O
</s>
<s>
"	O
*	O
"	O
is	O
a	O
kind	O
of	O
rubber-index	O
to	O
reshape	O
a	O
slice(sub-array )	O
of	O
array	B-Data_Structure
to	O
a	O
vector	O
.	O
</s>
<s>
Tensor	B-Device
multiplication	O
is	O
done	O
as	O
follows	O
in	O
Yorick	B-Language
:	O
</s>
