From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 0G66LtFgAWKlGQAAgWs5BA (envelope-from ) for ; Mon, 07 Feb 2022 19:11:29 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id +MQCLNFgAWI+7gAA9RJhRA (envelope-from ) for ; Mon, 07 Feb 2022 19:11:29 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7ABD22B0C8 for ; Mon, 7 Feb 2022 19:11:29 +0100 (CET) Received: from localhost ([::1]:33346 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nH8U4-0002ja-JB for larch@yhetil.org; Mon, 07 Feb 2022 13:11:28 -0500 Received: from eggs.gnu.org ([209.51.188.92]:55838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nH8Te-0002gr-OZ for guix-patches@gnu.org; Mon, 07 Feb 2022 13:11:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49780) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nH8Te-00065t-Eu for guix-patches@gnu.org; Mon, 07 Feb 2022 13:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nH8Te-0005N8-Bi for guix-patches@gnu.org; Mon, 07 Feb 2022 13:11:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 13/17] gnu: Add clojure-com-cognitect-aws-api. Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Feb 2022 18:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53765 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos , 53765@debbugs.gnu.org Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.164425741020566 (code B ref 53765); Mon, 07 Feb 2022 18:11:02 +0000 Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 18:10:10 +0000 Received: from localhost ([127.0.0.1]:43674 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH8Sn-0005Ld-Of for submit@debbugs.gnu.org; Mon, 07 Feb 2022 13:10:09 -0500 Received: from mout-p-201.mailbox.org ([80.241.56.171]:42530) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nH8Sm-0005LF-At for 53765@debbugs.gnu.org; Mon, 07 Feb 2022 13:10:08 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:105:465:1:3:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4JsvLd5hsvz9sSB; Mon, 7 Feb 2022 19:10:01 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1644257399; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=F2AtKpO4zakqDDHIcFo0lzwjdje/ccTv80MSETF3GUE=; b=WXetZ0WMJzDfDcWGW5OW5uv7Fp8C8FoW1hSm78n6NXh2Y4ie7krusZ0L2+UoXBlG/oDrb6 ZZMW85Tmyj30UhBGuQPE1fdJ9nxVVAOAmT4bIyePN1gvlPgmyhDC8toI5OHURyi4vmRRkb gpNF2LFPVwr97rRe/UjwMeeV6fJXGkFY5smcVkpT2hjIoQWzEUNgfemSauTUjNrKpV7mqv 1kfWIFpRxwTDlRwrbh15qrjKqXt5xzcko0q3oFp4INS5/Eq5+OqC6mW80kuVuqYFZc7MXy 4DEYGd+40KXgggy5axf2apJj91IBoBMo2yW0ibnLZBgL6HV3h3FAfl3Fe/7ADQ== From: Reily Siegel In-Reply-To: <793f3ffc777b0023ac225c3c5a826fff3548ebbb.camel@telenet.be> References: <87y22r32hi.fsf@reilysiegel.com> <87ee4j32av.fsf@reilysiegel.com> <793f3ffc777b0023ac225c3c5a826fff3548ebbb.camel@telenet.be> Date: Mon, 07 Feb 2022 13:09:55 -0500 Message-ID: <87fsouy2do.fsf@reilysiegel.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1644257489; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=F2AtKpO4zakqDDHIcFo0lzwjdje/ccTv80MSETF3GUE=; b=jcc3cne53OjXoliyVpC5pcGPv/kLQa2utVq84ddt6DqyhT7thZ2pcjnmn3n85LDPZaPOu4 B6dV8Oi6WTbyi6vliQNv6Nu9H3aghuXcTa8Yd7OglFJXHyKesl+NLIA33ArKiUYCetL1QV a7sEggAqZAidYcsKeeWYKOkKRg+gftX+3Dggp0/DwTirmL9KUJSX05f/H5g8kaJ/WL68P0 AxmbzBrw67uS4lI7Noae+ov+zF5dT6NJZ2AyF+CopjdwgJ2nDZ5WumLk/yICuUjBlmpqK8 tzQNHVG9PKsmJ7u/maoYBFFFODbBSdDh9BxhBn2kzA+M09BalsEM0lXFl3/3EA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1644257489; a=rsa-sha256; cv=none; b=iy20jlwaF7BB8WyJ/rjpH9+x1S5QkRreMl6I5YZi9cIADQ/Q43elJfyuwRQKD+YNUmR+ur KDM29NE1CK2efrGfHPkrUOXI+bDGc2kyYyl84D7bvBaeWD3rJdPrz4LjVD9PeerXlxz3al qxHqULakiQjRcUH4DYbtZ+qYSpqiAdQn6/M1m7KVvbuQYitOuY6VYqvvpST9GESLsLW5Bq DfaI+yOZKzTLFqiss9Ab1oHtp5Ox0U4MYCLFySIobo8vooSFvi3e49APrx32yMYhu25SyM xz/ATaB+5SyLJn3eaK/MWj4SQdNFhTmuqPQ7qdCh52UqlOYLKGhEHeFacCBSAQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=reilysiegel.com header.s=MBO0001 header.b=WXetZ0WM; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.23 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=reilysiegel.com header.s=MBO0001 header.b=WXetZ0WM; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 7ABD22B0C8 X-Spam-Score: -4.23 X-Migadu-Scanner: scn0.migadu.com X-TUID: j1mjK+9ltS+9 Maxime Devos writes: > Reily Siegel schreef op do 03-02-2022 om 19:26 [-0500]: >> @code{aws-api} is an idiomatic, data-oriented Clojure >> +library for invoking AWS APIs. > I'm referring to 'idiomatic' and 'data-oriented' which is rather vague > and subjective. Data-oriented has a rather specific meaning in the Clojure community, that is that the API is declarative and operates on plain Clojure data structures, as opposed to using Macros or a class-based system. I will update the descriptions and synopses that were mentioned in other replies, and submit a new version of the patch. -- Reily Siegel