“Python do Golang” Kod odpowiedzi

Python do Golang

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

Idź do Pythona

def func1():
    ...

def func2():
    ...

funcmap = {1 : func1, 2 : func2}

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

Odpowiedzi podobne do “Python do Golang”

Pytania podobne do “Python do Golang”

Więcej pokrewnych odpowiedzi na “Python do Golang” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu