rtulip / haystack

Haystack is a compiled, statically typed, stack-based language with opt-in variable assignment.
MIT License
25 stars 2 forks source link

Update std lib to make use of Interfaces #123

Closed rtulip closed 1 year ago

rtulip commented 1 year ago

Now that Haystack supports interfaces, the standard library should use them to improve ergonomics.

rtulip commented 1 year ago

Some more should certainly be done, but this is a good start.