From cc2c682e79f3252b7ee97cecb82515f1ef41ba65 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 19 Jun 2022 22:41:52 +0200 Subject: [PATCH] SCI now has memfn --- sci | 2 +- src/babashka/impl/clojure/core.clj | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sci b/sci index f91e73a7..ce01ada6 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit f91e73a7fadef86dc32ac8a58e77a25550322f4c +Subproject commit ce01ada6177cb4b1abd1836534952e728aa0427f diff --git a/src/babashka/impl/clojure/core.clj b/src/babashka/impl/clojure/core.clj index ce03b1e3..5a861698 100644 --- a/src/babashka/impl/clojure/core.clj +++ b/src/babashka/impl/clojure/core.clj @@ -195,7 +195,6 @@ 'iteration (sci/copy-var iteration clojure-core-ns) 'abs (sci/copy-var abs clojure-core-ns) 'StackTraceElement->vec (sci/copy-var StackTraceElement->vec clojure-core-ns) - 'memfn (sci/copy-var memfn clojure-core-ns) 'into-array (sci/copy-var into-array clojure-core-ns) 'print-method (sci/copy-var print-method clojure-core-ns) 'print-dup (sci/copy-var print-dup clojure-core-ns)}