Add The only reasonable scripting engine for Go.

This commit is contained in:
Morgan 2022-02-01 09:44:20 +01:00 committed by GitHub
parent cb315c70f0
commit bba75f8f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1357,6 +1357,7 @@ See also [Shell aliases](../README.md#shell-aliases)
* [gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) - Terratest is a Go library that makes it easier to write automated tests for your infrastructure code. **See also** [Official Website](https://terratest.gruntwork.io/)
* [Ayooluwa Isaiah](https://freshman.tech/linting-golang/) - (2021) A guide to linting Go programs
* [onsi/ginkgo](https://github.com/onsi/ginkgo) - A Modern Testing Framework for Go
* [ichiban/prolog](https://github.com/ichiban/prolog) - The only reasonable scripting engine for Go.
## Groovy
* [Stack Overflow](https://stackoverflow.com/questions/35187151/using-groovy-how-do-you-pipe-multiple-shell-commands) - how to pipe multiple shell commands
@ -1951,6 +1952,7 @@ See also [Dotfiles / Aliases](#dotfiles--aliases) and [Shell aliases](../README.
* [MorganGeek](https://gist.github.com/MorganGeek/660e55cfbb8f8e82e77d06618802ea79) - (gist) Install SWI-Prolog and Logtalk on CentOS. **Bonus** : Dockerfile provided.
* [Mr. Bad, Crackmonkey](http://www.pigdog.org/auto/mr_bads_list/shortcolumn/1914.html) - (2001) Things to Say When You're Losing a Technical Argument
* [/r/prolog/](https://www.reddit.com/r/prolog/) - Prolog on Reddit
* [ichiban/prolog](https://github.com/ichiban/prolog) - The only reasonable scripting engine for Go.
## Python
* [Nick Parlante](http://codingbat.com/python) - CodingBat : practice your python skills