app layout, index
This commit is contained in:
@ -33,11 +33,14 @@
|
||||
An Object model of
|
||||
= succeed "," do
|
||||
%a{:href => "/typed/parfait.html"} classes, types
|
||||
methods and basic types.
|
||||
%li Methods for every type (may be several per class)
|
||||
%p
|
||||
The lower level, strongly typed layer is
|
||||
= succeed "." do
|
||||
%a{:href => "/typed/typed.html"} finished
|
||||
While it has well known typed language data semantics,
|
||||
it introduces several new concept:
|
||||
%ul
|
||||
%li Object based memory (no global memory)
|
||||
%li Object oriented calling semantics (not stack based)
|
||||
|
@ -1,9 +1,6 @@
|
||||
%hr/
|
||||
%p
|
||||
layout: rubyx
|
||||
title: RubyX architectural layers
|
||||
—
|
||||
%h2#main-layers Main Layers
|
||||
- title = "RubyX architectural layers"
|
||||
|
||||
%h1#main-layers Main Layers
|
||||
%p
|
||||
To implement an object system to execute object oriented languages takes a large system.
|
||||
The parts or abstraction layers are detailed below.
|
||||
|
Reference in New Issue
Block a user