home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / pd6.lzh / SRC / RELEASES < prev   
Text File  |  1989-12-21  |  3KB  |  72 lines

  1. THREADED INTERPRETIVE LANGUAGE ENVIRONMENT (TILE) RELEASE PLAN
  2.  
  3. December 14, 1989
  4.  
  5. Mikael R.K. Patel
  6. Computer Aided Design Laboratory (CADLAB)
  7. Department of Computer and Information Science
  8. Linkoping University
  9. S-581 83 LINKOPING
  10. SWEDEN
  11. Email: mip@ida.liu.se
  12.  
  13.  
  14. RELEASE 1, December 1989
  15.  
  16. C LEVEL CODE
  17.        forth                           forth application
  18.        kernel                          c-based kernel
  19.        memory                          memory management functions
  20.        string                          string manipulation
  21.        queues                          double linked
  22.        multi-tasking                   basic multi-tasking primitives
  23.        exceptions                      error handling
  24.        locals                          argument binding and local variables
  25.  
  26. FORTH LEVEL CODE
  27.        forth                           internal structures
  28.        bitfields                       bit field access functions
  29.        structures                      data structures
  30.        enumerates                      enumerate variables
  31.        ranges                          intervals
  32.        queues                          double linked lists
  33.        multi-tasking                   high level multi-tasking definitions
  34.        blocks                          code blocks
  35.        macros                          macro code definitions
  36.        debugger                        basic debugger; trace, break and profile
  37.  
  38.  
  39. RELEASE 2, February-March 1990
  40.  
  41. C LEVEL CODE
  42.        float                           floating point numbers
  43.        double                          double size number primitives
  44.  
  45. FORTH LEVEL CODE
  46.        *double                         double size numbers
  47.        *vectors                        vectors
  48.        *stacks                         lifo stacks
  49.        *buffers                        cyclic buffers
  50.        *linked-lists                   single linked lists
  51.        *bitsets                        fast bit represented sets
  52.        strings                         high level string functions
  53.        trees                           tree data structures
  54.        sets                            symbol sets
  55.        
  56.  
  57. RELEASE 3, May-June 1990
  58.  
  59. C LEVEL CODE
  60.        device                          device functions
  61.        io                              generic input-output
  62.        objects                         primitives supporting of late binding
  63.  
  64. FORTH LEVEL CODE
  65.        *relations                      association model
  66.        *prototypes                     prototype based object orientation
  67.        *objects                        class and instance model
  68.        *forthtalk                      basic classes for OOP in Forth
  69.  
  70. */ available December 1989 but not fully documented and tested.
  71.  
  72.