logoalt Hacker News

llmslave2last Tuesday at 10:41 AM1 replyview on HN

I love it. I'm using Go to handle building full stack javascript apps, which actually works great since esbuild can be used directly inside a Go program. The issue is that it's a dependency, so I settled for having a go mod file and running it directly with Go. If somehow these dependencies could be resolved without an explicit module configured (say, it was inline in the go file itself) it would be perfect. Alas, it will probably never happen.

That being said...use Go for scripting. It's fantastic. If you don't need any third party libraries this approach seems really clean.


Replies

ahartmetzlast Tuesday at 10:53 AM

>full stack

Device drivers, task switching, filesystem, memory management and all?

show 3 replies