Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
api [2016/06/17 05:12]
payonel [Standard Libraries]
api [2016/06/17 05:14]
payonel [Custom Libraries]
Line 35: Line 35:
 - [[api:​fileSystem|FileSystem]]:​ abstracted interaction with file system components. - [[api:​fileSystem|FileSystem]]:​ abstracted interaction with file system components.
 - [[api:​internet|Internet]]:​ a wrapper for Internet Card functionality. - [[api:​internet|Internet]]:​ a wrapper for Internet Card functionality.
-- [[api:io|IO]]: processing input and output of processes, based on the standard Lua library+- [[api:non-standard-lua-libs#​input_and_output_facilities|IO]]: processing input and output of processes, based on the standard Lua library
 - [[api:​keyboard|Keyboard]]:​ a table of key codes by name and pressed key tracking. - [[api:​keyboard|Keyboard]]:​ a table of key codes by name and pressed key tracking.
 - [[api:​note|Note]]:​ converts music notes between their real name, their MIDI code and their frequency - [[api:​note|Note]]:​ converts music notes between their real name, their MIDI code and their frequency
-- [[api:os|OS]]: general operating system api, based on the standard Lua library+- [[api:non-standard-lua-libs#​operating_system_facilities|OS]]: general operating system api, based on the standard Lua library
 - [[api:​package|Package]]:​ provides cached libraries and special loading. - [[api:​package|Package]]:​ provides cached libraries and special loading.
 - [[api:​process|Process]]:​ keeps track of running programs and their environments. - [[api:​process|Process]]:​ keeps track of running programs and their environments.