Hacker News
- Ruby-FFI is no longer maintained https://github.com/ffi/ffi/commit/bef6f44505fd96eb16c044b1e1af9cbad2697bfe 46 comments
- Comparing the C FFI overhead on various languages https://github.com/dyu/ffi-overhead 95 comments
- Announcing the first FFI-unwind project design meeting | Inside Rust Blog https://blog.rust-lang.org/inside-rust/2020/02/27/ffi-unwind-design-meeting.html 4 comments rust
- Future directions for cbindgen (rust-ffi) http://dreamingofbits.com/post/future-directions-for-cbindgen-rust-ffi/ 10 comments rust
- FFI and Shared Libraries in Packages https://pub.dev/packages/l2ethernet 7 comments dartlang
- What is Haskell's secret sauce for a fast FFI? https://www.wilfred.me.uk/blog/2014/10/20/the-fastest-bigint-in-the-west/ 16 comments haskell
- FFI and Dynamic Arrays https://github.com/libusb/hidapi/tree/master/hidapi 11 comments dartlang
- How much has the usage of Elisp=Emacs suffered or been held back over the years by RMS's prohibition of FFI in the past? https://nullprogram.com/blog/2014/04/26/ 9 comments emacs
- help with chez FFI https://libgslcblas.so 6 comments scheme
- Expressing a C++ array as via the ffi None 6 comments scheme
- Rust C FFI - How do you deal with C Macros ? https://github.com/xen-project/xen/blob/RELEASE-4.12.0/xen/include/public/io/ring.h#L109 9 comments rust
- How genius solves problems: (LuaJIT commit) FFI: Eliminate hardcoded string hashes. https://github.com/luajit/luajit/commit/70f4b15ee45a6137fe6b48b941faea79d72f7159 6 comments programming
- Essential uses of catch_panic, except unwinding over FFI https://github.com/rust-lang/rfcs/blob/master/text/1236-stabilize-catch-panic.md 4 comments rust
- How to call bindgen FFI function inside a struct? https://www.reddit.com/r/rust/comments/c4h6uz/how_to_call_bindgen_ffi_function_inside_a_struct/ 5 comments rust
- Exposing FFI from the Rust library https://svartalf.info/posts/2019-03-01-exposing-ffi-from-the-rust-library/ 14 comments rust
- [FFI] How do you pass a Vec to C++ ? https://www.reddit.com/r/rust/comments/aca3do/ffi_how_do_you_pass_a_vec_to_c/ 9 comments rust
- Free memory allocated from C through FFI https://www.reddit.com/r/rust/comments/9wk0jy/free_memory_allocated_from_c_through_ffi/ 9 comments rust
- Correct way to handle C FFI and recursive structs https://www.reddit.com/r/rust/comments/9wjewy/correct_way_to_handle_c_ffi_and_recursive_structs/ 5 comments rust
- Basics of Calling Conventions (and why they matter for FFI in Rust) https://gankro.github.io/blah/rust-layouts-and-abis/#calling-conventions 15 comments rust
- A Rust FFI adventure in unsafety https://travisf.net/capstone-rs-unsafety-adventure 11 comments rust
- Feedback for FFI guide https://www.reddit.com/r/rust/comments/8wv32h/feedback_for_ffi_guide/ 20 comments rust
- When FFI Function Calls Beat Native C https://nullprogram.com/blog/2018/05/27/ 16 comments programming
- Ensure closures used in FFI callbacks stay alive, while also tracking them https://github.com/andrewcsmith/bela-rs/blob/master/src/lib.rs#L173-L195 3 comments rust
- Can #[repr(C)] map nested enums , complex structs and Result<>,Option<> and Vec<> directly to c/c++ in FFI? https://www.reddit.com/r/rust/comments/7atl92/can_reprc_map_nested_enums_complex_structs_and/ 3 comments rust
- We know that pure Haskell (no FFI) cryptography is probably a bad idea. A question follows: Is work being done to bring a crypto library to GHCJS? https://www.reddit.com/r/haskell/comments/6u1fn0/we_know_that_pure_haskell_no_ffi_cryptography_is/ 17 comments haskell
- Using FFI or similar to run Rust code in Go https://www.reddit.com/r/golang/comments/6oxp2n/using_ffi_or_similar_to_run_rust_code_in_go/ 12 comments golang
- A Pythonist getting Rusty these days... (Part 2) - Establishing the Rust-Python FFI. http://wafflespeanut.github.io/blog/2015/07/08/a-pythonist-getting-rusty-these-days-dot-dot-dot-part-2/ 15 comments rust
- The Rust FFI Omnibus - Soliciting suggestions and feedback http://jakegoulding.com/rust-ffi-omnibus/ 18 comments rust
- FFI global (mut) variable http://doc.rust-lang.org/book/ffi.html#accessing-foreign-globals 16 comments rust
- Problem with FFI and JHC https://wiki.haskell.org/FFI_Introduction 8 comments haskell
- Unboxed Closures and FFI Callbacks http://aatch.github.io/blog/2015/01/17/unboxed-closures-and-ffi-callbacks/ 7 comments rust
- How does the Rust community feel about FFI? http://doc.rust-lang.org/guide-ffi.html 18 comments rust
- Rust FFI and Opaque pointer idiom http://en.wikipedia.org/wiki/Opaque_pointer 5 comments rust
- Higgs FFI: Calling C From JS http://teebrz.wordpress.com/2013/09/19/higgs-ffi-calling-c-from-js/ 7 comments javascript
- Meeting-weekly-2013-07-09 (split stacks & ffi) https://github.com/mozilla/rust/wiki/meeting-weekly-2013-07-09 21 comments rust
- Ruby FFI FTW http://flazz.me/ruby-ffi-ftw 7 comments ruby
- Haskell + FFI + Java + SWT: crazy, maybe, but working! http://jpmoresmau.blogspot.com/2011/05/haskell-ffi-java-swt-crazy-maybe-but.html 17 comments haskell
- CPython: Haskell FFI bindings to Python http://hackage.haskell.org/package/cpython-3.1.0 26 comments haskell
- FFI for Ruby now available http://blog.headius.com/2008/10/ffi-for-ruby-now-available.html 10 comments programming
- Erlang FFI - Introduction http://www.wagerlabs.com/blog/2008/02/erlang-ffi---in.html 6 comments programming