Live data from Hacker News

Show HN: Lapis – A web framework for MoonScript and OpenResty

leafo.net

1–10 of 26 posts

Re: Show HN: Lapis – A web framework for MoonScript and OpenResty

#3
Leafo, this looks great. I was not familiar with your MoonScript language prior to this.

Say, since you cite the benchmarks project, would you mind submitting a test case for Lapis?

Also, just out of curiosity, what did you use to create the canvas animation?

Re: Show HN: Lapis – A web framework for MoonScript and OpenResty

#5
post #3

Leafo, this looks great. I was not familiar with your MoonScript language prior to this. Say, since you cite the benchmarks project, would you mind submitting a test case for Lapis? Also, just out of curiosity, what did you use to create the canvas animation?

How he created the canvas animation: https://github.com/rprichard/x11-canvas-screencast

source: https://news.ycombinator.com/item?id=5445158

Re: Show HN: Lapis – A web framework for MoonScript and OpenResty

#6
post #3

Leafo, this looks great. I was not familiar with your MoonScript language prior to this. Say, since you cite the benchmarks project, would you mind submitting a test case for Lapis? Also, just out of curiosity, what did you use to create the canvas animation?

I'd definitely like it to be part of the benchmarks project. When I get some time I'll submit a pull request for it.

As mentioned in the other comment I use this for recording animations: https://github.com/rprichard/x11-canvas-screencast

Re: Show HN: Lapis – A web framework for MoonScript and OpenResty

#7

Nice work! This has pretty excellent documentation. Like really excellent documentation. But jumping into the code itself is a little bit of a beast with no tests or comments. so: is testing on your roadmap?

Yes I'll have a better testing setup in the near future. (Right now there are individual unit tests scattered in the modules themselves)

Glad you like the documentation, I try to take pride in writing detailed documentation. :)

Re: Show HN: Lapis – A web framework for MoonScript and OpenResty

#8
post #6
post #3

Leafo, this looks great. I was not familiar with your MoonScript language prior to this. Say, since you cite the benchmarks project, would you mind submitting a test case for Lapis? Also, just out of curiosity, what did you use to create the canvas animation?

I'd definitely like it to be part of the benchmarks project. When I get some time I'll submit a pull request for it. As mentioned in the other comment I use this for recording animations: https://github.com/rprichard/x11-canvas-screencast

Great! You are prolific! A language, a web framework, sites built upon that framework, and all of the documentation. You sure you're just one person?

Re: Show HN: Lapis – A web framework for MoonScript and OpenResty

#9
post #7

Nice work! This has pretty excellent documentation. Like really excellent documentation. But jumping into the code itself is a little bit of a beast with no tests or comments. so: is testing on your roadmap?

Yes I'll have a better testing setup in the near future. (Right now there are individual unit tests scattered in the modules themselves) Glad you like the documentation, I try to take pride in writing detailed documentation. :)

Pushed native moonscript support to busted[0] this morning. :D

[0] https://github.com/Olivine-Labs/busted/blob/master/spec/moon...

Post reply on HN