Timeline for How does code work without getting compiled or interpreted?
Current License: CC BY-SA 4.0
19 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 7, 2021 at 0:00 | history | tweeted | twitter.com/StackSoftEng/status/1390456403710685184 | ||
| May 6, 2021 at 18:42 | history | reopened | JimmyJames Doc Brown Glorfindel 8bittree | ||
| Apr 29, 2021 at 14:37 | review | Reopen votes | |||
| May 6, 2021 at 18:42 | |||||
| Apr 29, 2021 at 12:26 | comment | added | Voo | @MSalters So Visual Studio has an in-process c++ compiler? Fascinating, but given the complexities of C++ that makes sense. | |
| Apr 29, 2021 at 10:32 | comment | added | MSalters | @Voo: Visual Studio actually runs a C++ compiler continuously, for its Intellisense features. Figuring out whether a C++ token represents a variable, function or a type can't be done by simple parsers, not to mention the infamous >> token in std::vector<std::vector<int>>. | |
| Apr 29, 2021 at 10:18 | history | closed | gnat Robert Harvey Thomas Owens♦ | Needs details or clarity | |
| Apr 29, 2021 at 9:38 | comment | added | Voo | Note that Visual Studio Code is in no way special in this regard. Virtually every IDE will simply invoke an external compiler process for many reasons. Visual Studio, Eclipse, XCode, Rider,. What is usually included is a parser for the various languages to allow syntax highlighting. | |
| Apr 29, 2021 at 6:57 | answer | added | Polygnome | timeline score: 5 | |
| S Apr 29, 2021 at 3:07 | history | edited | lennon310 | CC BY-SA 4.0 | Copy edited (e.g. ref. <https://en.wikipedia.org/wiki/Visual_Studio_Code>). "code" is an uncountable noun in this context. Removed meta information (this belongs in comments). |
| S Apr 29, 2021 at 3:07 | history | suggested | Peter Mortensen | CC BY-SA 4.0 | Copy edited (e.g. ref. <https://en.wikipedia.org/wiki/Visual_Studio_Code>). "code" is an uncountable noun in this context. Removed meta information (this belongs in comments). |
| Apr 29, 2021 at 1:47 | review | Suggested edits | |||
| S Apr 29, 2021 at 3:07 | |||||
| Apr 29, 2021 at 1:06 | history | became hot network question | |||
| Apr 28, 2021 at 19:20 | answer | added | JimmyJames | timeline score: 1 | |
| Apr 28, 2021 at 18:58 | review | Close votes | |||
| Apr 29, 2021 at 10:22 | |||||
| Apr 28, 2021 at 18:37 | answer | added | autophage | timeline score: 15 | |
| Apr 28, 2021 at 18:30 | answer | added | Christophe | timeline score: 5 | |
| Apr 28, 2021 at 17:26 | answer | added | VTRV | timeline score: 5 | |
| Apr 28, 2021 at 17:13 | review | First posts | |||
| Apr 28, 2021 at 18:28 | |||||
| Apr 28, 2021 at 17:03 | history | asked | Burcu Avcu | CC BY-SA 4.0 |