Some sort of language a bit like LOLCODE. example:
sey: 'hello world' plz
make 'variable1' into 'variable1name' plz
repeat [say: 'hello world'] 10 times plz
name iz respond: 'what is ur name' plz
wut if name iz 'MemeMan':
sey: 'hi meme man :P'
if no 'MemeMan': sey: 'hai stranjer' plz
So sey is kinda like print in Python, plz is kinda like ; in JavaScript, respond is like input in python, iz is like =, wut if is like if, if no is like else, and make is like var. I spent too long thinking about this :)
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
Some sort of language a bit like LOLCODE. example:
So
sey
is kinda likeprint
in Python,plz
is kinda like;
in JavaScript,respond
is likeinput
in python,iz
is like=
,wut if
is likeif
,if no
is likeelse
, andmake
is likevar
.I spent too long thinking about this :)