CLERIC icon indicating copy to clipboard operation
CLERIC copied to clipboard

Common Lisp Erlang Interface

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

I get this: `Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #: Component :ERLANG-TERM-TRIVIA not found, required by #`

While connecting to an Elixir node (based on Erlang/OTP 23) I get: On the Elixir node in iex: "08:08:43.722 [error] ** :"[email protected]": Connection attempt from node :lispnode@localhost rejected since it...

The documentation at https://common-lisp.net/project/cleric/doc/ gives me HTTP 403 Forbidden.

The domain cl-user.net has fallen prey to porn sites, but the page at https://common-lisp.net/project/cleric/ still mentions that website. It should be updated.

There should be some clearly defined way of making user defined data types 'Erlang translatable'. i.e. define the CLERIC:ENCODE method for your new data type and make it transform your...

Hi, This PR allows CLERIC to connect to elixir once again. It does so by using the new handshake messages and **pretending** that it supports all the capabilities `iex` requires....