“Python a Golang” Código de respuesta

Python a Golang

# Check out https://github.com/google/grumpy (Grumpy is a Python to Go source code transcompiler )
CompSciGeek

ir a Python

def func1():
    ...

def func2():
    ...

funcmap = {1 : func1, 2 : func2}

def somefunc(a):
    funcmap[a]()  #Ugly!  But it works.
Crowded Coyote

Respuestas similares a “Python a Golang”

Preguntas similares a “Python a Golang”

Más respuestas relacionadas con “Python a Golang” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código