Need recommendation for IPC with Go

This page summarizes the projects mentioned and recommended in the original post on /r/Common_Lisp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • pzmq

    ZeroMQ 4.0+ Common Lisp bindings.

    I haven't tried any ZeroMQ bindings from Common Lisp, but this: https://github.com/orivej/pzmq looks like it should support the newer versions. The bindings mentioned on ZeroMQ website claim they are for version 2 and 3 (https://repo.or.cz/w/cl-zmq.git). In description of the repo the say " Common Lisp bindings for ZeroMQ2 ", the last commit "Add libzmq.so.3 since cl-zmq supports ZeroMQ3".

  • py4cl

    Call python from Common Lisp

    py4cl and cl4py rely on uiop:launch-program and python's subprocess respectively. These are portable to the extent uiop and subprocess are portable and do not require any additional installation.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • cl4py

    Common Lisp for Python

    py4cl and cl4py rely on uiop:launch-program and python's subprocess respectively. These are portable to the extent uiop and subprocess are portable and do not require any additional installation.

  • rpcq

    The RPC framework and message specification for @rigetti Quantum Cloud Services.

    rpcq uses pzmq to send binary messages which are serialized by `cl-messagepack`.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts