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
2019-03-08 14:01:39 +13:00

16 lines
369 B
Markdown

---
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)