Programming Language

Fractyne

A programming language built for the future of software.

Early Development · Designed for FractalOS

Overview

About Fractyne

Fractyne is a next-generation programming language created to power the future of the Fractadyne ecosystem.

It is designed with simplicity, performance, and developer freedom in mind.

Why Fractyne

Language Features

Modern Syntax

Clean and readable syntax designed to make software development easier.

Performance

Built with efficiency in mind, allowing powerful applications.

FractalOS Integration

Designed to become a native language for the FractalOS ecosystem.

See the syntax

Example Code

Hello Fractyne — future syntax example:

hello.fy
module Fractyne {  start {    echo "Hello, Fractadyne"  }}
A closer look

Core Language Concepts

Three small programs showing how Fractyne handles variables, functions, and talking to FractalOS directly.

variables.fy
// Basic variable declarationslet name = "Fractadyne"let version = 0.6let isActive = trueecho name + " — v" + version
Terminal
$ fractyne run variables.fy
Fractadyne — v0.6
Where we're headed

Development Roadmap

Alpha

Language Foundation

Core syntax, interpreter, and basic functionality.

Beta

Developer Tools

Libraries, documentation, and improved development workflow.

Future

Full Ecosystem

Deep integration with FractalOS and advanced computing features.

Piece by piece

Language Roadmap

Interpreter

In Development

Standard Library

Planned

Developer Tools

Planned

Compiler

Planned

FractalOS Integration

In Development
Get Fractyne

Tools & Downloads

Fractyne doesn't have a public build yet — here's exactly where things stand.

alpha

Interpreter

The core tree-walking interpreter is what's being built right now.

In Development

Compiler

Planned for after the interpreter and standard library are stable.

Planned
Read the documentation Get notified on release