Tagged articles

cross-language integration

2 articles · Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Aug 19, 2026 · Backend Development

How TypePHP Enables Direct Python Interoperability

This article explains how TypePHP provides seamless, in‑process Python interop for PHP developers, covering the motivation, installation of the phpy runtime, syntax for importing and calling Python modules, data conversion rules, operator support, callbacks, exception handling, IDE helpers, code conversion tools, a practical NumPy linear‑solver example, and known limitations.

AOT CompilationNumPyPython interop
0 likes · 24 min read
How TypePHP Enables Direct Python Interoperability
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Mar 31, 2023 · Game Development

A Newcomer's Six-Month Journey in Game Test Development: Automation, Tool Creation, and Cross-Language Integration

This article shares a newcomer’s six‑month experience in game test development, covering automation testing fundamentals, script writing, maintenance practices, tool creation workflows, and cross‑language integration between C#, Lua, PHP, and SQL, offering practical guidance for aspiring test engineers.

C++Luacross-language integration
0 likes · 15 min read
A Newcomer's Six-Month Journey in Game Test Development: Automation, Tool Creation, and Cross-Language Integration