Hacker News new | ask | show | jobs
by two_handfuls 261 days ago
This looks potentially interesting. The "cheat sheet" seems the most useful document listed but it lost me there:

> Use `have` to declare an object with checking its existence.

an object with what?

3 comments

With checking-its-existence. With checking of its existence. With existence checking. While checking its existence. OK it could be better written.
haha, you are right bro!
The tutorial explains the language in much more detail: https://litexlang.com/doc/Tutorial/Introduction
have is used to ensure the existence of the object you define. For example, you do not want to declare a new object when it is from an empty set!