Skip to content
/ SSharp Public
forked from PetroProtsyk/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 cap…

License

Notifications You must be signed in to change notification settings

gechdcb/SSharp

This branch is 16 commits behind PetroProtsyk/SSharp:development.

Folders and files

NameName
Last commit message
Last commit date
Oct 18, 2012
Nov 26, 2010
Nov 26, 2010
Feb 23, 2011
Jan 12, 2011
Nov 26, 2010
Nov 26, 2010
Feb 23, 2011
Jun 8, 2014
Apr 6, 2011
Jun 8, 2014
Dec 4, 2010
Nov 26, 2010
Jan 12, 2011
Oct 13, 2013
Feb 23, 2011
Feb 23, 2011
Nov 26, 2010
Jun 8, 2014
Nov 26, 2010

Repository files navigation

/*
 * 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

About

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 cap…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%