y
y copied to clipboard
Y language, new language for AI
Y language
a new script language which called Y language or WHY language
website
example
#!/bin/why
msg = "hello world!"
fun helloworld(msg)
{
print(msg)
return msg
}