summaryrefslogtreecommitdiff
path: root/lang/py-funge/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'lang/py-funge/DESCR')
-rw-r--r--lang/py-funge/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/py-funge/DESCR b/lang/py-funge/DESCR
new file mode 100644
index 00000000000..8aa01d5c190
--- /dev/null
+++ b/lang/py-funge/DESCR
@@ -0,0 +1,4 @@
+PyFunge is a Funge-98 interpreter written in Python. It includes almost
+all of features found in the Funge-98 specification and also provides
+some other features like fingerprints. PyFunge is written in object-
+oriented fashion and designed to be extensible from ground up.