TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

OPA: Unified language for web development based on Ocaml.

7 点作者 kssreeram超过 15 年前

2 条评论

jganetsk超过 15 年前
Looks very much like Philip Wadler's Links: <a href="http://homepages.inf.ed.ac.uk/wadler/topics/links.html" rel="nofollow">http://homepages.inf.ed.ac.uk/wadler/topics/links.html</a><p>Also, looks like it's done by people active on the OCaml mailing list. They are smart guys.<p>Worth checking out.
DanielBMarkham超过 15 年前
The video wasn't so great -- a lot of generalities and hand-waving, but it's necessary to have that kind of video to give folks a high level overview.<p>Loved some of the sample apps, though. "Here's a web page" -&#62; 1 line of code. "Here's a web page that interacts with the user" -&#62; 2 lines of code. "Here's a complete Wiki" -&#62; 13 lines of code.<p>You gotta love ML.<p>Now for the criticism. I think I would have moved my meta language out into some kind of hybrid html/xml languages instead of trying to sock too much into the language layer. I'm more comfortable with templates or DSLs executing against a server stack layer than an integrated language that tries to describe it all.<p>Hope that makes some sense. Lots of dense material I glossed over.