From bba75f8f067603898df5269a27dcdcfcafa1ca8c Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 1 Feb 2022 09:44:20 +0100 Subject: [PATCH] Add The only reasonable scripting engine for Go. --- sections/programming.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sections/programming.md b/sections/programming.md index 499f7c1..38f39ae 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -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