Skip to content

fluent-lang/stdlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluent Language

Fluent is a modern and blazing-fast programming language.

👋 Welcome

Welcome to the official Fluent's standard libraries repository! Here, you will find the source code of the standard libraries that come with the Fluent language.


🎆 Installation

Don't worry! Once you install Fluent, the standard libraries will be installed automatically. You don't need to do anything else.


🚀 Getting Started

To create a new Fluent project, you can use the fluent init command. This will create a new Fluent project in the current directory.

NOTE: Make sure the current directory is empty before running the fluent init command, otherwise, add a name after the command to create a new directory with the project name, e.g. fluent init my_project.

fluent init

You will be prompted to fill relevant information about your project like project name, author, etc. Once you've filled in the information, the project will be created and you can start coding!

Example structure:

my_project/
    src/
        main.fluent
    Fluent.yml
    .gitignore

📚 Documentation

The official Fluent documentation can be found on the official website.


📦 Contributions

Contributions are welcome! If you'd like to contribute to the Fluent language, please read the CONTRIBUTING.md file for more information.


📝 License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more information.

Copyright (C) 2024 Rodrigo R. & All Fluent Contributors
This program comes with ABSOLUTELY NO WARRANTY; for details type `fluent license`.
This is free software, and you are welcome to redistribute it under certain conditions;
type `fluent license --full` for details.

About

The standard library source for Fluent language.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages