s-ol

Results 140 comments of s-ol

Well give the language a shot and let me know if you actually hit any of those dozen bugs. Or maybe ask the people who reported them how they feel...

I am also hitting this. One workaround is to essentially `xpcall` the whole user-program and call tostring on all errors.

@RyanSquared good catch on the multi-returns, I felt like there was something wrong with that syntax but didn't figure it out. Your elaborated Lua is the behaviour that you **don't**...

> I'd like to not have the syntax at all because I'd prefer for MoonScript to be as little overhead as possible; this would involve an overhead which might not...

> The issue is that it is literally impossible to have a matched amount of values on the RHS unless you completely get rid of vararg returns. Alternatively you can...

1) only affects the directory lumo was started from, so it would be possible to start closh in a wrapper like ``` work=`pwd` cd `mktemp -d` exec closh ``` and...

@dundalek looks like upstream is fixed, but a release is still pending

@dundalek: looks like soon is now :wink: https://twitter.com/_anmonteiro/status/1115990073256890370?s=19

Hey @adonaac, I sent you a message about this on the LÖVE forum a while ago; I really like these posts, but don't you want to move them to an...

@adonaac your blog would still be just a github repo and the posts would be markdown files. All the HTML is generated by the github server at runtime.