forth.rst
changeset 1905 fba288d59662
child 1912 8b81a8f0f692
equal deleted inserted replaced
1904:78357d58b7ab 1905:fba288d59662
       
     1 .. -*- coding: utf-8; -*-
       
     2 .. include:: HEADER.rst
       
     3 
       
     4 ============================
       
     5  Forth programming language
       
     6 ============================
       
     7 .. contents::
       
     8    :local:
       
     9 
       
    10 Forth Foundation Library (FFL)
       
    11 ==============================
       
    12 
       
    13 Data types     Collections        Hash & RNG       Interfaces       Development    Compound
       
    14 Bit Array      Array              CRC-32           Interval Timer   ANS Structures Text Input Stream
       
    15 Character      Single Linked List MD-5             Argument Parser  Escaped String Text Output Stream
       
    16 Dynamic String Double Linked List SHA-1            Gettexts mo-file Enumeration    Regular Expressions
       
    17 Character Set  Hash Table         SHA-256          XML/HTML Parser  String Table   XML-DOM
       
    18 Date Time      Binary Tree        Mersenne Twister XML/HTML Writer  Unit Test      DateTime Output Stream
       
    19 Complex Number AVL Tree           Distributed      Message Catalog
       
    20 Fraction       N-Tree
       
    21 
       
    22 See:
       
    23 
       
    24   http://ffl.dvoudheusden.net/index.html
       
    25 
       
    26 List of Forth systems
       
    27 =====================
       
    28 
       
    29   http://freshmeat.net/projects/4th
       
    30