Jac programming language - Python-like syntax, compiles to Python bytecode, JavaScript, and native machine code with novel constructs for AI-integrated programming.
Project description
This is the main source code repository for the Jac programming language. It contains the compiler, language server, and documentation.
What and Why is Jac?
-
Ecosystem-Native Multi-Target Compilation - With Python-like syntax, Jac compiles to Python bytecode, JavaScript, and native machine code (C-ABI compatible). This means every library in PyPI, npm, and native C ecosystems is directly usable from Jac without interop wrappers or foreign function interfaces. Every Jac program can also be ejected to readable Python, and Python programs can be transpiled to Jac.
-
AI as a Programming Language Constructs - Jac includes a novel (neurosymbolic) language construct that allows replacing code with generative AI models themselves. Jac's philosophy abstracts away prompt engineering. (Imagine taking a function body and swapping it out with a model.)
-
New Modern Abstractions - Jac introduces a paradigm that reasons about persistence and the notion of users as a language level construct. This enables writing simple programs for which no code changes are needed whether they run in a simple command terminal, or distributed across a large cloud. Jac's philosophy abstracts away dev ops and container/cloud configuration.
-
Quality-of-Life Beyond Python - Jac introduces modern operators, new comprehension forms, and module organization that separates declarations from implementations -- going beyond what Python offers while remaining familiar.
Quick Start
To install Jac, run:
pip install jaclang
Run jac in the terminal to see whether it is installed correctly.
Read "Getting Started" from Docs for more information.
Installing from Source
If you really want to install from source (though this is not recommended):
# with a local clone at `path/to/repo`:
pip install path/to/repo/jac
# or to have `pip` clone for you:
pip install git+https://github.com/jaseci-labs/jaseci#subdirectory=jac
Getting Help
Submit and issue! Community links coming soon.
Contributing
See CONTRIBUTING.md.
License
Jaclang is distributed under the terms of both the MIT license with a few other open source projects vendored within with various other licenses that are very permissive.
See LICENSE-MIT, and COPYRIGHT for details.
Trademark
Jaseci owns and protects the Jaclang trademarks and logos (the "Jaclang Trademarks").
If you want to use these names or brands, please read the media guide.
Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jaclang-0.14.0.tar.gz.
File metadata
- Download URL: jaclang-0.14.0.tar.gz
- Upload date:
- Size: 9.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d936bab57bcd88f3718daab6f8ad7efcbfdbdea7837b6ad5113d11f358900316
|
|
| MD5 |
3fa577fe067d03a6d0642d6553156168
|
|
| BLAKE2b-256 |
a5c65e73c9f878e38b2b76d798d4aade9dc41564ea318746a87040f8f3fe5abc
|
File details
Details for the file jaclang-0.14.0-py3-none-any.whl.
File metadata
- Download URL: jaclang-0.14.0-py3-none-any.whl
- Upload date:
- Size: 11.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39b8b226ba63b3c493d7f3b6b5effa8f8a07ba27aa1da68926087de5937a4dfc
|
|
| MD5 |
d4e3cedfe4f228bbcc1fde59757fbc36
|
|
| BLAKE2b-256 |
584547925bc59e7843ba8c7c5f110fbdeb6de7e1fc2d8cb674a7ba6cf5b971d4
|