Computer Old Farts Forum
 help / color / mirror / Atom feed
From: Ralph Corderoy <ralph@inputplus.co.uk>
To: coff@minnie.tuhs.org
Subject: Re: [COFF] Zig
Date: Sun, 06 Feb 2022 12:32:06 +0000	[thread overview]
Message-ID: <20220206123206.12E221FE27@orac.inputplus.co.uk> (raw)
In-Reply-To: <Yf8Dn62NjiIaozmc@clarinet.employees.org>

Hi Derek,

Thanks for the Zig example.  Some months ago, I browsed the site and
then read

    In-depth Overview
        Here’s an in-depth feature overview of Zig from a
        systems-programming perspective.
    https://ziglang.org/learn/overview/

and was impressed given a background of C, assembler, and bare metal.
The language has a clarity of design in a similar way to early Perl and
Python and seems to me the best of the competitors in the Rust area,
which I dislike.

Nice features include C-library integration without FFI or bindings as
Zig is also a C compiler.

> i.e. see the below test program and its output.
...
> $ ./main

To explain for others, the verbose stack backtrace in the first run
comes from building the executable in the default ‘Debug’ build mode.
There are four modes available, listed in the above overview.

                  Runtime safety        Optimisation
    Debug         Crash with backtrace
    ReleaseSafe   Crash with backtrace  -O3
    ReleaseFast   Undefined behaviour   -O3
    ReleaseSmall  Undefined behaviour   -Os

-- 
Cheers, Ralph.
_______________________________________________
COFF mailing list
COFF@minnie.tuhs.org
https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff

  reply	other threads:[~2022-02-06 12:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <c0fd1aec-55a8-54a4-94dc-748068d9e15d@gmail.com>
     [not found] ` <202202011537.211FbYSe017204@freefriends.org>
     [not found]   ` <20220201155225.5A9541FB21@orac.inputplus.co.uk>
     [not found]     ` <202202020747.2127lTTh005669@freefriends.org>
     [not found]       ` <7C19F93B-4F21-4BB1-A064-0307D3568DB7@cfcl.com>
     [not found]         ` <1nFWmo-1Gn-00@marmaro.de>
     [not found]           ` <CAP2nic37m2aSCffgr8o_J+BkAbnrzFDUaHX9V0brd+L8+PqdPA@mail.gmail.com>
     [not found]             ` <202202040234.2142YeKN3307556@darkstar.fourwinds.com>
2022-02-04 23:18               ` [COFF] [TUHS] more about Brian... [really Rust] Dan Cross
2022-02-05 23:09                 ` [COFF] Zig (was Re: more about Brian... [really Rust]) Derek Fawcus
2022-02-06 12:32                   ` Ralph Corderoy [this message]
2022-02-06 12:49                   ` Dan Cross
2022-02-06 15:42                   ` Adam Thornton
     [not found]             ` <CALMnNGjfvtd=6qsmT6kXm3eEBM7OhhGSJ4Wbbjiv+B9P9rLafA@mail.gmail.com>
     [not found]               ` <alpine.DEB.2.21.2202040304380.28373@sd-119843.dedibox.fr>
     [not found]                 ` <CAD2gp_Rn_==vzUw80geH7ryLwmU+uiCidQVfMLn51HhZV1VHfA@mail.gmail.com>
     [not found]                   ` <e201372274da4ed9cf75bcaaf43a5d95@firemail.de>
     [not found]                     ` <1644006490.2458.78.camel@mni.thm.de>
     [not found]                       ` <20220206005609.GG3045@mcvoy.com>
     [not found]                         ` <21015c2c-2652-bbc3-dbd7-ad3c31f485a2@gmail.com>
     [not found]                           ` <CAKzdPgzSH94Xg=XYYKy6J+dWAD+ZVDzUTNE=YNRkyVRH69PJfA@mail.gmail.com>
     [not found]                             ` <CACYmRNDzrSvbwnAEAVz=REsdqSs675_pkBhi5dm5iWRCwRVo=A@mail.gmail.com>
     [not found]                               ` <CAKzdPgxQmB8ikjQwExOVnOwGDQrc-N==qzf=ZwhH7Ut-fD6pCg@mail.gmail.com>
     [not found]                                 ` <CACYmRNAKUYwVwbn+mXCAVyySV5sVEbZmN4wvQbQKXx-p+nKM=w@mail.gmail.com>
2022-02-06 14:13                                   ` [COFF] [TUHS] more about Brian Dan Cross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220206123206.12E221FE27@orac.inputplus.co.uk \
    --to=ralph@inputplus.co.uk \
    --cc=coff@minnie.tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).