Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandralegend/jac-examples
Collection of Jaclang examples that demonstrate various aspects of the language. (2 New Examples every week)
https://github.com/chandralegend/jac-examples
examples jaclang
Last synced: about 1 month ago
JSON representation
Collection of Jaclang examples that demonstrate various aspects of the language. (2 New Examples every week)
- Host: GitHub
- URL: https://github.com/chandralegend/jac-examples
- Owner: chandralegend
- License: mit
- Created: 2024-04-19T16:20:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T22:47:22.000Z (6 months ago)
- Last Synced: 2024-05-22T23:33:23.516Z (6 months ago)
- Topics: examples, jaclang
- Language: Python
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jaclang Examples
Welcome to the Jac Examples repository! This repository is dedicated to showcasing the power and versatility of the
Jaclang programming language.## Getting Started
To get started with Jac, you'll need to install the Jac compiler. You can find the installation instructions and other helpful resources in the [Jaclang repository](https://github.com/jaseci-labs/jaclang).
## Examples
In this repository, you'll find a collection of Jaclang examples that demonstrate various aspects of the language. Each example is carefully crafted to showcase the beauty and expressiveness of Jaclang.
Feel free to explore the examples and dive into the world of Jaclang programming. If you have any questions or need assistance, don't hesitate to reach out to the [Jaclang community](jac-lang.org).
## Contributing
We welcome contributions from the community to make the Jaclang Examples repository even better. If you have an example you'd like to share or an improvement to an existing example, please submit a pull request. Together, we can continue to build a vibrant and thriving Jac community.
To create a new example,
```bash
sh new.sh
```Happy coding in Jaclang!