diff --git a/README.md b/README.md index c4074eb..69630d5 100644 --- a/README.md +++ b/README.md @@ -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) @@ -177,6 +178,11 @@ - [Use Bruno](bruno/use_bruno.md) + +### C - compiled programming language + +- [Inspect your C using Godbolt](c/inspect_your_c_using_godbolt.md) + ### carton - tools for handling Perl distributions and dependencies local to a project diff --git a/c/godbolt-screenshot.png b/c/godbolt-screenshot.png new file mode 100644 index 0000000..6795b23 Binary files /dev/null and b/c/godbolt-screenshot.png differ diff --git a/c/inspect_your_c_using_godbolt.md b/c/inspect_your_c_using_godbolt.md new file mode 100644 index 0000000..abda8a1 --- /dev/null +++ b/c/inspect_your_c_using_godbolt.md @@ -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/