All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

AXIS Programming Language: Python-like Syntax with Native x86-64 Compilation

By

AGDNoob

4mo ago· 2 min readenCode

Summary

AXIS is a systems programming language with Python-like syntax that compiles to native x86-64 machine code without external dependencies. It features two execution modes: script mode for quick scripting and compile mode for native binaries. The compiler (AXCC) is written in C with zero dependencies and produces standalone Windows PE and Linux ELF64 executables. Installation options include a Windows NSIS installer and a one-liner for Linux/macOS that clones the repository and compiles from source.

Key quotes

· 4 pulled
A programming language with Python-like syntax that compiles to native x86-64 machine code.
AXIS has two execution modes: script mode for quick scripting, and compile mode for native binaries.
The compiler (AXCC) is written in C, has zero dependencies, and produces standalone Windows PE and Linux ELF64 executables.
This clones the repo, compiles AXCC from source (installs gcc/make if needed), and places the binary in ~/.local/bin/.
Snippet from the RSS feed
Systems programming language with Python-like syntax and C-level performance. Compiles to native x86-64 machine code without external dependencies. - AGDNoob/axis-lang

You might also wanna read