2 repos
Integration layers that allow seamless interoperability between different programming environments.
Distinguishing note: Focuses on the bridge implementation rather than generic FFI.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Language Bridges. Refine with filters or upvote what's useful.
VeighNa is an event-driven, modular platform designed for the development, backtesting, and execution of automated financial trading strategies. It provides a comprehensive suite of tools that includes a centralized trading terminal for monitoring portfolios and market conditions, alongside a robust algorithmic trading engine that manages real-time data processing and order execution. The platform distinguishes itself through a highly decoupled architecture that isolates algorithmic logic from market connectivity, allowing for independent strategy development and testing. It utilizes a dynami
Wraps low-level C++ trading APIs into Python objects using shared memory and dynamic linking for high-performance data access.
Carbon is an experimental, compiled systems programming language designed as a successor to C++. It focuses on providing a high-performance environment for modern software development while prioritizing memory safety and expressive generic programming. The language is built to support performance-critical engineering, allowing for precise control over memory layout and execution flow. A primary differentiator of the project is its bidirectional interoperability with existing C++ codebases. This allows developers to call functions and share data between languages without manual wrappers, facil
Provides a bidirectional bridge for seamless function calls and data sharing with legacy code.