Re: [go-nuts] Help me study resources or guides

2023-05-23 Thread Marcello H
You could take a look at: https://mehdihadeli.github.io/awesome-go-education/ Op dinsdag 23 mei 2023 om 14:33:18 UTC+2 schreef Zhang Jie (Kn): > 1. https://go101.org, from beginner to true gopher > 2. go perf book, search it from github, this will teach you some > optimization techniques > 3. h

Re: [go-nuts] Experience with building JS and Python bindings for a Go library

2023-05-23 Thread Justin Israel
For automatic python bindings I have used github.com/go-python/gopy https://github.com/justinfx/pygo-plugin/blob/main/go_plugin/client.go And for pure cpython bindings I have used: - py2: github.com/sbinet/go-python - py3: github.com/DataDog/go-python3 - Justin On Tuesday, May 23, 2023 at

Re: [go-nuts] exceeded max scope depth during object resolution

2023-05-23 Thread Ian Lance Taylor
On Tue, May 23, 2023 at 9:41 AM Johnny Lee wrote: > why output this error? Hope that you can help me. > [image: 1684849352934.jpg] > Please paste plain text as plain text. I'm sorry, but your image is completely illegible. Ian -- You received this message because you are subscribed to the Go

[go-nuts] exceeded max scope depth during object resolution

2023-05-23 Thread Johnny Lee
why output this error? Hope that you can help me. [image: 1684849352934.jpg] -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups

[go-nuts] GoLand How to use gollvm?

2023-05-23 Thread 肖旭
Hi, I have build success gollvm. I can use go、llvm-goc binary. For Example: "go run helloworld.cpp" 、"llvm-goc -S -emit-llvm helloworld.go -o helloworld.ll" and so on. But i have a question, I wright go programe on GoLand IDE normally, How can I put go 、llvm-goc into The GoLand IED? let GoLand I

Re: [go-nuts] Help me study resources or guides

2023-05-23 Thread Zhang Jie (Kn)
1. https://go101.org, from beginner to true gopher 2. go perf book, search it from github, this will teach you some optimization techniques 3. here's a reading list about golang internals: https://hitzhangjie.notion.site/149643669e0846e6b8e3294d04a6df0d?v=e1cea88688ec4102ae5d9af8cf9ac4c7, ac

Re: [go-nuts] Help me study resources or guides

2023-05-23 Thread Zhang Jie (Kn)
Here're some good materials: 1. https://go101.org, after learning this, you will be a true gopher. 2. go语言设计实现,maybe there's no English version. When I learns golang, I want to know its internals, and I kept lots of good articles, here: https://www.notion.so/hitzhangjie/149643669e0846e6b8e3294d0