update status and link talk

This commit is contained in:
Torsten Ruger 2019-02-01 19:33:06 +02:00
parent b814811219
commit b858836eb9
3 changed files with 17 additions and 11 deletions

View File

@ -51,7 +51,7 @@ main , header , footer
width: 100%
.tripple
@include span(4)
@include gallery(4)
@media only screen and (max-width: 880px)
@include span(12)

View File

@ -20,7 +20,7 @@
= yield
%footer.container
.row.center
%p © Copyright Torsten Ruger 2013-8
%p © Copyright Torsten Ruger 2013-9
:javascript
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

View File

@ -34,18 +34,20 @@
.tripple
%h2.center Status
%p
The RubyX compiler is working, and the
The RubyX compiler is working (ie creates binaries), and the
=link_to "architecture", "/rubyx/layers.html"
has been refined over several years.
%p
While the
=ext_link "parser" , "https://github.com/whitequark/parser"
parses 100% of ruby, currently basics are implemented:
A substantial part of the ruby language has been implemented:
%ul
%li
Object oriented
=succeed "." do
=link_to "calling semantics" , "/rubyx/calling.html"
%li
Basic
=link_to "block creation" , "/blog/implicit-blocks-are-working"
and passing.
%li
Dynamic
= succeed "." do
@ -68,13 +70,13 @@
A minimal Arm and Elf implementation to create
= succeed "." do
%b working binaries
%h2.center Upcomping work
%h2.center Upcoming work
%p
Obviously there is still a lot of work, here are just the next few topics
But there is still a lot of work, here are just the next few topics
%ul
%li Benchmarks for calling and integer (ie fibo)
%li Blocks
%li Start stdlib with String
%li Dynamic Memory management
%li Benchmarks for calling and integer
%li Start stdlib with String and files
By then we may be in the foothills, but nowhere near even basecamp, let alone there.
.tripple
%h2.center Docs
@ -82,6 +84,10 @@
The short introduction is under the
=link_to "architecture" , "/rubyx/layers.html"
menu.
%p
A
= ext_link "short talk" , "/rubyx_goa_2019.pdf"
i held at rubyconf india 2019. Only pdf, while we wait for the video.
%p
To get to know the system, there is also an interpreter and a basic
=succeed "." do