Carp/docs/Libraries.md

32 lines
897 B
Markdown
Raw Normal View History

2017-12-15 21:59:26 +03:00
## Core Modules
2017-06-26 12:45:18 +03:00
2017-06-26 17:24:11 +03:00
### Numerics
* [Int](../core/Int.carp)
2017-12-15 17:39:38 +03:00
* [Long](../core/Long.carp)
* [Bool](../core/Bool.carp)
2017-06-26 17:24:11 +03:00
* [Float](../core/Float.carp)
* [Double](../core/Double.carp)
2017-10-26 12:40:57 +03:00
* [Vector](../core/Vector.carp)
2017-12-15 17:39:38 +03:00
* [Geometry](../core/Geometry.carp)
2017-06-26 17:23:01 +03:00
2017-06-26 17:24:11 +03:00
### Text
* [String](../core/String.carp)
* [Char](../core/Char.carp)
2017-06-26 17:23:01 +03:00
2017-06-26 17:24:11 +03:00
### Collections
* [Array](../core/Array.carp)
2017-06-26 17:23:01 +03:00
2017-06-26 17:24:11 +03:00
### Misc
* [IO](../core/IO.carp)
* [System](../core/System.carp)
2017-10-18 01:53:19 +03:00
* [SDL](../core/sdl.carp)
2017-06-26 17:24:11 +03:00
* [Macros](../core/Macros.carp)
2017-10-26 12:40:57 +03:00
* [Test](../core/Test.carp)
2017-12-15 17:39:38 +03:00
* [Statistics](../core/Statistics.carp)
2017-12-15 21:58:02 +03:00
* [Dynamic](../core/Dynamic.carp) (Functions used in the REPL / at compile time.)
2017-12-15 21:59:26 +03:00
## External Libraries
2017-12-15 21:58:02 +03:00
* [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)