|
|
|
|
|
by stewart27
2704 days ago
|
|
> I'm curious how the implementation of Go has affected the ease of integrating other languages. In some ways, it helps. You start to see similar issues arise and know what to look out for when you're launching a new runtime. In other ways, every language has its peculiarities and its own set of design considerations. Launching/polishing a completely new language still takes a decent amount of work. Launching a new version of an existing language tends to be much quicker. |
|
Maybe even just something for compiled languages like Go, Crystal, etc that will just run the binary?