Skip to content

Commit

Permalink
Merge pull request #234 from Chia-Network/20230626-add-modern-chialisp
Browse files Browse the repository at this point in the history
Start adding modern chialisp
  • Loading branch information
prozacchiwawa authored Jan 5, 2024
2 parents b8b428d + 7d4d8d3 commit 1d478d3
Show file tree
Hide file tree
Showing 3 changed files with 1,447 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ Code written in Chialisp has no side effects or hidden information. This makes i

A program in Lisp is just a list. This enables powerful techniques that allow you to modify source code during program evaluation. You can even have multiple layers of a program that get executed at different stages.

#### New language features

Chialisp has been receiving new features which mirror other languages in the scheme and lisp family. Install the chialisp nightly tools to enable these features.
New features are listed in detail [here](/modern-chialisp).

## Getting Started

If you'd like to get started learning and using Chialisp, you can start with the [Intro to Chialisp](https://docs.chia.net/guides) guide. Throughout this series, you will write programs in the language, create smart coins on the Chia blockchain, and spend them on the command-line.
Loading

0 comments on commit 1d478d3

Please sign in to comment.