From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Matias Jose Seco Baccanelli Newsgroups: gmane.lisp.guile.user Subject: Curiosity: Microkernel implemented in Guile ? Date: Thu, 23 Jun 2022 08:11:20 +0200 Message-ID: <20220623081120.091b84b7.matias_jose_seco@autoproduzioni.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15980"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Jun 23 08:12:09 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 1o4G4W-0003yc-RY for guile-user@m.gmane-mx.org; Thu, 23 Jun 2022 08:12:08 +0200 Original-Received: from localhost ([::1]:35546 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4G4V-0001RP-Lj for guile-user@m.gmane-mx.org; Thu, 23 Jun 2022 02:12:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38734) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4G3x-0001KI-Qq for guile-user@gnu.org; Thu, 23 Jun 2022 02:11:33 -0400 Original-Received: from latitanza.investici.org ([82.94.249.234]:33511) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4G3v-0000Fc-Ez for guile-user@gnu.org; Thu, 23 Jun 2022 02:11:33 -0400 Original-Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4LT8yg3dtSzGp2t for ; Thu, 23 Jun 2022 06:11:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autoproduzioni.net; s=stigmate; t=1655964683; bh=2brDfRRsJYxQZlp56skNr3YlBlBSkNSGtaVlw8dksFo=; h=Date:From:To:Subject:From; b=UsHvT/i1zX8ZMDZU4ynGcNN4YKp0rgrlLHvK7urf83xnVsSDXd2U8ykHWBgoDCp97 6yvROZ4pENLKfBKrqgZHh0HdL+UKLjYGuJBfIEaWX2vx1TJnHutLrU/8ZRfvawGjbt 78QdIoOQL4tAQBecr0gqKF+IPQw7sZJXBWTZEOMs= Original-Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: matias_jose_seco@autoproduzioni.net) by localhost (Postfix) with ESMTPSA id 4LT8yg2RCGzGp2k for ; Thu, 23 Jun 2022 06:11:23 +0000 (UTC) X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.24; x86_64-pc-linux-gnu) Received-SPF: pass client-ip=82.94.249.234; envelope-from=matias_jose_seco@autoproduzioni.net; helo=latitanza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, RCVD_IN_DNSWL_NONE=-0.0001, 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:18316 Archived-At: Good morning Guilers! Being a huge fan of Libre Software and Guile powers, i was having a big curiosity in regards to the kernel languages arena: was ever made an attempt to implement a Microkernel from scratch in Guile language ? Isn't a cool mix the functional approach of Guile and the modular one of Microkernel ? (and loads of more features i suppose!) Feels like a nice recipe for User Empowerment ! Just asking as a total beginner on this topic, Happy Hacking! Matias