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. Formerly known as Leviathan and FORTRAN-2.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I should probably link the earlier iterations of the project, as I have spent so long trying to make a programming language. Basically, Hyperlight was originally called Leviathan, then it became FORTRAN-2, then Leviathan again, and finally Hyperlight.
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!