/* * Copyright � 2011, Petro Protsyk, Denys Vuika * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ Script.NET or S# is a scripting language for .NET applications which allows to customize behavior of your .NET applications, interact with native .NET objects, types and assemblies. The hosting application itself could change the default behavior of script run-time by an xml configuration, replacing binding behavior to methods, properties, constructors of native .NET types; name, function and type resolving and much more. Web: http://www.protsyk.com/scriptdotnet
15070217668/SSharp
S# is a weakly-typed dynamic language and runtime infrastructure to make your applications extendable, customizable and highly flexible. It allows introducing expressions and large code blocks evaluation within your applications in the similar way Microsoft Office deals with VBScript, gives you possibilities providing rich formula evaluation capabilities like it can be seen in MS Excel and other office applications.
C#Apache-2.0