Close

Argentum ported to Linux

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 11/18/2023 at 04:100 Comments

Argentum ported to Linux and run (both compiler and the compiled demo) on SteamOS

To run the Argentum Demo on Ubuntu/Debian:

# Download package
wget -O aglan_0.0-1_amd64.deb \
https://github.com/karol11/argentum/releases/download/win-lin-demo-v0.0.12/aglan_0.0-1_amd64.deb
# ...And install it
sudo dpkg -i aglan_0.0-1_amd64.deb

To run the Argentum Demo on Steam Deck (or Arch Linux), follow these steps: https://aglang.org/install-argentum-demo-on-the-steamdeck-arch-linux/

Demo contains fully functional compiler, runtime, examples and build script.

Discussions