From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x234.google.com (mail-lj1-x234.google.com [IPv6:2a00:1450:4864:20::234]) by sourceware.org (Postfix) with ESMTPS id 70EAF3861828 for ; Fri, 5 Feb 2021 16:23:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 70EAF3861828 Received: by mail-lj1-x234.google.com with SMTP id f19so8424643ljn.5 for ; Fri, 05 Feb 2021 08:23:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=AI/RWpzI8BolQWeorbpH5QvuzCiHEbuFU0rp1A5LtQg=; b=X4XIiiwnAioqYZwTwdups00eJUouGekOiWYjnPTPGzODFQGmHnxH7IMOiyiLcalRI9 JfI/CpK6ubFmpfwApbVQTBjPSPszItrXobAEGqDgQsfh6GvzTo+dNgHd7VuZaxvVrmVG xB/tYtZpZlC6U496RBr0VUpQY4g/uv1NxfZ+palCBK36WBrxrLcYM5GeFQvHfKxqhghB MdNfgWlwp7akJxQOjCUsL0f/yf9u6rWG1wk6xamfJxgNXpL7CfGL/NPQOzU2/KKh/QT8 0kIA8atWDIZWHH0jw+Rf/sIM6EGgeHGkTw0bimOQVGLXkofFtgjALqWSRLrZcmAfv8Gd haJg== X-Gm-Message-State: AOAM5320LwlqYgOCL/dZmOJZElAO4tAaG+qVb31OqPvpIdJt8av9XvIS PRRiKoMxQiGYpMNw74lQh7AlVzeYswoRFEu98N3vI90j4Q2loA== X-Google-Smtp-Source: ABdhPJxKCnc4qqx50s3FAtfb7GdpBtYoV4zu4md1xgldPA/6U7yNdBr/TrlYuGPGFNhJpyuB5jllHhGBiMf2xcVkkUg= X-Received: by 2002:a2e:9d87:: with SMTP id c7mr3194559ljj.80.1612542179001; Fri, 05 Feb 2021 08:22:59 -0800 (PST) MIME-Version: 1.0 From: Arvydas Silanskas Date: Fri, 5 Feb 2021 18:22:48 +0200 Message-ID: Subject: SRFI inclusion To: kawa mailing list X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: kawa@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Kawa mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2021 16:23:01 -0000 Good evening, What is the process of deciding upon & including SRFIs in kawa? May I have a go at implementing library-like SRFIs 27, 145, 158, 180, 189 and making merge requests without a fear of objections about the choice of SRFI itself (naturally objections over quality of implementation itself is another deal)? Best regards Arvydas