Results 1 to 6 of 6

Thread: Twinbasic cross-platform VBS parsing script engine?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,112

    Resolved Twinbasic cross-platform VBS parsing script engine?

    It would be better if twinbasic could release a script parsing engine instead of VBS that runs on android, Linux, and mac. But the syntax of python is very close to VBS, so the future of devourers is rather confusing. But it should not be difficult to earn tens of millions of dollars.


    Python, Java, JavaScript, and node. JS are now the most popular programming languages in the world.
    C # is essentially an imitation of Java, so languages that don't need to be compiled have completely shaken the VC + + compiler.
    Last edited by xiaoyao; Nov 27th, 2024 at 06:00 PM.

  2. #2
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    6,510

    Re: Twinbasic cross-platform VBS parsing script engine?

    Stop daydreaming

  3. #3
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    7,077

    Re: Twinbasic cross-platform VBS parsing script engine?

    With VBScript being deprecated and removed there's really been some talk about using tB to replace it. I'd imagine if that happened it would have the same cross platform support as the rest of it, because tB doesn't have a separate P-code interpreter, just the compiler. But you could restrict the version handling scripts to the same featureset (or even more restricted) as VBS for security, since VBS is just a subset of VB proper.

  4. #4

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,112

    Re: Twinbasic cross-platform VBS parsing script engine?

    Add VBS code parsing function, compiled EXE can input code into the text box and execute it. The main reason why Python and Node.js are popular all over the world is that they can execute code directly. For company network maintenance or security, it would be more reassuring to perform operations with source code as much as possible, and problems can be modified at any time. The EXE can be compiled when needed, just like WMI, making it convenient to operate. Scripting languages will never become outdated.
    Unfortunately, Microsoft has almost completely abandoned VBS and BAT methods from Windows XP onwards, and ultimately, JavaScript, Node.js, and Python have developed into the most popular programming languages globally.
    In fact, VBA, like Python, can write code directly and execute various functions at any time, making it an indispensable tool for enterprise office and company IT maintenance personnel. For example, operations on Microsoft and Amazon cloud servers.

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,112

    Re: Twinbasic cross-platform VBS parsing script engine?

    You can use the dynamic editing function of VB.NET, c#, f# as a scripting language to run and operate cross-platform on LINUX, MAC, and WINDOWS systems

    Using C# to write script code can complete file automatic backup and other functions, but errors in case sensitivity cannot be run (Python also distinguishes case), so VB.NET and VBS, Node.js (JavaScript) have a natural advantage in these aspects.
    Is Python case sensitive? The answer is yes, Python language is case sensitive, which means that in Python, uppercase and lowercase letters are distinct.
    If a small tool similar to VB6 or VBA (ZIP package size of 5MB, unpacked size not exceeding 15MB) is made, it can be simply dragged and dropped onto a window, and events can be bound to VBS.
    Or use CHROME as the interface to open web pages, host the script to execute the background functions, run the WEB SERVER or Websocket service, and the UI interface layout, tables, buttons, etc. on the web page will be more convenient in the future.

  6. #6

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,112

    Re: Twinbasic cross-platform VBS parsing script engine?

    Twinbasic's competitors are: VBA, VB. Net, Python, JavaScript, node. JS, rust

    ? Rust-script is a library in the Cargo workspace that implements the Rust script parser and runtime environment. Cargo is Rust's build system and package manager, often used to manage complex Rust projects. But rust-script simplifies the process by allowing the user to run the `.rs` file directly instead of through the `cargo run` command. It parses the source file, builds an internal virtual runtime, and then executes the code, eliminating the steps of compilation and dependency management.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width