{"id":53009,"library":"d5-tengo-v2","title":"Tengo","description":"Tengo is a small, dynamic, fast scripting language for Go.","status":"active","version":"2.17.0","language":"go","source_language":null,"source_url":"https://github.com/d5/tengo","tags":["scripting","language","embedded","runtime"],"install":[{"cmd":"go get github.com/d5/tengo/v2","lang":"bash","label":"Install github.com/d5/tengo/v2"}],"dependencies":[],"imports":[{"symbol":"tengo","correct":"github.com/d5/tengo/v2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/d5/tengo/v2\"\n)\n\nfunc main() {\n\tscript := tengo.NewScript([]byte(`a := 1 + 2`))\n\tcompiled, err := script.Run()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(compiled.Get(\"a\"))\n}","lang":"go","description":"Runs a simple Tengo script and prints the result."},"warnings":[],"env_vars":null,"search_vec":"'dynam':6 'embed':14 'fast':7 'go':11 'languag':9,13 'runtim':15 'script':8,12 'small':5 'tengo':1,2","created_at":"2026-06-15T07:23:20.483342+00:00","updated_at":"2026-06-15T07:23:20.483342+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/d5/tengo","github":"https://github.com/d5/tengo","docs":"https://pkg.go.dev/github.com/d5/tengo/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}