| 355 | = String libraries = |
| 356 | == Compiled languages string library == |
| 357 | === C === |
| 358 | * [http://stackoverflow.com/questions/4688041/good-c-string-library Good C string library] |
| 359 | * [https://github.com/antirez/sds antirez/sds] Simple Dynamic Strings |
| 360 | === C++ === |
| 361 | * [http://stackoverflow.com/questions/1101599/good-c-string-manipulation-library Good C++ string manipulation library] |
| 362 | * [http://stackoverflow.com/questions/10009104/using-string-library-in-c Using string library in C++] |
| 363 | * [http://stackoverflow.com/questions/10392858/how-string-library-works-in-c How string library works in C++?] |
| 364 | * [http://stackoverflow.com/questions/2548075/c-string-template-library C++ string template library] |
| 365 | === D (Dlang) === |
| 366 | * [https://dlang.org/library/std/string.html Module std.string] |
| 367 | * [http://dlang.org/phobos/std_string.html std.string] |
| 368 | * [http://www.digitalmars.com/d/1.0/cppstrings.html D Strings vs C++ Strings] |
| 369 | * [https://www.tutorialspoint.com/d_programming/d_programming_strings.htm D - Strings] |
| 370 | * [http://ddili.org/ders/d.en/strings.html Strings] |
| 371 | === Golang === |
| 372 | ... |
| 373 | === Cython === |
| 374 | * [http://cython.readthedocs.io/en/latest/src/tutorial/strings.html Strings] |
| 375 | === Using a lib from an interpreted language... === |
| 376 | lualib, perl6lib, jimlib, pythonlib (maybe slow to start) |
| 377 | == Interpreted languages string library == |
| 378 | === Lua === |
| 379 | * [http://lua-users.org/wiki/StringLibraryTutorial String Library Tutorial] |
| 380 | * [https://www.lua.org/pil/20.html 20 – The String Library] |
| 381 | === Perl 6 === |
| 382 | ... |
| 383 | === Jim Tcl === |
| 384 | ==== Intro ==== |
| 385 | * [http://wiki.tcl.tk/13693 Jim Tcl] |
| 386 | * [http://wiki.tcl.tk/13925 Jim Extensions] |
| 387 | * [http://wiki.tcl.tk/41351 Category Jim Package] |
| 388 | * [http://jim.tcl.tk/index.html/doc/www/www/index.html The Jim Interpreter] [http://jim.tcl.tk/index.html/doc/www/www/news/ news] [http://jim.tcl.tk/index.html/doc/www/www/documentation/ documentation] [http://jim.tcl.tk/fossil/doc/trunk/Tcl_shipped.html#_string string] |
| 389 | * https://github.com/msteveb/jimtcl [DebianPackage:jimsh] |
| 390 | * [Jim_Tcl site:rosettacode.org Rosetta Code] |
| 391 | * [http://www.invece.org/tclwise/ tclwise] Tcl intro [http://www.invece.org/tclwise/strings.html Strings] |
| 392 | ==== Web ==== |
| 393 | * [https://rosettacode.org/wiki/Hello_world/Web_server#Jim_Tcl Web server (Rosetta)] |
| 394 | * [https://github.com/dbohdan/jimhttp dbohdan/jimhttp] |