Skip to content

Commit 2192152

Browse files
committed
add kernel-ffi citation
1 parent b7c6c6e commit 2192152

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/4-kernel-ffi/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Kernel-FFI is a transparent, language-agnostic framework that enables seamless c
66

77
![kernel-ffi-intro](./assets/kernel-ffi-intro.png)
88

9+
For technical details, please refer to the following paper:
10+
Hebi Li, Forrest Sheng Bao, Qi Xiao, and Jin Tian. *"Kernel-FFI: Transparent Foreign Function Interfaces for Interactive Notebooks"*, arXiv preprint arXiv:2507.23205 (2025) https://arxiv.org/abs/2507.23205
11+
912
## What is Kernel-FFI?
1013

1114
Kernel-FFI solves the challenge of multi-language development in interactive environments like Jupyter Notebooks. Traditional approaches require extensive manual configuration, boilerplate code, and often lack support for modern programming constructs like object-oriented programming and recursive calls.

0 commit comments

Comments
 (0)