Пакет zuo: Информация

    Бинарный пакет: zuo
    Версия: 1.0.racket8.8-alt1
    Архитектура: e2kv5
    Собран:  8 апреля 2023 г. 2:57
    Исходный пакет: zuo
    Сообщить об ошибке в пакете
    Домашняя страница: https://racket-lang.org/

    Лицензия: Apache-2.0MIT
    О пакете: A tiny Racket for scripting
    Описание: 
    Zuo: A Tiny Racket for Scripting
    
    You should use Racket to write scripts. But what if you need something
    much smaller than Racket for some reason - or what if you're trying to
    script a build of Racket itself? Zuo is a tiny Racket with primitives
    for dealing with files and running processes, and it comes with a
    make-like embedded DSL.
    
    Zuo is a Racket variant in the sense that program files start with
    \#lang, and the module path after #lang determines the parsing and
    expansion of the file content. That's how the make-like DSL is defined,
    and even the base Zuo language is defined by layers of #langs. One of
    the early layers implements macros.

    Сопровождающий: Anton Zhukharev

    Список участников:
    Anton Zhukharev

    Последнее изменение


    12 марта 2023 г. Anton Zhukharev 1.0.racket8.8-alt1
    - Updated to Racket v8.8.
    7 октября 2022 г. Anton Zhukharev 1.0-alt3.gitd12bbec6
    - enable check
    6 октября 2022 г. Anton Zhukharev 1.0-alt2.gitd12bbec6
    - add %autoreconf