From 374b4728a654a68c744ca3be59602adc2ed34af4 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Fri, 27 Dec 2024 14:42:48 +0100 Subject: [PATCH] Add info about Panama Add info about former name to add clearity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c6a589..24c29f2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![cljdoc badge](https://cljdoc.org/badge/org.suskalo/coffi)](https://cljdoc.org/d/org.suskalo/coffi) Coffi is a foreign function interface library for Clojure, using the [Foreign -Function & Memory API](https://openjdk.org/jeps/454) in JDK 22 and later. This +Function & Memory API](https://openjdk.org/jeps/454) (formerly called Project Panama) in JDK 22 and later. This allows calling native code directly from Clojure without the need for either Java or native code specific to the library, as e.g. the JNI does. Coffi focuses on ease of use, including functions and macros for creating wrappers to allow