update status and link talk
This commit is contained in:
parent
b814811219
commit
b858836eb9
@ -51,7 +51,7 @@ main , header , footer
|
|||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
.tripple
|
.tripple
|
||||||
@include span(4)
|
@include gallery(4)
|
||||||
@media only screen and (max-width: 880px)
|
@media only screen and (max-width: 880px)
|
||||||
@include span(12)
|
@include span(12)
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
= yield
|
= yield
|
||||||
%footer.container
|
%footer.container
|
||||||
.row.center
|
.row.center
|
||||||
%p © Copyright Torsten Ruger 2013-8
|
%p © Copyright Torsten Ruger 2013-9
|
||||||
:javascript
|
:javascript
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(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),
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
|
@ -34,18 +34,20 @@
|
|||||||
.tripple
|
.tripple
|
||||||
%h2.center Status
|
%h2.center Status
|
||||||
%p
|
%p
|
||||||
The RubyX compiler is working, and the
|
The RubyX compiler is working (ie creates binaries), and the
|
||||||
=link_to "architecture", "/rubyx/layers.html"
|
=link_to "architecture", "/rubyx/layers.html"
|
||||||
has been refined over several years.
|
has been refined over several years.
|
||||||
%p
|
%p
|
||||||
While the
|
A substantial part of the ruby language has been implemented:
|
||||||
=ext_link "parser" , "https://github.com/whitequark/parser"
|
|
||||||
parses 100% of ruby, currently basics are implemented:
|
|
||||||
%ul
|
%ul
|
||||||
%li
|
%li
|
||||||
Object oriented
|
Object oriented
|
||||||
=succeed "." do
|
=succeed "." do
|
||||||
=link_to "calling semantics" , "/rubyx/calling.html"
|
=link_to "calling semantics" , "/rubyx/calling.html"
|
||||||
|
%li
|
||||||
|
Basic
|
||||||
|
=link_to "block creation" , "/blog/implicit-blocks-are-working"
|
||||||
|
and passing.
|
||||||
%li
|
%li
|
||||||
Dynamic
|
Dynamic
|
||||||
= succeed "." do
|
= succeed "." do
|
||||||
@ -68,13 +70,13 @@
|
|||||||
A minimal Arm and Elf implementation to create
|
A minimal Arm and Elf implementation to create
|
||||||
= succeed "." do
|
= succeed "." do
|
||||||
%b working binaries
|
%b working binaries
|
||||||
%h2.center Upcomping work
|
%h2.center Upcoming work
|
||||||
%p
|
%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
|
%ul
|
||||||
%li Benchmarks for calling and integer (ie fibo)
|
%li Dynamic Memory management
|
||||||
%li Blocks
|
%li Benchmarks for calling and integer
|
||||||
%li Start stdlib with String
|
%li Start stdlib with String and files
|
||||||
By then we may be in the foothills, but nowhere near even basecamp, let alone there.
|
By then we may be in the foothills, but nowhere near even basecamp, let alone there.
|
||||||
.tripple
|
.tripple
|
||||||
%h2.center Docs
|
%h2.center Docs
|
||||||
@ -82,6 +84,10 @@
|
|||||||
The short introduction is under the
|
The short introduction is under the
|
||||||
=link_to "architecture" , "/rubyx/layers.html"
|
=link_to "architecture" , "/rubyx/layers.html"
|
||||||
menu.
|
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
|
%p
|
||||||
To get to know the system, there is also an interpreter and a basic
|
To get to know the system, there is also an interpreter and a basic
|
||||||
=succeed "." do
|
=succeed "." do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user