app layout, index

This commit is contained in:
Torsten Ruger
2018-04-11 10:20:08 +03:00
parent c143b5bbd0
commit 599583c8f4
5 changed files with 61 additions and 88 deletions

View File

@ -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)

View File

@ -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.