DEV Community

Discussion on: Is C Most Underrated Programming Language?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

It is possible, and probably also encouraged, to write C language along side Golang. Not sure about C++.

Also in Golang, you can choose which part of C (cgo) to compile.

Collapse
 
surajondev profile image
Suraj Vishwakarma

That's great 🔥🔥🔥

Collapse
 
agurex profile image
Augusto Hernández

why Golang?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Python and Node.js also have C binding, but I haven't seen anywhere else that I am given to compile custom parts of SQLite myself. (All flags unchecked by default.)

But I do also see that people do compile COLLATION in Rust SQLite.

I also have written cgo in Webview. Golang just made it convenient, with declarations in comments above import "C".

I don't have enough experience in R, LaTeX or Lua to say anything about them.

Thread Thread
 
surajondev profile image
Suraj Vishwakarma

Thanks you for the peice of information 🔥🔥🔥