clomacs icon indicating copy to clipboard operation
clomacs copied to clipboard

Simplifies Emacs Lisp interaction with Clojure and vice versa.

Results 6 clomacs issues
Sort by recently updated
recently updated
newest added

Hello, Is it possible to use babashka instead of Clojure for starting speed? Thanks.

task

Create `clomacs` server to operate with different mixed Elisp-Clojure Emacs extensions from one nREPL.

task

Hello, Thanks a lot for the library, I recently took time and I managed to make it work with babashka (it is quite easy as babashka has an integrated nrepl-server),...

When I try the README Clojure call Elisp function demo, I got error: Call Elisp from Clojure: ```emacs-lisp ;; emacs lisp: (require 'clomacs) (clomacs-httpd-start) ``` ```clojure ;; clojure: (use 'clomacs)...

bug
documentation

Hi, I'm having troubles starting http server using `(clomacs-httpd-start)`: ```elisp Debugger entered--Lisp error: (error "FileNotFoundException Could not locate clomacs__init.class or clomacs.clj on classpath. clojure.lang.RT.load (RT.java:456) ") signal(error ("FileNotFoundException Could not...

documentation

Thanks E.T. uncle. when (require 'clomacs) (clomacs-launch-nrepl nil t) ;;

question
documentation