From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-xb34.google.com (mail-yb1-xb34.google.com [IPv6:2607:f8b0:4864:20::b34]) by sourceware.org (Postfix) with ESMTPS id 5E2A63858D20 for ; Fri, 4 Feb 2022 09:24:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5E2A63858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-yb1-xb34.google.com with SMTP id z62so4690483ybc.11 for ; Fri, 04 Feb 2022 01:24:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=tfDVNjfPN0b4mE+0uIHXCuKyeD0dRuMBBg8NRY/dwh4=; b=FvcYhOpZ9j/+hTmmA5PT/VGRM2mJTNQ99cdTk6wHQpXdo+QXBmK8HyVKrItNswVojE s1AdxN2roBZgNlW44tQFmOsuQTqGmAffSX5isBPlg4tJDYbUoNeKv8+fFpgNtQqB2uHV 3dwzY5AYtwcuLtwEACYAxXZPCcCU4dMzv+Je8kDpxQqnVdmRWxO/P+aKOfu2UJXCOVv7 M8X+zL6bzsJp3nvQKgLzmA6+ty7VEpE6cYuJxoVLg0UGZVnH5H6vvYaREhqh+cT9qk18 rY7XljVuJXEuhLJ/BKfHchp6V+1AYarxHSP4izZSlPPVSK3SITzYRw58Rd1xxbLIYiEu 7TSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=tfDVNjfPN0b4mE+0uIHXCuKyeD0dRuMBBg8NRY/dwh4=; b=ibhIPI9ceO9GuizniNEgYt0ENBtSj4M7uGg7p+XzAaVdvBwinF9lQ5CJkyFYwPZZAl hQ9IOZ8XBzwXsiC0nyBrgeDxLVEAiRCqkC/1ZH85R7Evlgf43TIHwECRBppOZpPfOctR 0PBpf3361z8r7dU/Rp5HEDs1WIRNQfDtvy226MlAt0cIz25PM24GA20SB0zMR6BVaGmf KL8XFpNTGb28O5vaNX53s9uwKmCREYJZ8rsgzP/zr/E0Mrndm2U1uEEQvl3koQC/xudf Bh6d568Lq0My8cStCv71EdGVF1VTXb8SR2AMg2lq2i1I1JM9AfpyHBvTecqJv7NuwlmP vmgA== X-Gm-Message-State: AOAM532PlOJqQyHgwK4Q3+iwXb9paDBhCrY5ICBAfKScgG66Kc+NJBU4 hmXo/mYDeplx35/75TmNe2KxJDkzpAaTcLlRiw4pf5nB X-Google-Smtp-Source: ABdhPJwAWa0zLgHH+KZrQsRj7RiAjoZcoTgrluozAOHO1dx/uxFacIVirWtcWAk2DfCxCrRHeBn4aGSwq033yzGA1f0= X-Received: by 2002:a81:128a:: with SMTP id 132mr1824630yws.235.1643966642671; Fri, 04 Feb 2022 01:24:02 -0800 (PST) MIME-Version: 1.0 References: <20220201212221.2ymlhw7jktoymsws@lucy.dinwoodie.org> <9f6fffbb-499e-386f-a7a7-b5f65c6723cb@SystematicSw.ab.ca> <03d672a8-4d10-b5f3-ddf5-316ec2753fe4@gmail.com> In-Reply-To: <03d672a8-4d10-b5f3-ddf5-316ec2753fe4@gmail.com> From: Jan Nijtmans Date: Fri, 4 Feb 2022 10:23:52 +0100 Message-ID: Subject: Re: Go or Rust Packages? To: cygapps Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2022 09:24:05 -0000 Op vr 4 feb. 2022 om 07:58 schreef Marco Atzeri: > As it is written in go, you need to go back to the oldest version > written in C and from them forward to the current version. There's also a "golang" frontend for gcc. Could that be used to bootstrap go? Regards, Jan Nijtmans