Skip to content
/ y Public
forked from geektcp/y

Y language, new language for AI

Notifications You must be signed in to change notification settings

everwar2017/y

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Y language

a new script language which called Y language or WHY language

website

office website

example

#!/bin/why

ret fun helloworld()
{
    msg = "hello world!"
    print(msg)
    return msg
}

About

Y language, new language for AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.0%
  • C 17.3%
  • CMake 8.7%