This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
huia/site/source/index.md

17 lines
369 B
Markdown
Raw Normal View History

---
title: Huia
layout: index-page
---
# Design goals:
* Fast execution on native systems and browser via WebAssembly.
* Weighted reference counting instead of GC.
* Actor-based concurrency.
* Immutible objects.
* Trait-based polymorphism
# Status
Development of the open source Huia compiler is underway and is available on [GitLab](https://gitlab.com/jimsy/huia)