What is your wildest programming language idea? This could be fun (silly) ideas or really cool and useful ones.
Go!
Also on le twatter: https://twitter.com/replit/status/1275525512861900800
A language that throws errors no matter what you addAKA: no correct syntax
@Codemonkey51 lol
:) @DynamicSquid
@Codemonkey51 I can do that, simple C# code right here:
string cmd = Console.ReadLine(); // input command if (true) { throw new Exception("Syntax Error"); }
syntax error: expected \r\n not \n on line endingstry again @johnstev111
syntax error: expected \r\n not \n on line endings
@Codemonkey51Syntax Error: line 1: Expected Carriage Return, found EOL
Syntax Error: line 1: Expected Carriage Return, found EOL
What is your wildest programming language idea? This could be fun (silly) ideas or really cool and useful ones.
Go!
Also on le twatter: https://twitter.com/replit/status/1275525512861900800
A language that throws errors no matter what you add
AKA: no correct syntax
@Codemonkey51 lol
:) @DynamicSquid
@Codemonkey51 I can do that, simple C# code right here:
syntax error: expected \r\n not \n on line endings
try again @johnstev111
@Codemonkey51
Syntax Error: line 1: Expected Carriage Return, found EOL