sciBASIC 2.2.5
See the version list below for details.
dotnet add package sciBASIC --version 2.2.5
NuGet\Install-Package sciBASIC -Version 2.2.5
<PackageReference Include="sciBASIC" Version="2.2.5" />
<PackageVersion Include="sciBASIC" Version="2.2.5" />
<PackageReference Include="sciBASIC" />
paket add sciBASIC --version 2.2.5
#r "nuget: sciBASIC, 2.2.5"
#:package sciBASIC@2.2.5
#addin nuget:?package=sciBASIC&version=2.2.5
#tool nuget:?package=sciBASIC&version=2.2.5
1. Source code can be download from github.com:
https://github.com/xieguigang/sciBASIC
2. Code style guideline for VisualBasic of this runtime library at codeproject article:
http://www.codeproject.com/Articles/1101608/Code-style-guidelines-for-Microsoft-VisualBasic
3. Article about manipulate these document at codeproject:
http://www.codeproject.com/Articles/1099296/Easy-Document-in-VisualBasic
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6
- System.ValueTuple (>= 4.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on sciBASIC:
Package | Downloads |
---|---|
VB.httpd
A lite version of http server, currently not support https for commandline usage, type in terminal: httpd ? |
|
VisualBasic.DBI
MySQL and SQLite Database data entity mapping interface for VisualBasic |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2.3.6 | 2,181 | 4/25/2017 |
2.3.5 | 1,386 | 2/27/2017 |
2.3.0-beta | 1,113 | 2/23/2017 |
2.2.7-beta | 1,068 | 2/1/2017 |
2.2.6 | 1,365 | 2/1/2017 |
2.2.5 | 1,325 | 1/27/2017 |
2.2.1-beta | 1,143 | 1/22/2017 |
2.2.0 | 1,354 | 1/20/2017 |
2.1.6-beta | 1,090 | 1/5/2017 |
2.1.5-beta | 1,145 | 12/14/2016 |
2.1.1-beta | 1,137 | 11/10/2016 |
2.1.0-beta | 1,150 | 11/5/2016 |
1. fix the math expression stack for the math function invokes
2. Add R language like optional parameter scripting language feature, you can apply this new feature using Microsoft.VisualBasic.Mathematical.Scripting.ParameterExpression.Apply(System.Linq.Expressions.Expression(Of System.Func(Of Object()))) in dll module: Microsoft.VisualBasic.Mathematical.dll
3. csv file namespace renamed to Microsoft.VisualBasic.Data.csv.IO
4. Move math expression types to namespace Microsoft.VisualBasic.Mathematical.Scripting