Skip to content

General purpose programming language for cool people.

License

Notifications You must be signed in to change notification settings

fluxed-lang/flux

Repository files navigation


flux


About

Flux is a general purpose, multi-paradigm programming language. Designed to be an intermediary between nodejs and Python, and more advanced languages such as Rust or C++, it provides a friendly programming experience while maintaining the speed of a low-level language.

mut x, y = 1
mut z = 0
loop {
    z = x
    x += y
    y = z
    print z
}

License

Flux is licensed under the LGPLv3 License.

About

General purpose programming language for cool people.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages