TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

75 pointsby leafoabout 12 years ago

7 comments

bhauerabout 12 years ago
Leafo, this looks great. I was not familiar with your MoonScript language prior to this.<p>Say, since you cite the benchmarks project, would you mind submitting a test case for Lapis?<p>Also, just out of curiosity, what did you use to create the canvas animation?
评论 #5603282 未加载
评论 #5603237 未加载
codewrightabout 12 years ago
People need to get out of this habit of embedding view/template in the backend code. It's impractical and problematic in any situation where there's division of labor.<p>Otherwise interesting web framework, makes me want to look into MoonScript.
MichaelGlassabout 12 years ago
Nice work!<p>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.<p>so: is testing on your roadmap?
评论 #5603291 未加载
gte910habout 12 years ago
Interesting performance numbers. I am happy to see something past java frameworks working out so well.
snakyabout 12 years ago
Would be nice to add support for not-inlined templates with high-performance template engine like CTPP2 (ngx_ctpp2)
rufugeeabout 12 years ago
Looks interesting, but the use of "\" instead of "." is really a turnoff. Why do languages (I'm looking at you, PHP) think that using the backslash in any other way than escaping is a good idea?
评论 #5604959 未加载
评论 #5604749 未加载
评论 #5604354 未加载
luisbebopabout 12 years ago
amazing work man! I was thinking in creating something like that but with mruby. Lua is a good option too. It is a perfect fit to use with Angular.js