Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axtens/lychenbasic
ClearScript VBScript in C#
https://github.com/axtens/lychenbasic
Last synced: about 1 month ago
JSON representation
ClearScript VBScript in C#
- Host: GitHub
- URL: https://github.com/axtens/lychenbasic
- Owner: axtens
- License: mit
- Created: 2019-08-14T08:22:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T03:21:07.000Z (about 1 year ago)
- Last Synced: 2024-07-02T01:51:27.741Z (5 months ago)
- Language: C#
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LychenBASIC
ClearScript VBScript in C#
[LychenBASIC](https://github.com/axtens/LychenBASIC) is not cutting-edge; not particularly modern in any way, shape or form; not platform-agnostic; not anything that will make you fall over yourself trying to download, compile and use.However, as a platform on which to experiment with C#, it's okay. A previous posting, [Action delegate gives Print to VBScript](https://dev.to/bugmagnet/action-delegate-gives-print-to-vbscript-46o8), refers to it, and it uses a technique discussed in another posting, [Adding Assemblies on the fly in C# ClearScript projects](https://dev.to/bugmagnet/adding-assemblies-on-the-fly-to-lychen-2fn7).
Feel free to ignore it as much as you wish.
Meanwhile, I can now run scripts from within the REPL using `RUN ""` and I get meaningful error messages if it fails.