|
|
||
|---|---|---|
| .vs | ||
| ApplicationServices | ||
| CommandLine | ||
| ComponentModel | ||
| Extensions | ||
| Language | ||
| My | ||
| My Project | ||
| Net | ||
| Resources | ||
| Scripting | ||
| Serialization | ||
| Text | ||
| test | ||
| .gitignore | ||
| 47-dotnet_Microsoft.VisualBasic.jstree.json | ||
| 47-dotnet_Microsoft.VisualBasic.sln | ||
| 47-dotnet_Microsoft.VisualBasic.vbproj | ||
| LICENSE.vb | ||
| Microsoft.VisualBasic.Core.sln | ||
| Microsoft.VisualBasic.Core.vbproj | ||
| Microsoft.VisualBasic.NET47.sln | ||
| NamespaceDoc.vb | ||
| README.md | ||
| UpgradeLog.htm | ||
| app.config | ||
| vbc.sh | ||
README.md
Framework core runtime of sciBASIC
This core runtime consists of three parts:
- Application services
- Data extensions
- Math extensions
The first part of code is trying to help people to build a commandline application using VisualBasic in a more easy way, and the second part of the code is try to help
- ApplicationServices/: Application tools. Most of the class module and the extension function in this namespace is not relevant to the algorithm, it is more relevant to how to build application software.
- CommandLine/: VB commandline application framework.
- Extensions/: The helper extensions. Includes bunch of math helper, gdi+ helpers, string helpers, file system helpers and the data collection linq extensions api.
- Net/: Tcp and Http class modules.
- Scripting/: A namespace contains the tools for R language and custom scripting helper extension functions.
