diff --git a/README.md b/README.md index 821839c8..3248c950 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ [![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/QuantStack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) `xeus-cling` is a Jupyter kernel for C++ based on the C++ interpreter [cling](https://github.com/root-project/cling) and -the native implementation of the Jupyter protocol [xeus](https://github.com/jupyter-xeus/xeus). +the native implementation of the Jupyter protocol [xeus](https://github.com/jupyter-xeus/xeus). + +## Comparisons to other alternatives +### [cling](https://github.com/root-project/cling) +clings already comes with a [Jupyter](https://jupyter.org/) support. Cling uses the wrapper kernel approach, which means it depends on [ipykernel](https://github.com/ipython/ipykernel) and thus on the Python runtime. The kernel of `xeus-cling` is based on [xeus](https://github.com/jupyter-xeus/xeus), a native implementation of the Jupyter Kernel protocol. So, No dependency on ipykernel nor any Python part of the Jupyter ecosystem. The xeus based approch has proven to be more stable on the long run. ## Installation