Skip to content

Commit 5d33eb2

Browse files
Update README.md
1 parent ecefd33 commit 5d33eb2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@ Connective C++ is an open source project providing tasty libraries and code for
1616

1717
There is a need for easy-to-use, efficient, modern, asynchronous C++ libraries for connecting processes and devices.
1818

19-
#### Why C++?
19+
#### Really?
2020

21-
For applications running on servers or workstations, there are many choices in languages and frameworks and environments. However, for smaller devices or mobile environments, efficiency and determinism and small environment footprints often rule out languages other than C or C++. In particular, an interpreted environment (e.g. with Python) or a virtual machine (e.g. JVM for Java) is often not possible, or is too resource intensive.
21+
Yes.
2222

23-
Connective C++ provides libraries with high abstractions for general purpose networking.
23+
There is specially a need for libraries with nice abstractions for common networking needs.
2424

2525
Historically the useful and tasty abstractions have not been present in C++, or the abstractions did not provide scalability or flexibility. Connective C++ fills that need.
2626

27+
#### Why C++?
28+
29+
For applications running on servers or workstations, there are many choices in languages and frameworks and environments. However, for smaller devices or mobile environments, efficiency and determinism and small environment footprints often rule out languages other than C or C++. In particular, an interpreted environment (e.g. with Python) or a virtual machine (e.g. JVM for Java) is often not possible, or is too resource intensive.
30+
2731
## People
2832

2933
Principal Author is [Cliff Green](https://github.com/cliffg-softwarelibre).

0 commit comments

Comments
 (0)