one last word
This commit is contained in:
parent
05bc8cbc66
commit
ebb882980c
@ -1,9 +1,9 @@
|
|||||||
.row
|
.row
|
||||||
%h2.center The community's Ruby implementation
|
%h2.center A Ruby to binary experiment
|
||||||
%div
|
%div
|
||||||
%p.center
|
%p.center
|
||||||
%span
|
%span
|
||||||
Ruby implemented in 100% Ruby, for everyone.
|
Now over, results in news.
|
||||||
.row
|
.row
|
||||||
.tripple
|
.tripple
|
||||||
%h2.center What
|
%h2.center What
|
||||||
@ -83,6 +83,8 @@
|
|||||||
= succeed "." do
|
= succeed "." do
|
||||||
%b working binaries
|
%b working binaries
|
||||||
%h2.center Upcoming work
|
%h2.center Upcoming work
|
||||||
|
%p
|
||||||
|
Obviouly cancelled now (see news).
|
||||||
%p
|
%p
|
||||||
But there is still a lot of work, here are some of the next few topics
|
But there is still a lot of work, here are some of the next few topics
|
||||||
%ul
|
%ul
|
||||||
|
35
app/views/posts/2023/_01-08-moving-on.haml
Normal file
35
app/views/posts/2023/_01-08-moving-on.haml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
%p
|
||||||
|
Me and ruby are moving on . . .
|
||||||
|
|
||||||
|
%h2 Ruby 3.2 just came out
|
||||||
|
%p
|
||||||
|
And the fruits are finally showing. You don't need benchmarks to know
|
||||||
|
that ruby is getting faster and faster, it shows easily in app startup
|
||||||
|
and anything you do really. So kudos to the team, i see the shopify
|
||||||
|
people and Aaron are putting a lot of work in.
|
||||||
|
|
||||||
|
%h3 Object Shapes
|
||||||
|
%p
|
||||||
|
I was especially gratified to see that Object Shapes have been merged
|
||||||
|
into mainstream and are in the release.
|
||||||
|
%p
|
||||||
|
An Object Shape is what they call a unique memory layout of an object
|
||||||
|
and is essentially what i called a Type in the previous post. It is the key
|
||||||
|
that unlocks the chest of treasures.
|
||||||
|
%p
|
||||||
|
For startes it makes the object and it's variables and Array. I didn't
|
||||||
|
check to see how the lookup is done/avoided, but this all means it is all
|
||||||
|
just a matter of time. I many rest in peace
|
||||||
|
|
||||||
|
|
||||||
|
%h2 Retirement
|
||||||
|
%p
|
||||||
|
Not to be hasty, i mean the ruby-x domain has been retired. I moved
|
||||||
|
this to a subdomain, not because i still intend to do work, but as a
|
||||||
|
reminder. Like the photo albums we used to have.
|
||||||
|
%p
|
||||||
|
Personally i am done with this. I am glad to see the folks at ruby going the
|
||||||
|
right way, but for me this new project is taking over, so no more ruby-x.
|
||||||
|
%p
|
||||||
|
I mean that in a good way, the best possible.
|
||||||
|
Everything has just exploded into xxl, life is definately a ride :-)
|
Loading…
x
Reference in New Issue
Block a user