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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Prototype 1.7

30 点作者 kuahyeow超过 14 年前

4 条评论

nestlequ1k超过 14 年前
Anyone still using Prototype for new projects? I have a few legacy rails apps (over 3 yrs old) that use it, but like most people I've have moved on to jQuery.
评论 #1948593 未加载
jeswin超过 14 年前
What I loved about Prototype (apart from changing my opinion about Javascript) was that it sort of extended the language itself, and made more possible with less. But now, I feel coffeescript is a better way to go. What I hated about Prototype was performance. And jQuery is way better there.<p>This seems to be like Firefox v/s Webkit. Prototype 2.0 is going to fix a lot of things (by not extending the DOM), but that approach is in many ways closer to jQuery.
评论 #1949144 未加载
jeroen超过 14 年前
From the "What's next" section:<p><i>The next bugfix version (1.7.0.1) will feature a rewrite of the DOM code to be easier to read and faster at the same time.</i><p>That sounds like a lot of impact for a bugfix release.
评论 #1948575 未加载
invisible超过 14 年前
I hate that they approach minified versions with, "Do it yourself." 1.7.0.1 is what 1.7 was suppose to be and there is no ETA at all. The future of Prototype is so much brighter in FuseJS[1] once it is out of beta.<p>1. <a href="http://fusejs.com" rel="nofollow">http://fusejs.com</a>