Change of terminology.

This commit is contained in:
Erik Svedäng 2017-12-15 19:59:26 +01:00
parent 5e9a4cdff8
commit a7753a482e

View File

@ -1,4 +1,4 @@
## Core Libraries
## Core Modules
### Numerics
* [Int](../core/Int.carp)
@ -25,7 +25,7 @@
* [Statistics](../core/Statistics.carp)
* [Dynamic](../core/Dynamic.carp) (Functions used in the REPL / at compile time.)
## External
## External Libraries
* [Stdint](https://github.com/hellerve/stdint) (A wrapper around the types defined in stdint.h)
* [Socket](https://github.com/hellerve/socket) (A wrapper around C sockets)
* [Physics](https://github.com/hellerve/physics) (A port of phys.js)