Description 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
Reactions are currently unavailable
You can’t perform that action at this time.
Ti-Basic
Pros:
Cons:
Batch (.cmd)
Pros:
echo,set, andloops.Cons:
del /f /q *can cause security risks, meaning this language would need to be inside a strict sandbox environment.Sources of Help/Reference