Changes between Version 30 and Version 31 of Sysel


Ignore:
Timestamp:
2010-05-28T14:45:44Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Add some reading material

Legend:

Unmodified
Added
Removed
Modified
  • Sysel

    v30 v31  
    33An effort to design a high-level programming language for writing HelenOS severs and applications.
    44
    5 == Links ==
     5== Quick Links ==
    66
    77 * [https://launchpad.net/sysel Sysel project at launchpad]
     
    6262
    6363NNPS will be bootstrapped using SBI. That is by running SBI(NNPS(NNPS)) we will obtain a binary version of NNPS. This process will presumably require 'significant' computing resources since SBI is rather slow and consumes a lot of memory. Once compiled to binary form, NNPS should be much more modest.
     64
     65== Other Links ==
     66
     67Interesting reading material:
     68
     69 * [http://www.eecs.umich.edu/~bchandra/publications/popl03.pdf Ownership Types for Object Encapsulation]
     70 * [http://erights.org/elang/concurrency/introducer.html Remote objects in E]
     71 * [http://portal.acm.org/citation.cfm?id=833174 Iterators and Encapsulation]