hikari-no-yume / Firth

Firth is a functional, strongly dynamically-typed, concatenative stack-oriented programming language.
Other
29 stars 2 forks source link

Booleans #2

Closed hikari-no-yume closed 9 years ago

hikari-no-yume commented 9 years ago

Specified in the spec, but only barely supported in the interpreter. We need true and false constants to actually be in the stdlib, and some boolean operators (and, or, xor etc.).

hikari-no-yume commented 9 years ago

Perhaps and_lazy to emulate short-circuiting for you?