aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Zak <w1@zak.co.il>2016-05-22 11:22:07 +0300
committerOmer Zak <w1@zak.co.il>2016-05-22 11:22:07 +0300
commit7d07ab0808e0446a788d822baef69afd54320a61 (patch)
tree324cea95d4e44836b6c813ccb4b1553e8f6cc38f
parent46ca6bb2f2774ea3515f171c300fb446e72be882 (diff)
downloadpyguile-7d07ab0808e0446a788d822baef69afd54320a61.tar
pyguile-7d07ab0808e0446a788d822baef69afd54320a61.tar.gz
Added link to my blog articles about PyGuile.
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6670505..eb96b91 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,9 @@ As a first step to alleviate this problem, PyGuile allows scripts written
in Scheme and executed by Guile to invoke Python libraries. This makes
the rich library ecosystem of Python available also to Guile users.
+Blog articles about the package and the philosophy guiding it:
+http://www.zak.co.il/tddpirate/category/pyguile/
+
## Audience
If you think that Scheme is the best programming language in which to
implement your application, but you are held back due to lack of libraries