Erlang Programming/Kernel and Stdlib

      Kernel and Stdlib

      The kernel provides simple process-management services, module access, and garbage collection.

      The Stdlib includes a large number of commonly used utility functions. Packages included in STDLIB include utilities for math, regexp, printing, various data structures (array, dictionary, tree) and process management (slave, supervisor). A list of functions available in each module can be listed with

       m(Mod).
      

      where Mod is some module from list:

      array 
      base64 
      beam_lib
      c
      calendar
      dets
      dict
      digraph
      digraph_utils
      epp
      erl_eval
      erl_expand_records
      erl_id_trans
      erl_internal
      erl_lint
      erl_parse
      erl_pp
      erl_scan
      erl_tar
      ets
      file_sorter
      filelib
      filename
      gb_sets
      gb_trees
      gen_event
      gen_fsm
      gen_server
      io
      io_lib
      lib
      lists
      log_mf_h
      math
      ms_transform
      orddict
      ordsets
      pg
      pool
      proc_lib
      proplists
      qlc
      queue
      random
      regexp
      sets
      shell
      shell_default
      slave
      sofs
      string
      supervisor
      supervisor_bridge
      sys
      timer
      win32reg
      zip
      
      Last modified on 4 May 2009, at 04:25