Language Hacking: Trying to get mspec to compile

preview_player
Показать описание

Didn't quite get there, but Natalie gained a lot of cool stuff in the process!

#c #ruby #programming #coding #compilers
Рекомендации по теме
Комментарии
Автор

For the splat, when you do `foo = [1, 2, 3]; bar = *foo;` it copies `foo` array instead of just assigning a pointer to the same array when doing `bar = foo`.

DmitriyKubyshkin