From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ognen Duzlevski Newsgroups: gmane.lisp.guile.user Subject: Re: Curiosity: Microkernel implemented in Guile ? Date: Thu, 23 Jun 2022 23:27:09 -0400 Message-ID: <86h74a2112.fsf@sdf.org> References: <20220623081120.091b84b7.matias_jose_seco@autoproduzioni.net> <87h74bkp7o.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16540"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.10; emacs 28.1 To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Jun 24 05:28:27 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 1o4Zzf-00043L-HK for guile-user@m.gmane-mx.org; Fri, 24 Jun 2022 05:28:27 +0200 Original-Received: from localhost ([::1]:51014 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4Zze-0001kU-1w for guile-user@m.gmane-mx.org; Thu, 23 Jun 2022 23:28:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4ZzT-0001k6-SQ for guile-user@gnu.org; Thu, 23 Jun 2022 23:28:15 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:56779) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4ZzS-0000dc-1B for guile-user@gnu.org; Thu, 23 Jun 2022 23:28:15 -0400 Original-Received: from beast-server (IDENT:maketo@sverige.sdf.org [205.166.94.6]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 25O3S9bT009569 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Fri, 24 Jun 2022 03:28:10 GMT In-reply-to: <87h74bkp7o.fsf@web.de> Received-SPF: pass client-ip=205.166.94.24; envelope-from=maketo@sdf.org; helo=mx.sdf.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-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:18331 Archived-At: "Dr. Arne Babenhauserheide" writes: > [[PGP Signed Part:Undecided]] > > And the Hurd is a good way to get low level with much fewer risks than > Linux kernel hacking. I considered embedding a scheme interpreter into a kernel for fun (!) but even then (non-commercial interest), I only thought of kernels that are actually used by others ;)