diff --git a/README.md b/README.md index 8cb2eb39c..db6416ee8 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin - [Build Systems](#build-systems) - [Static Code Analysis](#static-code-analysis) - [Coding Style Tools](#coding-style-tools) + - [Miscellaneous](#miscellaneous-software) - [Resources](#resources) - [API Design](#api-design) - [Articles](#articles) @@ -705,6 +706,10 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Clang-Tidy](http://clang.llvm.org/extra/clang-tidy.html) - Clang-based C++ linter tool. * [Uncrustify](https://github.com/bengardner/uncrustify) - Code beautifier. +## Miscellaneous software +* [Cling](https://github.com/root-project/cling) - The Interactive C++ Interpreter. +* [Cling Jupyter Kernel](https://github.com/root-project/cling/tree/master/tools/Jupyter) - C++ Kernel for Jupyter with Cling. + # Resources *Various resources, such as books, websites, and articles for improving your C++ development skills and knowledge.*