From nobody Tue Aug 01 03:19:17 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RFL245syYz4pkgf for ; Tue, 1 Aug 2023 03:19:34 +0000 (UTC) (envelope-from little.analyst892@aceecat.org) Received: from beesty.loosely.org (beesty.loosely.org [IPv6:2600:3c01:e000:4c0::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RFL1v0nyRz4Df4 for ; Tue, 1 Aug 2023 03:19:30 +0000 (UTC) (envelope-from little.analyst892@aceecat.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=aceecat.org header.s=rsa header.b=iX5scrcF; spf=pass (mx1.freebsd.org: domain of little.analyst892@aceecat.org designates 2600:3c01:e000:4c0::2 as permitted sender) smtp.mailfrom=little.analyst892@aceecat.org; dmarc=none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=aceecat.org ; s=rsa; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=7ziGCOFWOqWvKwcA9zQfGPpKp4YnY5yXxLq57xnjn0k=; b=iX5scrcFqjQgKLg7p6o12NOZUA vF9uo25hZhg0Df/92acMuGuKFgxP9mvHqOiAH6XSRBAiPkFlTZ+nLBP0JTPC6kq1tveJH3uGMrXB7 EMuhnkocVJwQkrnH4FO7liEBSMBKRgx2fEeEDZYoeO3YMoEwEsga2hY7qjIUaWkhV60GIjQFR+/XL XT4u8zxd7NzTjivsKY6aJafMGFmifD4to2GJ5JjG+WRITHkF+3QvEFcm+pUa7CeGRTvEGCjqc3bTE ppg/ZtiEn8m/3M7ZAyccLbweB6d29PFGrSZWsWFvlq+Jz4D5uCU1rS6LIWKRbluYId8Pcm5QJwFt2 E2um1fvg==; Received: from [::1] (helo=beesty ident=itz) by beesty.loosely.org with esmtp (Exim 4.96-10-042a28abf) (envelope-from ) id 1qQfus-0001WC-1F for questions@freebsd.org; Mon, 31 Jul 2023 20:19:22 -0700 Date: Mon, 31 Jul 2023 20:19:17 -0700 From: little.analyst892@aceecat.org To: questions@freebsd.org Subject: OT: Raku [Was: sympa mailing list manager] Message-ID: Mail-Followup-To: questions@freebsd.org References: List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Result: default: False [-3.00 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; MID_RHS_NOT_FQDN(0.50)[]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[aceecat.org:s=rsa]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:63949, ipnet:2600:3c01::/32, country:SG]; FROM_NO_DN(0.00)[]; MLMMJ_DEST(0.00)[questions@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[aceecat.org:+]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[aceecat.org]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4RFL1v0nyRz4Df4 X-Spamd-Bar: -- Tom: > In return, I offer you a great language in place of Python: Raku > (formerly Perl 6). I think you will like it, and I think it is much > easier for new coders to learn. Check it out here: > . Lazy (and OT) question: how does Raku deal with the challenge of managing module dependencies, and in particular native code dependencies -- which in Python led to the slowly developing horror story of setuptools / pip / venv / poetry / conda / ... ? -- Ian