Skip to content

Commit

Permalink
New TIL on Godbolt
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Aug 31, 2024
1 parent 77734bf commit 0fd573f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [Bash - the Bourne Again Shell](#bash---the-bourne-again-shell)
- [Bootstrap - web framework for fast prototyping](#bootstrap---web-framework-for-fast-prototyping)
- [Bruno - an alternative to Postman](#bruno---an-alternative-to-postman)
- [C - compiled programming language](#c---compiled-programming-language)
- [carton - tools for handling Perl distributions and dependencies local to a project](#carton---tools-for-handling-perl-distributions-and-dependencies-local-to-a-project)
- [chezmoi - dot filer manager](#chezmoi---dot-filer-manager)
- [chrome - browser also known as chromium](#chrome---browser-also-known-as-chromium)
Expand Down Expand Up @@ -177,6 +178,11 @@

- [Use Bruno](bruno/use_bruno.md)

<a id="c"></a>
### C - compiled programming language

- [Inspect your C using Godbolt](c/inspect_your_c_using_godbolt.md)

<a id="carton"></a>
### carton - tools for handling Perl distributions and dependencies local to a project

Expand Down
Binary file added c/godbolt-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions c/inspect_your_c_using_godbolt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Inspect your C using Godbolt

Heard about this on [Programming Throwdown podcast episode 155][EPISODE155].

I am not a C-programmer at all, but that does not mean that I am not impressed with this tool. I have not idea about it's practical use and value, but I guess it could be useful learning or debugging C code (when you are a C programmer/newbie).

[![Godbolt Screenshot](godbolt-screenshot.png)][GODBOLT]

## Resources and References

- [Godboldt][GODBOLT]
- [Programming Throwdown](https://www.programmingthrowdown.com/)
- [Programming Throwdown podcast episode 155][EPISODE155]

[EPISODE155]: https://www.programmingthrowdown.com/episodes/156-perl-and-regular-expressions/
[GODBOLT]: https://godbolt.org/

0 comments on commit 0fd573f

Please sign in to comment.