Skip to content
/ jam Public

Repository files navigation

Jam Logo
Jam Programming Language

Reference · Sponsor

More about the language here.

There's nothing available to use yet, and I've also disabled issues and pull requests on the repo. I'll re-enable both after the v0.1 release and once there's a proper documentation website. If there's anything you'd like to ask directly, feel free to send me an email.

Jam will move to an org in the future, but right now it's mostly me maintaining the language and I'm considering testing other options besides GitHub, so I'd like to wait a bit before starting to move things around.

In case you want to test before v0.1:

brew tap raphamorim/jam https://github.com/raphamorim/jam
brew install --HEAD jam

Building from source

The compiler is written in Rust (it started as C++; the last commit carrying that implementation is 4e66bc6). You need the Rust toolchain (1.96, picked up automatically via rust-toolchain.toml) and LLVM 22 — brew install llvm, or point LLVM_CONFIG at your llvm-config.

make build     # debug build (cargo build -p jam)
make test      # Rust unit tests + the .jam corpus under tests/
make install   # release build, installs jam + std to ~/.local

The installed jam finds the standard library relative to its own binary (<prefix>/lib/jam/std). During development it falls back to ./std in the repo, and JAM_STD_PATH (or --std-path) overrides both.

Contributing

  1. Donate monthly.

  2. No AI Policy (issues and pull requests). You can comment in your native language if you are not confortable with English.

References

Artwork

Jam logo/mascot was created by Anthony Orozco.

License

This software is distributed under the Apache License 2.0 with LLVM Exceptions.

TODO

  • Minifloats.
  • MLIR rs.

About

Jam Programming Language

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Contributors

Languages