Hi Ricardo,
On Fri, Jun 6, 2025 at 3:36 PM Ricardo G. Herdt wrote:
>
> Hi,
>
> Motivated by this discussion I took the chance to have some fun writing
> parsers and
> wrote one for Web IDL files in Guile:
>
> https://codeberg.org/rgherdt/webidl-parser
Wow, this is awesome!!!
> Actually there ar
Hi,
Motivated by this discussion I took the chance to have some fun writing
parsers and
wrote one for Web IDL files in Guile:
https://codeberg.org/rgherdt/webidl-parser
Actually there are two parsers involved. The first reads the
WebIDL-grammar and generates parts of
the main parser for IDL
Hi Basile!
I'm sorry I didn't make it clear. It's a process VM (like Java VM or Guile
VM), not system VM (like QEMU).
Guile is not designed for such a purpose, so it's irrelevant here.
For example, the number system is very limited for compact embedded systems
which may only have 10KB RAM.
Best r
On Sat, 2025-06-07 at 01:01 +0900, Nala Ginrut wrote:
> Hi folks!
> We're pleased to release Animula-0.5.2!
>
> Animula is a VM dedicated to embedded systems for functional programming
> features. The first implemented language is Scheme r7rs-small.
Is Animula supposed to e.g. replace software li
Hi folks!
We're pleased to release Animula-0.5.2!
Animula is a VM dedicated to embedded systems for functional programming
features. The first implemented language is Scheme r7rs-small.
It's not a complete r7rs-small yet, we can expect for future.
Please check out here for release note:
https://g