Disable Pike target language

Clean up to disable target languages that have been neglected/not functional.
Target language be fully deleted in SWIG 4.1 unless a new maintainer brings
it up to an acceptable status (experimental or supported).

Issue #1447
This commit is contained in:
William S Fulton 2019-02-04 19:48:25 +00:00
commit 8aa4086136
14 changed files with 9 additions and 179 deletions

12
TODO
View file

@ -275,18 +275,6 @@ Mzscheme
** Add shadow class support for the Swindle system.
Pike
----
* Decide how to handle global variables (probably using something
like the Python module's cvar). Affects Examples/pike/simple.
* Decide how to handle static class member functions and member
variables.
* Should investigate the possibility of generating .cmod files
in addition to straight C/C++ code for extensions.
Common Lisp
-----------