<s>
CS-Script	B-Language
is	O
a	O
free	B-License
and	I-License
open-source	I-License
scripting	O
platform	O
that	O
enables	O
creating	O
scripts	O
in	O
ECMA-compliant	O
C#	B-Application
syntax	O
.	O
</s>
<s>
These	O
scripts	O
have	O
access	O
to	O
.NET	B-Application
Framework	I-Application
or	O
Mono	B-Application
APIs	O
.	O
</s>
<s>
CS-Script	B-Language
offers	O
standalone	O
script	O
execution	O
as	O
well	O
as	O
hosting	O
the	O
script	O
engine	O
from	O
CLR	O
apps	O
.	O
</s>
<s>
A	O
newer	O
edition	O
of	O
this	O
product	O
,	O
called	O
CS-Script.Core	O
works	O
with	O
.NET	B-Application
.	O
</s>
<s>
Existing	O
.NET	B-Application
development	O
tools	O
(	O
e.g.	O
</s>
<s>
Visual	B-Application
Studio	I-Application
and	O
Sharp	B-Language
Develop	I-Language
)	O
can	O
be	O
used	O
,	O
allowing	O
editing	O
and	O
debugging	O
scripts	O
within	O
traditional	O
.NET-aware	O
development	B-Application
environments	I-Application
.	O
</s>
<s>
Additionally	O
,	O
CS-Script	B-Language
support	O
can	O
be	O
added	O
to	O
Notepad++	B-Language
or	O
Visual	B-Language
Studio	I-Language
Code	I-Language
via	O
plugins	O
.	O
</s>
<s>
FlashDevelop	O
uses	O
CS-Script	B-Language
as	O
its	O
internal	O
scripting	B-Language
engine	I-Language
.	O
</s>
<s>
Just	O
bring	O
both	O
the	O
script	O
and	O
engine	O
file	O
(	O
about	O
100	O
KB	O
)	O
onto	O
the	O
system	O
that	O
has	O
.NET	B-Application
runtime	O
installed	O
and	O
the	O
script	O
can	O
be	O
run	O
.	O
</s>
<s>
Scripts	O
can	O
be	O
run	O
on	O
any	O
system	O
that	O
has	O
CLR	O
installed	O
(	O
including	O
Mono	B-Application
)	O
.	O
</s>
<s>
CS-Script	B-Language
is	O
a	O
truly	O
object-oriented	O
language	O
that	O
supports	O
VB.NET	O
,	O
C++	O
/CLI	O
and	O
J#	O
.	O
</s>
<s>
All	O
.NET	B-Application
functionality	O
is	O
available	O
(	O
including	O
FCL	O
,	O
COM	O
Interop	O
,	O
Remoting	O
,	O
WPF	O
,	O
WCF	O
)	O
.	O
</s>
<s>
Easily	O
available	O
debugger	O
and	O
rich	O
IDE	O
(	O
Visual	B-Application
Studio	I-Application
or	O
third-party	O
IDEs	O
)	O
.	O
</s>
<s>
Execution	O
model	O
within	O
the	O
script	O
is	O
the	O
same	O
as	O
for	O
any	O
.NET	B-Application
application	O
:	O
static	O
void	O
Main( )	O
.	O
</s>
<s>
Strong	O
typing	O
is	O
a	O
luxury	O
not	O
available	O
for	O
the	O
most	O
of	O
the	O
scripting	B-Language
languages	I-Language
.	O
</s>
<s>
Scripting	O
system	O
can	O
be	O
extended	O
by	O
using	O
new	O
assemblies	O
written	O
in	O
any	O
.NET	B-Application
languages	O
or	O
COM	O
components	O
.	O
</s>
