summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-03-30 16:08:18 +0100
committerMiguel <m.i@gmx.at>2019-03-30 16:08:18 +0100
commitb45e37124d855bdf3365e8202559c45cf28e9d88 (patch)
tree1741d955c0c8e023a0c3bead76795bfbd895e7bb /README.md
parent1ac8773f20c25b9ebbe559efe25591ba7a24acdb (diff)
first success with ffi (Call hask from c)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ece51c4..e0c742c 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ This repo holds a collection of some of my Haskell sources:
* [./base64/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=base64) - encoder / decoder
* [./calcGTK/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=calcGTK) - Parsing with Parsec and GUI with GTK
+* [./ffi/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=ffi) - sample use of the foreign function interface (ffi)
* [./freedomain/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=freedomain) - simple multithreaded domain checker based on DNS lookup
* [./hulls/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=hulls) - find convex and concave hulls for a set of points
* [./mnist/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=mnist) - hello world of neuronal networks