From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.user Subject: Re: Curiosity: Microkernel implemented in Guile ? Date: Thu, 23 Jun 2022 09:34:25 +0200 Message-ID: <1614daa41ab3566163045f571a4ca007cd8bc417.camel@telenet.be> References: <20220623081120.091b84b7.matias_jose_seco@autoproduzioni.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-Rqr24gobKPUEpbmV1+HW" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29036"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.38.3-1 To: Matias Jose Seco Baccanelli , guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Jun 23 09:35:25 2022 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o4HN7-0007Ml-Ht for guile-user@m.gmane-mx.org; Thu, 23 Jun 2022 09:35:25 +0200 Original-Received: from localhost ([::1]:53648 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4HN6-0002mw-9t for guile-user@m.gmane-mx.org; Thu, 23 Jun 2022 03:35:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51366) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4HMO-0002m3-Em for guile-user@gnu.org; Thu, 23 Jun 2022 03:34:40 -0400 Original-Received: from xavier.telenet-ops.be ([2a02:1800:120:4::f00:14]:52024) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o4HML-00042u-Sr for guile-user@gnu.org; Thu, 23 Jun 2022 03:34:40 -0400 Original-Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by xavier.telenet-ops.be with bizsmtp id mXaY2700E4UW6Th01XaYV3; Thu, 23 Jun 2022 09:34:33 +0200 In-Reply-To: <20220623081120.091b84b7.matias_jose_seco@autoproduzioni.net> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1655969673; bh=hn76GTOnSdo3srauqK5rchMr8fXnBdyNa5uceaK6imI=; h=Subject:From:To:Date:In-Reply-To:References; b=n88k5YO45pm3AsgRb02awIoRRboNaNIcOKhOy+e0+sMyJGcZOD2U+dVieOHv4Ig/x 4PgCD2PoQUF1HjcCyTMwYB3UdX9UtLaQLXSAUBABl1/ppB2k7ekNCbkbliMWqEywKF gWMbeezxK5a+UJV4UltkAmILtt6c4S8M08u2yt2dtFAvfqZQLnXD1ZsCt9K3JOBH3/ 13zBJpDBPXAEMiNfnQas1s0D9DU9BG0vclnE8LYogCKj0WXt4x7/3kW8L6Wp/irYVK F2+qAzUqO+DNWlmjUppKKD/HWGxy+O6atl6P28GMT8IBx4J7YAigD/zXAZ/fBxHucy VjFrKEPNSCgcQ== Received-SPF: pass client-ip=2a02:1800:120:4::f00:14; envelope-from=maximedevos@telenet.be; helo=xavier.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18319 Archived-At: --=-Rqr24gobKPUEpbmV1+HW Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Matias Jose Seco Baccanelli schreef op do 23-06-2022 om 08:11 [+0200]: > Feels like a nice recipe for User Empowerment ! How does this empower users? Sure, if the user is a programmer they can modify their custom microkernel in Scheme, but then you have a very niche OS that practically no other software already supports, which is very inconvenient for the user and the user will have practical difficulties sharing the software with other people using other OSes, so I think you're better of modifying another pre-existing microkernel to be usable from Guile (see answer by Dr. Arne Babenhauserheide). Greetings, Maxime. --=-Rqr24gobKPUEpbmV1+HW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYrQXgRccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7uaXAQDin6i//HV2NESe3U7xQy/tfboZ +tn/pujTrATHQ163OwD/ba3Lxd2H1AcWKuMYpXPr+zfoEqTSC3UBHmURw+LqxA0= =XEM1 -----END PGP SIGNATURE----- --=-Rqr24gobKPUEpbmV1+HW--