From df601fba4e6e7482ff920c2cc75c60899d37fe0f Mon Sep 17 00:00:00 2001 From: Ujjwal Aggarwal <96613056+UjjwalAggarwal-1@users.noreply.github.com> Date: Tue, 25 Oct 2022 06:25:35 +0530 Subject: [PATCH] Carbon (#8899) --- books/free-programming-books-langs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index e90027a72..fad2bfd79 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -30,6 +30,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [C](#c) * [C#](#csharp) * [C++](#cpp) +* [Carbon](#carbon) * [Chapel](#chapel) * [Cilk](#cilk) * [Clojure](#clojure) @@ -538,6 +539,11 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Working Draft, Standard for Programming Language C++, 2021 Revision](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/n4885.pdf) - Thomas Köppe (PDF) *(:construction: in process)* +### Carbon + +* [Carbon Compiler User Manual](https://documentation-service.arm.com/static/5ed10fa8ca06a95ce53f8dc5) + + ### Chapel * [Chapel Tutorial](http://faculty.knox.edu/dbunde/teaching/chapel/)