Войти в систему

Home
    - Создать дневник
    - Написать в дневник
       - Подробный режим

LJ.Rossia.org
    - Новости сайта
    - Общие настройки
    - Sitemap
    - Оплата
    - ljr-fif

Редактировать...
    - Настройки
    - Список друзей
    - Дневник
    - Картинки
    - Пароль
    - Вид дневника

Сообщества

Настроить S2

Помощь
    - Забыли пароль?
    - FAQ
    - Тех. поддержка



Пишет nancygold ([info]nancygold)
@ 2022-12-05 22:43:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Настроение: amused
Entry tags:gamedev

Auto-Closures
https://www.reddit.com/r/symta/comments/zdmll8/a_scripting_language_which_doesnt_support_command/

Dunno if I'm the first who came up with auto-closures.
Perl 6 has something similar, but the mechanism it uses isn't really closure based:
https://docs.raku.org/language/variables#The_$_variable

It is more of a hack and its semantics and purpose are totally different.
Perl 6 isn't even lexically scoped, so it uses tricks and magic instead.
Still Perl 6 is orders of magnitude more useful than Python.