summaryrefslogtreecommitdiff
path: root/README.hacking
diff options
context:
space:
mode:
authorMarcus Müller <Marcus.Mueller@ettus.com>2015-06-18 11:51:58 +0200
committerMarcus Müller <Marcus.Mueller@ettus.com>2015-06-18 11:51:58 +0200
commit060afcdfd7bea70804380c6d53b42768421db993 (patch)
treec0a6b896f2be18ef7e2cbda3b880a27423092924 /README.hacking
parentb9034d561b09f2c10f85507662cfd3a3900efead (diff)
completing the half sentence about when to use C++
Diffstat (limited to 'README.hacking')
-rw-r--r--README.hacking11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.hacking b/README.hacking
index 11057c8c6..2d0a1c395 100644
--- a/README.hacking
+++ b/README.hacking
@@ -32,12 +32,11 @@ README.building-boost for instructions
* C++ and Python
-GNU Radio is a hybrid system. Some parts of the system are built
-in C++ and some of it in Python. In general, prefer Python to C++ for
-its simplicity; for performance-critical and system-related
-functionality. Signal processing primitives are still built in C++ for
-performance; the Vector-Optimized Library of Kernels (VOLK) is directly
-accessible from C++.
+GNU Radio is a hybrid system. Some parts of the system are built in C++ and
+some of it in Python. In general, prefer Python to C++ for its simplicity; for
+performance-critical and system-related functionality use C++. Signal
+processing primitives are still built in C++ for performance; the
+Vector-Optimized Library of Kernels (VOLK) is directly accessible from C++.
* C++ namespaces