Backend Engineer
Go
Golang
append
, print
, and len
), and error handling, making it a robust tool for scripting tasks. This project combines the simplicity of scripting with the performance of Go, providing a powerful REPL experience.go get -u github.com/pandeykartikey/goto
var
declarations, easy function definitions, and flexible loops.var a = 3; var b = 5; var result = a + b; print(result); // Output: 8
$ goto sample.to
#!/usr/bin/env goto
goto
, and exit with exit
or Ctrl + D
.Posted Nov 3, 2024
Goto is an interpreted programming language written in go. - pandeykartikey/goto
0
1
Backend Engineer
Go
Golang