Yodii.Script
0.1.0
See the version list below for details.
dotnet add package Yodii.Script --version 0.1.0
NuGet\Install-Package Yodii.Script -Version 0.1.0
<PackageReference Include="Yodii.Script" Version="0.1.0" />
paket add Yodii.Script --version 0.1.0
#r "nuget: Yodii.Script, 0.1.0"
// Install Yodii.Script as a Cake Addin #addin nuget:?package=Yodii.Script&version=0.1.0 // Install Yodii.Script as a Cake Tool #tool nuget:?package=Yodii.Script&version=0.1.0
Yodii.Script is a purely interpreted script language loosely based on javascript that supports function
with closures. One of its major specificty is to be implemnted as a state machine: it evaluates its
script in the calling thread, step-by-step or per time-slice without any cross threads concerns.
A very simple template engine (based on <% ... %> and <%= ... %> tags) is also available.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Yodii.Script:
Package | Downloads |
---|---|
CK.SqlServer.Setup.Runtime
CK-Database helps to setup, construct, manages and build modular relational databases upon SqlServer. CK.SqlServer.Setup.Runtime contains objects that generate StObj (like SqlTable or SqlPackage) implementations. |
|
CK.Sqlite.Setup.Runtime
CK-Database Runtime and Engine provider for SQLite. |
|
CK.Sqlite.Engine
CK-Database Runtime and Engine provider for SQLite. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.8.1 | 8,494 | 12/30/2020 |
0.8.0 | 3,559 | 2/11/2020 |
0.7.5 | 1,715 | 3/7/2020 |
0.7.4 | 3,433 | 9/26/2019 |
0.7.3 | 1,169 | 8/9/2019 |
0.7.2 | 1,587 | 6/2/2019 |
0.6.0 | 1,678 | 5/31/2018 |
0.5.2 | 1,092 | 11/22/2017 |
0.5.1 | 1,047 | 11/21/2017 |
0.5.0 | 1,044 | 11/20/2017 |
0.4.1 | 1,147 | 5/20/2017 |
0.4.0 | 1,057 | 1/29/2017 |
0.3.0 | 1,100 | 8/18/2016 |
0.2.0 | 1,018 | 7/22/2016 |
0.1.0 | 990 | 7/21/2016 |