Results 5 comments of MiaoYang

@scudelletti I can add a HAMLER_HOME environment variable. You can use this environment variable to specify the location of the hamler library file. Do you think this can solve your...

@scudelletti [We released a new version. This may help you.](https://github.com/hamler-lang/hamler/releases/tag/0.2.2)

I don't understand what you mean, can you give a more detailed example?

we add a new record syntax. e: t = { name = "yang", age =23} f x = x t1 = t{name = "wang"} -- record update t2 = f...

good suggestion. We are still improving the standard library. If we have more time, we will consider adding such an experimental library.