Skip to content

Add Ti-Basic and Batch (Windows Scripting) #747

@JosiahW2011

Description

@JosiahW2011

Ti-Basic

Pros:

  • Takes in little to no network access, making vulnerabilities nearly impossible to find.
  • Supported by Texas Instrument Calculators, and is a novelty/nostalgic language that many students from the 90's to 2000's have used.

Cons:

  • A small programming language, making it partially hard to build extensive projects.
  • Relies on strict emulated screen, consisting of 16x8 or 26x10 character matrix.

Batch (.cmd)

Pros:

  • Accessible for many windows and linux users, since it consists of commands like echo, set, and loops.
  • Interacts with an OS-based environment, giving a feel of control in Discord.

Cons:

  • Running commands like del /f /q * can cause security risks, meaning this language would need to be inside a strict sandbox environment.
  • Batch scripts do not run natively.
  • Sensitive with whitespace, variable expansion, and error handling.

Sources of Help/Reference

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions