diff options
author | pav <pav@FreeBSD.org> | 2005-09-12 15:28:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-12 15:28:45 +0800 |
commit | a2797fa5f4c1cd336146cdba419e7315a7d1d753 (patch) | |
tree | 6660b2bf2cae7280dee7995be24b9b188e07bccf /devel/Makefile | |
parent | fe361b3f4bb50238db87e7e65fb0d41114e19001 (diff) | |
download | freebsd-ports-gnome-a2797fa5f4c1cd336146cdba419e7315a7d1d753.tar.gz freebsd-ports-gnome-a2797fa5f4c1cd336146cdba419e7315a7d1d753.tar.zst freebsd-ports-gnome-a2797fa5f4c1cd336146cdba419e7315a7d1d753.zip |
Pymacs is a powerful tool which, once started from Emacs, allows both-way
communication between Emacs Lisp and Python. Pymacs aims Python as an
extension language for Emacs rather than the other way around, and this
assymetry is reflected in some design choices. Within Emacs Lisp code, one
may load and use Python modules. Python functions may themselves use Emacs
services, and handle Emacs Lisp objects kept in Emacs Lisp space.
PR: ports/85995
Submitted by: Mike Meyer <mwm@mired.org>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1157208f808e..7b369f6a0a76 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1388,6 +1388,7 @@ SUBDIR += pychecker SUBDIR += pylint SUBDIR += pyobfuscate + SUBDIR += pymacs SUBDIR += pyrex SUBDIR += pyumlgraph SUBDIR += qca |