diff --git a/swigweb/compare.ht b/swigweb/compare.ht index e1ee6b897..7d5b1ab88 100644 --- a/swigweb/compare.ht +++ b/swigweb/compare.ht @@ -1,7 +1,7 @@ -SWIG Comparison +SWIG Features

-

SWIG and the Competition

+

SWIG Features

@@ -133,10 +133,10 @@ to read the fine-print. Although other tools might offer different features than SWIG, they often have major limitations that are rarely advertised. For example, if a tool claims to "parse" C++, but fails to implement a basic feature like typedef, then that tool -doesn't implement the type system correctly. Similarly, tools often +probably doesn't implement the type system correctly. Similarly, tools often place artificial limits on fundamental things like the number of allowed arguments to a function, supported datatypes, and so forth. -Even some tools that delusionally claim to be the "leading C++ +Even some tools that claim to be the "leading C++ wrapping solution" are known to not support simple declarations involving references, pointers, and other fundamental C++ datatypes---simply because these declarations are unsafe and therefore @@ -151,7 +151,7 @@ SWIG gives you the freedom and the flexibility to handle difficult real-world wrapping problems without artificial limits and without the baggage of a programming morality agenda. -

Everything is documented

+

SWIG is documented

Since its initial release, SWIG has included hundreds of pages of user documentation. This documentation describes every SWIG feature and diff --git a/swigweb/links.ht b/swigweb/links.ht index f244bbb8d..f354deaa1 100644 --- a/swigweb/links.ht +++ b/swigweb/links.ht @@ -52,7 +52,7 @@ A wrapper generator for interfacing C++ with [incr Tcl].
f2py. An interface generator for binding Fortran and Python.
Boost Python Library. The so-called -"leading solution for language interoperability between Python and C++." Whatever.
+"leading solution for language interoperability between Python and C++."
cxxwrap. Java JNI wrapper code generator for C++.
xFunction. Java native code access library.