Hacker News new | ask | show | jobs
by nijave 1205 days ago
>and then make a C/C++ extension for the slow bits

I've found cross language bindings to be pretty easy with Python. If you want something with memory management, you can use cgo

1 comments

isn't cgo for golang?