Add an intro for why/where/how/when etc (#5302)

Hopefully a decentish overview of the why and how of using Compiler Explorer. Prompted by a conversation with @eleciawhite.
This commit is contained in:
Matt Godbolt
2023-07-30 18:02:08 -05:00
committed by GitHub
parent 06506166ff
commit 075a04621f
7 changed files with 2097 additions and 1 deletions

View File

@@ -11,7 +11,9 @@ Swift, Pascal, [ispc](https://ispc.github.io/), Python, Java, or any of the othe
time. Multiple compilers are supported for each language, many different tools and visualizations are available, and the
UI layout is configurable (thanks to [GoldenLayout](https://www.golden-layout.com/)).
Try out at [godbolt.org](https://godbolt.org), or [run your own local instance](#running-a-local-instance).
Try out at [godbolt.org](https://godbolt.org), or [run your own local instance](#running-a-local-instance). An overview
of what the site lets you achieve, why it's useful, and how to use it is
[available here](docs/WhatIsCompilerExplorer.md).
**Compiler Explorer** follows a [Code of Conduct](CODE_OF_CONDUCT.md) which aims to foster an open and welcoming
environment.