From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 31206 invoked from network); 28 Jun 2023 07:42:35 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 28 Jun 2023 07:42:35 -0000 Received: from out-4.mta1.migadu.com ([95.215.58.4]) by 9front; Wed Jun 28 03:40:42 -0400 2023 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pixelhero.dev; s=key1; t=1687928777; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CJpp92/u6z8Zq4LVN+IU+5oTk3bdtn7vW9UZ5PClaFA=; b=Ki8IXxliFbhUm2GjWRKB26HowSzCAkwoCsbhazvSy76Eg1yzOIMC0Zq3vg1gxxcUyTwfd8 HfLn6fsSDjLVcBvb9GZcPfvRLaIAo+X9rFhDU2dQzEmJ0JTSDrMbuy9MZtAgwTVB2PWBdE wbOLSIF6I+8pAZFV6dOH2CxhkCNldEJCz946DvwvSeLOyGZEArOMyLtHvyp3srlx1WFfQw 6zXtphmzdpq3FuK4Q9HGkObxRvaySZNwhvEEVBSV3Yc3+pbnh44gaf72MHA0dXTnmYqKHT yEY9YO5AyLHKbZohW+ZoLhbmp/iTws3z7aPk3a1QExu/8TbOJCiZG31sN76F0g== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 28 Jun 2023 01:06:16 -0400 Message-Id: X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Noam Preil" To: <9front@9front.org> References: <5AE61BE6BDF465DE96BF0C6BEF9C022B@wopr.sciops.net> In-Reply-To: X-Migadu-Flow: FLOW_OUT List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: encrypted anonymous standard CMS GPU-oriented frontend Subject: Re: [9front] Re: cc: support binary constants and refactor Reply-To: 9front@9front.org Precedence: bulk I third this. I don't find myself reaching for them often, but it's sometimes nice when e.g. working on an emulator to be able to specify bitflags as a binary string instead of hex; it makes it easier to decode what the heck the flags are actually being set to, for instance! It breaks nothing, is standardized, eases porting, and is occasionally useful; why not add it?