Skip to content

Commit

Permalink
improve introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Apr 26, 2024
1 parent ed207c4 commit a8bf786
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Introduction

**Welcome to Glistix!** Glistix is a **fork of the compiler for the Gleam language** which adds a **Nix backend.**
**Welcome to Glistix!** [Glistix](https://github.com/glistix/glistix) is a **fork of the compiler for the Gleam language** which adds a **Nix backend,** so that you can **compile Gleam code into Nix** and **use it in your configurations!**

This allows you to leverage Gleam's **type-safety** and **simplicity** to write reasonable and more correct code. You will also be able to use **Gleam's tooling** in your favor, such as unit tests and easy package management.

This book aims to explain many core concepts related to Glistix, possibly helping you use it more effectively for your projects.

Expand Down

0 comments on commit a8bf786

Please sign in to comment.