# The Racket Foreign Interface

by Eli Barzilay

> The `ffi/unsafe` library enables the direct use of C-based APIs within 
Racket programs—without writing any new C code. From the Racket 
perspective, functions and data with a C-based API are foreign, hence the 
term foreign interface. Furthermore, since most APIs consist mostly of 
functions, the foreign interface is sometimes called a foreign function 
interface, abbreviated FFI.

Find out more at https://docs.racket-lang.org/foreign

Questions and discussion at the Racket community 
[Discourse](https://racket.discourse.group/invites/VxkBcXY7yL) or 
[Discord](https://discord.gg/6Zq8sH5)

-- 
This group is deprecated and retained as an archive. 

Racket discussions have moved to the Racket Discourse at  
https://racket.discourse.group/ .

---
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/1874e25b-4d7e-4433-9e1f-97b0ab632825n%40googlegroups.com.

Reply via email to