Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chloride / Argon Documentation

This is community documentation for Argon, the programming language, as implemented by Chloride, its C-based interpreter (a bytecode compiler + virtual machine).

If you already know a scripting language like Python or JavaScript, most of this will feel familiar. Argon uses do blocks instead of { }, and functions are declared as let name(args) = do ... .

Note: This documentation is written from reading the interpreter's source code and test suite, since the project doesn't yet have complete official docs. If something here looks wrong, trust the source code (and please fix this doc!).

Start here

Language guide

Standard library

Tooling

License

Chloride is released under the GNU General Public License v3.0 (or later). See the project's LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors