Nim (programming language): Difference between revisions

Content deleted Content added
+Libraries
m link fix
Line 84:
== Libraries ==
 
A Nim program can use any [[Library (computing)|library]] which can be used in a [[C (programming language)|C]] program. There are existing [[Language binding|bindings]] for many libraries, for example [[GTK+]]2, [[Simple DirectMedia Layer|SDL]]2, [[Cairo (graphics)|Cairo]], [[OpenGL]], [[Windows API|WinAPI]], [[zlib]], [[libzip]], [[OpenSSL]] and [[cURL]].<ref name="lib">{{cite web| url=http://nim-lang.org/lib.html | title=Nim Standard Library | work=Nim documentation | accessdate=2015-04-04}}</ref> Nim works with [[PostgreSQL]], [[MySQL]] and [[SQLite]] databases. Nim can interface with the [[Lua (programming language)|Lua]] and [[Python (programming language)|Python]] interpreter. The tool c2nim helps to generate new bindings from C code.
 
== References ==