Update README.md

This commit is contained in:
William Bell
2025-11-21 01:04:51 +00:00
committed by GitHub
parent df409dd3f6
commit 89abf4e036

View File

@@ -4,7 +4,12 @@ SPDX-FileCopyrightText: 2025 William Bell
SPDX-License-Identifier: GPL-3.0-or-later SPDX-License-Identifier: GPL-3.0-or-later
--> -->
# Chloride <div align="center">
<p>
<img width="150" src="logo/logo.png">
</p>
<h1>Chloride</h1>
</div>
Chloride is the new C-based interpreter for the Argon programming language. Chloride is the new C-based interpreter for the Argon programming language.
It is designed as a drop-in replacement for the older Go implementation (argon-v3), while introducing a more efficient runtime and a cleaner, more consistent object model. It is designed as a drop-in replacement for the older Go implementation (argon-v3), while introducing a more efficient runtime and a cleaner, more consistent object model.