From b93e66689ec84c691a46c727ff9294e55c9634ec Mon Sep 17 00:00:00 2001 From: Andrii Boichuk Date: Thu, 24 Aug 2017 14:54:15 +0300 Subject: [PATCH] Added Cling and Cling Jupyter Kernel --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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.*