<s>
Dice	B-Language
is	O
a	O
general	O
purpose	O
,	O
object-oriented	B-Language
programming	I-Language
language	I-Language
.	O
</s>
<s>
The	O
principal	O
is	O
simplicity	O
,	O
pulling	O
many	O
themes	O
of	O
the	O
language	O
from	O
Java	B-Language
.	O
</s>
<s>
Dice	B-Language
is	O
a	O
high	O
level	O
language	O
that	O
utilizes	O
LLVM	B-Application
IR	O
to	O
abstract	O
away	O
hardware	O
implementation	O
of	O
code	O
.	O
</s>
<s>
Utilizing	O
the	O
LLVM	B-Application
as	O
a	O
backend	O
allows	O
for	O
automatic	B-General_Concept
garbage	I-General_Concept
collection	I-General_Concept
of	O
variables	O
as	O
well	O
.	O
</s>
<s>
Dice	B-Language
is	O
a	O
strongly	O
typed	O
programming	O
language	O
,	O
meaning	O
that	O
at	O
compile	O
time	O
the	O
language	O
will	O
be	O
type-checked	O
,	O
thus	O
preventing	O
runtime	O
errors	O
of	O
type	O
.	O
</s>
<s>
There	O
are	O
two	O
kinds	O
of	O
types	O
in	O
the	O
Dice	B-Language
programming	O
language	O
:	O
primitive	O
types	O
and	O
non-primitive	O
types	O
.	O
</s>
