From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 7070C2F9CA for ; Wed, 23 Oct 2024 19:50:54 +0200 (CEST) Received: from mail-lf1-f43.google.com ([209.85.167.43]) by 9front; Wed Oct 23 13:49:13 -0400 2024 Received: by mail-lf1-f43.google.com with SMTP id 2adb3069b0e04-53a0c160b94so39238e87.2 for <9front@9front.org>; Wed, 23 Oct 2024 10:49:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1729705749; x=1730310549; darn=9front.org; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=eBfeFMdDVNS5KFJXd1YTouYlzdJtF4nNOX24vG5UO18=; b=MXiNsNb1nfUxKQXOrM9R3kFSdey7X8/FVsAElObeY+R89dMf0S4peTNGXTsP8XttKQ 3mgJARNfEy11hsKGblJgUYezFljaULledUadrd3jBvtR0rwMDFPzO1B/8iHrA/piCyaJ qVESxHCYcxdT84FylTjIZVw1Wul4lINZbDLPxlr1dmpkvHvtaTvuevS6JUP+sQwqhoYo YfF94yRRW3ZF3n9se3RBljvCTqFiLy9tqMS0XKzlhNtsv0l1IxK10t/Yo7Op+jU28ZAJ hRCZDxt3lJkkFh+106YGOnNV6pm9BT1C5vgvLNoYcEtxUf1W4xHtE8HPQ6jasjPpjIL8 hZmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729705749; x=1730310549; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=eBfeFMdDVNS5KFJXd1YTouYlzdJtF4nNOX24vG5UO18=; b=Zxuw1+8yfhI6NRFXxYY/jWlP3ERuX6SFpjbVI/i2LempBhzquB4uCtm2saZ1bfUuKi ttK6sZ/hgXZycP4Iem2dgkd56G2Ys52wTWww08WN0SHQTvDh00Rbq+gg3ntucLJ/fvwH iGoPrXNPyny4Y+pUPw+rVJjmF6EKiHYd/xGU0xf/o3SlaxgWzkgSSCg0apWAVz1vgVUl G2rbnYnivC4YBDkW1WMRFg1eanvz2P0UpoRJajmI+EG1NAuTAJSNITr9h9YAtdoqeKaf NCXrz4tcKDe1/JylxUscf31M+vgaJ7NvMJd4FwM/xc7xRvopr54I3/xe12PtZmguxh2q +OtQ== X-Gm-Message-State: AOJu0YyzgKPAQQOBdqjwi2E9tlmz3KLfv6JDar6DZN6ucxmhHlLrvZgX aDkjsw6aQTWmUfQ/jB0upnaieMBOGR9K3c1JZgB4/g+mPERoV1w8b0KMEKaTs26eBYoq0bX39Gf VZriQmViaflnLeSXg7DeTq0cteahsDcEU X-Google-Smtp-Source: AGHT+IG21//XqpJnhNqEB9DvlrXQDlu/soGDWHlzpPf6lAAoqixocTPLg0HYYf31y/w4fSUfFwbBPhwPvUfvzms3g3A= X-Received: by 2002:a05:6512:224e:b0:535:6942:29ea with SMTP id 2adb3069b0e04-53b1a2f1ef6mr2324575e87.11.1729705748790; Wed, 23 Oct 2024 10:49:08 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: adventures in9 Date: Wed, 23 Oct 2024 10:48:57 -0700 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: content-driven map/reduce standard dependency optimizer Subject: Re: [9front] Tips or guides to start programming on 9front? Reply-To: 9front@9front.org Precedence: bulk This book is a solid intro to programming in a Plan 9 environment. http://doc.cat-v.org/plan_9/9.intro.pdf Covers some basic system libraries, how the compilers and linkers work, touches on using acid for debugging, and a little graphical stuff. Besides the man pages and the papers in /sys/doc, the source code itself is really good. On Wed, Oct 23, 2024 at 10:35=E2=80=AFAM Noam Preil wr= ote: > > I'd say, start by reading the system documentation / papers, the intro > manpages, and figuring out what you want to work on, and then go from > there. > > Basically, "just do it," but... figure out what you want to do, then > what you need to know to do that, then ask specific questions here or in > the grid or in #cat-v, and experiment and play around :) > > - Noam Preil