Close

Argentum on ARM-64 and Raspberry Pi

A project log for Argentum programming language

It automatically prevents all memory leaks. It doesn't use GC, so no pauses. It's compiled to machine code. It's crazy safe and fast.

andrey-kalmatskiyAndrey Kalmatskiy 01/20/2024 at 04:370 Comments

Argentum compiler and runtime library successfully ported to ARM-64.
It builds code for ARM-64.
All compiled demos work fine on ARM-64/Raspberry Pi with tiny memory footprint and little CPU consumption.

There are many platforms ahead: ARM/Android, ARM/OSX, WASM, RISCV.

Discussions