Changes between Version 30 and Version 31 of Sysel
- Timestamp:
- 2010-05-28T14:45:44Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sysel
v30 v31 3 3 An effort to design a high-level programming language for writing HelenOS severs and applications. 4 4 5 == Links ==5 == Quick Links == 6 6 7 7 * [https://launchpad.net/sysel Sysel project at launchpad] … … 62 62 63 63 NNPS 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 67 Interesting 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]