Skip to content

GopherPY Golang transpiler, transpiles Python code to Go.

Notifications You must be signed in to change notification settings

BrunoCiccarino/GopherPY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GopherPy

logo

Gopher is a transpiler that transfers basic codes written in Python to basic codes written in Go. If you want to know more about how the transpiler works, read the documentation.

Usage

go run main.go <python-file>

Example

  • Input code:
def soma(a, b):
    return a + b

if __name__ == "__main__":
    print(soma(1, 2))
  • Output code:
func soma(a,() {a + b 
}

About

GopherPY Golang transpiler, transpiles Python code to Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published