[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Curiosity: Microkernel implemented in Guile ?
From: |
Dr. Arne Babenhauserheide |
Subject: |
Re: Curiosity: Microkernel implemented in Guile ? |
Date: |
Thu, 23 Jun 2022 15:30:56 +0200 |
User-agent: |
mu4e 1.6.10; emacs 28.1 |
Ognen Duzlevski <maketo@sdf.org> writes:
> Matias Jose Seco Baccanelli <matias_jose_seco@autoproduzioni.net> writes:
>> Isn't a cool mix the functional approach of Guile and the modular one
>> of Microkernel ? (and loads of more features i suppose!)
>
> What I think would be easier to do is embed Scheme inside an OS kernel....
With the Hurd you reduce the scope of what is the kernel, so Scheme can
do lots of jobs usually reserved for lower-level languages. You could
for example write your complete filesystem or networking layer in
Scheme.
This may sound strange at first, but LuaJIT is already used for packet
filtering, so it’s not that far out. For the performance critical parts,
you can still FFI to Rust or C.
Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
signature.asc
Description: PGP signature
- Re: Curiosity: Microkernel implemented in Guile ?, (continued)
- Re: Curiosity: Microkernel implemented in Guile ?, Dr. Arne Babenhauserheide, 2022/06/24
- Re: Curiosity: Microkernel implemented in Guile ?, Jean Abou Samra, 2022/06/25
- Re: Curiosity: Microkernel implemented in Guile ?, Dr. Arne Babenhauserheide, 2022/06/26
- Re: Curiosity: Microkernel implemented in Guile ?, Ricardo Wurmus, 2022/06/26
- Re: Curiosity: Microkernel implemented in Guile ?, Dr. Arne Babenhauserheide, 2022/06/26
- Re: Curiosity: Microkernel implemented in Guile ?, Nala Ginrut, 2022/06/26
- Re: Curiosity: Microkernel implemented in Guile ?, Nala Ginrut, 2022/06/24
- Re: Curiosity: Microkernel implemented in Guile ?, Ognen Duzlevski, 2022/06/23
- Re: Curiosity: Microkernel implemented in Guile ?, Dr. Arne Babenhauserheide, 2022/06/24
Re: Curiosity: Microkernel implemented in Guile ?, Ognen Duzlevski, 2022/06/23
- Re: Curiosity: Microkernel implemented in Guile ?,
Dr. Arne Babenhauserheide <=
Re: Curiosity: Microkernel implemented in Guile ?, zimoun, 2022/06/23