Please sign in to access this page

Hyperlight

Hyperlight Used AI

4 devlogs
16h 52m
Created by Zander Lewis

Hyperlight is a (WIP) programming language built for HPC (high performance computing), scientific computing, and high precision computation. It is also designed to be easily edited with simple, high-level APIs to modify the backend.

Timeline

some readme additions

Update attachment
Earned sticker

I rewrote it to make it a language from scratch. Making a C dialect is difficult, especially when all of the code are in a few files. The new language has a compiler (which I didn't fully test) and compiles an example file!

Update attachment

Ship 1

Zander Lewis

5 days ago

Zander Lewis Covers 2 devlogs and 12h 28m
Earned sticker

Started the rewrite to rust, after rolling back the int128 additions

Update attachment
Earned sticker

Initial Creation of the project and started to add the int128/uint128 types

Update attachment