Brendan Eich made the slides of the talk he gave on Friday at
XTech 2006 in Amsterdam
available. It's a revised version of the slides from the presentation at
Ajax Experience
two weeks ago.
46 slides well worth the time to go through!
Particularly interesting bits in my opinion for one reason or another:
- We can't make so big a spec jump again, so this is it
- No more primitive types vs. wrappers
- Function type: function (this: T, a: U, b: V): R
- let as a "better var" for block scope: for (let key in obj)
- The let variables are scoped to the expression
-
Group assignments: [p, q, r] = [q, r, p]
Even in for/in loops:
for (let [key, {'Title':title, 'FileSize':size}] in dict) print(key, title, size);
- Iterators using foo.next()
- "yield" in a function makes a generator (returns an iterator)
- foo.send(value) passes value back to yield
- Sugar for initializing an Array from iterators (couldn't quite wrap my brain around that syntax, though)
- Object getters, setters, and "catch-alls"
- Standard global properties (Date, String, etc.) immutable (hmm... !?)
23.5.2006, 12:39
Chapter 3 of the
28 chapters movie project
has been asigned to Frodo Zumbrunn and
is due May 15th
.
I'm looking forward to it - and my expectations are BIG! Mainly because he's my nephew ;-) and
her son
, but also because
Dent-de-Lion du Midi
is his dad.
8.5.2006, 10:41
|
David Flanagan informs us
that the new edition, the 5th one, of
Javascript: The Definitive Guide
is complete and will be published on August 1st.
I was really looking forward for O'Reilly to put this new edition through a
Rough Cuts
phase. Oh well...
Interesting new bits are a chapter on embedding JavaScript in Java 6 programs and SVG client-side graphics scripting ...and the mandatory additions of Ajax and DOM scripting. Apparently Javascript still has classes,
even-though it doesn't
(unless that refers to JS2.0) - I wonder what David's decision was regarding
the wording in that area
.
6.5.2006, 23:38
|
Slight face-lifting with navigation and style improvements for
the Helma welcome application
. That's the welcome you'll get after installing
Helma
on your local system. If you would rather not go through the trouble of
checking out the current version from CVS
, you can
grab the last packages I've built - and discover what you can do with Javascript on the server-side!
6.5.2006, 23:22
|
Lots of goodies in
this year's program of the Montreux Jazz Festival
. Massive Attack, Al Jarreau, Tracy Chapman, Sting, and not one but three evenings of Santana. To bad Tracy Chapman is in the Miles Davis Hall - would have been great in the more intimate atmosphere of the Casino.
6.5.2006, 23:02
|
The following is just a quick draft updating the instructions for embedding coComment into your blogs. With this new approach, you will be able to track *all* the comments posted, not just the ones by fellow coComment users.
This first section you can skip, if coComment already extracts the correct information automatically. You only need it if the automatic extraction on your blog does not work or does not work reliably. This step is already documented in more detail at
http://cocomment.com/integrate
<script type="text/javascript">
var blogTool = "MyBlogManufacturer";
var blogURL = "http://www.domain.com/~myblog";
var blogTitle = "My Blog";
var postURL = "http://www.domain.com/~myblog/?p=42″;
var postTitle = "This is Roger’s \"great\" post";
var commentTextFieldName = "messageTextArea";
var commentButtonName = "SubmitButton";
var commentAuthorLoggedIn = true;
var commentAuthor = "Douglas Adams";
var commentFormName = "commentForm";
</script>
In the following second section you'll see the two additional attributes that you will need to include in the script tag if you want to track all comments:
<script id="cocomment-fetchlet"
trackAllComments="true"
src="http://www.cocomment.com/js/enabler.js">
</script>
Note that in this example I linked to the new enabler.js file instead of the cocomment.js file. Pointing directly to the cocomment.js file should work as well, but I hope loading the enabler.js file first will provide a performance benefit. Hearing from you about your experiences with this will be highly appreciated. This stuff is experimental and I'm note sure how it will behave in the real world :-)
30.4.2006, 0:20
|
[...] "This is Rails' greatest contribution
, the one that will last longest, because eventually Rails itself will be usurped and something else will come along to pick at its sun-bleached carcass. But the ecosystem it will have left behind will be healthier because of its contributions."
28.4.2006, 02:01
|
Regarding technocracy, ...when you delegate decision making to a group of people that are willing to spend time to involve themselves in "the system", there is always a big risk that it's breeding technocracy.
Richard writes,
"In places like Cuba, and Porto Allegra, where participatory opportunities exist, people generally do tend to participate."
Even if it were true that in these places "people generally participate", you can never achieve a system in which "everybody" participates. By definition, the people that *do* participate are "the new elite", since they are the ones making the decisions.
Because of this, I still see harmonization "only" as a - very important - administrative process, that does not take the responsibility for the final decision making away from the individual. In addition to a harmonization process which develops a suggested consensus, we need a direct democratic control system that can veto the suggested consensus if need be.
17.4.2006, 17:59
|
|
|
> A (Re)-Introduction to JavaScript
|
|
> coComment Roundup
|
|
> Track your comments
|
|
> Sketching image queries and reinventing email
|
|
> ECMAScript - The Switzerland of development environments
|
|
> I love E4X
|
|
> Tutorial D, Industrial D and the relational model
|
|
> Stop bashing Java
|
|
> E4X Mocha Objects
|
|
> Logging and other antimatters
|
|
> Stronger types in Javascript 2
|
|
> Javascript Diagnosis & Testing
|
|
> Homo Oxymora
|
|
> Yeah, why not Javascript?
|
|
> Moving beyond Java
|
|
> Spidermonkey Javascript 1.5 finally final
|
|
> Helma Trivia
|
|
> Finding Java Packages
|
|
> JSEclipse Javascript plug-in for Eclipse
|
|
> Catching up to Continuations
|
|
> Mighty and Beastie Licenses
|
|
> Tasting the OpenMocha Console
|
|
> "Who am I?", asks Helma
|
|
> Savety vs Freedom and other recent ramblings
|
|
> Mont-Soleil Open Air Lineup
|
|
> Rhinola - Mocha reduced to the minimum
|
|
> OpenMocha 0.6 available for download
|
|
> E4X presentation by Brendan Eich
|
|
> What is Mocha?
|
|
> Do you remember Gopher?
|
|
> The current.tv disappointment
|
|
> OpenMocha Project Roadmap
|
|
> MochiKit Javascript Library
|
|
> Getting your feet wet with OpenMocha
|
|
> People flocking to see global warming
|
|
> Rails vs Struts vs Mocha
|
|
> The JavaScript Manifesto
|
|
> OpenMocha is ready for a spin
|
|
> The limits of harmonization
|
|
> Le Conseil fédéral au Mont-Soleil
|
|
> Amiga History Guide
|
|
> The people must lead the executive, control the legislature and be the military
|
|
> Copyback License
|
|
> Looking at FreeBSD 6 and Beyond
|
|
> Qualified Minority Veto
|
|
> The Doom of Representative Democracy
|
|
> Violence in a real democracy
|
|
> Concordance and Subsidiarity
|
|
> Wrapping Aspects around Mocha Objects?
|
|
> Future of Javascript Roadmap
|
|
> Baby steps towards Javascript heaven
|
|
> Mac OS X spreading like wildfire
|
|
> Trois petits filous à Faoug
|
|
> Jackrabbit JSR 170
|
|
> Rich components for HTML 5
|
|
> More Java Harmony
|
|
> Mac goes Intel
|
|
> Google goes Rumantsch
|
|
> Oxymoronic Swiss-EU relations
|
|
> Rico and Prototype Javascript libraries
|
|
> Paul Klee - An intangible man and artist
|
|
> Incrementalism in the Mozilla roadmap
|
|
> Mocha multi-threading
|
|
> Moving towards OpenMocha
|
|
> Google goes Portal
|
|
> What Bush doesn't get
|
|
> Unique and limited window of opportunity
|
|
> Persisting Client-side Errors to your Server
|
|
> Dive Into Greasemonkey
|
|
> Brown bears knock on Switzerland's door
|
|
> The experience to make what people want
|
|
> "Just" use HTTP
|
|
> Yes, what is gather?
|
|
> A Free Song for Every Swiss Citizen
|
|
> Java in Harmony
|
|
> Jan getting carried away
|
|
> Evil Google Web Accelerator?
|
|
> JSON.stringify and JSON.parse
|
|
> Ajax for Java
|
|
> The launching of launchd
|
|
> Timeless RSS
|
|
> Kupu
|
|
> SNIFE goes Victorinox
|
|
> AJAX is everywhere
|
|
> Papa Ratzi
|
|
> How Software Patents Work
|
|
> Ten good practices for writing Javascript
|
|
> Free-trade accord with japan edges closer
|
|
> Mocha at a glance
|
|
> Adobe acquires Macromedia
|
|
> Safari 1.3
|
|
> View complexity is usually higher than model complexity
|
|
> Free Trade Neutrality
|
|
> SQL for Java Objects
|
|
> Security Bypass
|
|
> Exactly 1111111111 seconds
|
|
> Kurt goes Chopper
|
|
> Choosing a Java scripting language
|
|
> Spamalot's will get spammed a lot
|
|
> The visual Rhino debugger
|
|
> The Unix wars
|
|
> EU-Council adopts software patent directive
|
|
> FreeBSD baby step "1j"
|
|
> Never trust a man who can count to 1024 on his fingers
|
|
> Visiting the world's smallest city
|
|
> Finally some non-MS, non-nonsense SPF news
|
|
> Swiss cows banned from eating grass
|
|
> Ludivines, the "Green Fairy" of absinthe
|
|
> First Look At Solaris 10
|
|
> EU Commission Declines Patent Debate Restart
|
|
> Alan Kay's wisdom guiding the OpenLaszlo roadmap towards Mocha?
|
|
> 1 Kilo
|
|
> Re: FreeBSD logo design competition
|
|
> Schweizer Sagen
|
|
> Europas Eidgenossen
|
|
> XMLHttpRequest glory
|
|
> Art Nouveau La Chaux-de-Fonds 2005-2006
|
|
> The Beastie Silhouette
|
|
> The Number One Nightmare
|
|
> Safe and Idempotent Methods such as HEAD and TRACE
|
|
> Sorry, you have been verizoned.
|
|
> Daemons and Pixies and Fairies, Oh My!
|
|
> Sentient life forms as MIME-attachments: RFC 1437
|
|
> Web Developer Extension for Firefox
|
|
> Refactoring until nothing is left
|
|
> Brendan, never tired of providing Javascript support
|
|
> Catching XP in just 20 Minutes
|
|
> Designing the Star User Interface
|
|
> Rhino, Mono, IKVM. Or: JavaScript the hard way
|
|
> Re: SCO
|
|
> Judo
|
|
> Convergence on abstraction and on browser-based Console evaluation
|
|
> Today found out that inifinite uptimes are still an oxymoron
|
|
> New aspects of woven apps
|
|
> Original Contribution License (OCL) 1.0
|
|
> Unified SPF: a grand unified theory of MARID
|
|
> BSD is designed. Linux is grown.
|
|
> 5 vor 12 bei 10 vor 10
|
|
> Mocha vs Helma?
|
|
> Schattenwahrheit: Coup d'etat underway against the Cheney Circle?
|
|
> Abschluss Bilaterale II Schweiz-EU
|
|
> From Adam Smith to Open Source
|
|
> Linux - the desktop for the rest of them
|
|
> Big Bang
|
|
> Leaky Hop Objects
|
|
> Return Path Rewriting (RPR) - Mail Forwarding in the Spam Age
|
|
> Microsoft Discloses Huge Number Of Windows Vulnerabilties
|
|
> Steuerungsabgabe statt Steuern
|
|
> Anno 2003: deployZone
|
|
> The war against terror
|
|
> The war against terror (continued)
|
|
> The relativity of Apple's market share
|
|
> Are humans animals?
|
|
> Anno 1999: Der Oberhasler
|
|
> Anno 1998: crossnet
|
|
> Geschwindigkeit vs Umdrehungszahl
|
|
> Anno 1997: Xmedia
|
|
> "The meaning of life is to improve the quality of all life"
|
|
> Anno 1996: CZV
|
|
> How do I set a DEFAULT HTML-DOCUMENT?
|
|
> Global Screen Design Services
|