fix rename
This commit is contained in:
@ -8,7 +8,7 @@ function.
|
||||
A normal ruby function is one that is parsed and transformed to code. But not all functionality can be written in ruby,
|
||||
one of those chicken and egg things. C uses Assembler in this situation, we use Kernel function.
|
||||
|
||||
Slightly more here : http://ruby-in-ruby.github.io/2014/06/10/more-clarity.html
|
||||
Slightly more here : http://crystal-vm.github.io/2014/06/10/more-clarity.html
|
||||
|
||||
The Kernal module is scattered into several files, but that is just so the file doesn't get too long.
|
||||
|
||||
|
@ -4,4 +4,4 @@ Here we have a placeholder for things i am currently developing.
|
||||
|
||||
Basically Parfait is the smallest amount of code needed to make a ruby-like OO system work.
|
||||
|
||||
A work in progress that started from here : http://ruby-in-ruby.github.io/2014/06/10/more-clarity.html
|
||||
A work in progress that started from here : http://crystal-vm.github.io/2014/06/10/more-clarity.html
|
||||
|
Reference in New Issue
Block a user