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
You could build one based on Python and simplify everything: <“Hello world”; a>“What’s your name?’; <“Hi, “+a+”!”; This code will ask for your name and then say hi to you.
<“Hello world”; a>“What’s your name?’; <“Hi, “+a+”!”;
@YuAndy In C++, you can use std::cout<< and std::cin>> which are quite similar to your syntax.
std::cout<<
std::cin>>
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
You could build one based on Python and simplify everything:
<“Hello world”; a>“What’s your name?’; <“Hi, “+a+”!”;
This code will ask for your name and then say hi to you.@YuAndy In C++, you can use
std::cout<<
andstd::cin>>
which are quite similar to your syntax.