46zFAv8KHaKVuYDTJ15TXAah6SCXw88Dx9UhTuUJa6ydb8m9uGLaYE3AX5JPFhsJjJ6w7NMc7vNYwQPhGkt3tE2L7pwgrte

npub1m5s9w4t03znyetxswhgq0ud7fq8ef8y3l4kscn2e8wkvmv42hh3qujgjl3

https://codeberg.org/mister_monster

09F911029D74E35BD84156C5635688C0

  • 0 Posts
  • 3 Comments
Joined 1Y ago
cake
Cake day: Jun 14, 2023

help-circle
rss

That’s the interesting thing about HVM, you have 0 overhead multithreading. It happens automagically.


There’s type declarations and checking in Bend and HVM, it’s just Bend has type inferrance. I personally don’t mind either way, although for scripting I do like mutable types like in Python, it makes things easier to write, at the cost of needing to know exactly what you’re doing or cleaning up bugs.


I wrote some math shit in it the other day. It’s cool. Waiting for more data types, more optimizations and then I’ll probably be using the hell out of it.

I like the HVM language better. It’s more functional-y and suits the model. Bend is just syntactic sugar for HVM.