Show HN: LibPolyCall β a C runtime broker for cross-language function callshttps://github.com/obinexus/libpolycall-v1
LibPolyCall is an open-source C runtime for connecting programs across language boundaries without requiring each language pair to implement its own integration layer. The architecture is program-first rather than binding-first, with a stable C ABI, FFI bindings, Polycallfile/Polycallrc configuration, runtime state management, and telemetry. Iβve recently completed the Windows build path producing both libpolycall.dll and libpolycall.a, and Iβm working toward using the same runtime across Python, Node.js, Java, Go, and other language environments. Iβd particularly appreciate feedback onβ¦