Skip to content

hesham-cant-fly/haste-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published