Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 396 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 396 Bytes

haste-lang

turbo

SWITCHED TO ZIG

long story short, C++ sucks so I switched to Zig.

How to try haste?

You actually can't yet

Hello World

# My desired hello world
func main() {
    @println("Hello World");
}

Design goals

  • Compiler works for you, and helps you to understand the error or the problems in your code.
  • Readable syntax (kind of).