May
14

Peter Michaux has created a make, or rake-like utility for JavaScript called xmake. You create a Xmakefile.js such as PLAIN TEXT JAVASCRIPT: / defines printlnrequire(’helpers’); xmake.task(’low’, function() {  println(’low’);}); xmake.task(’mid1′, [’low’], function() {  println(’mid1′);}); xmake.task(’mid2′, [’low’], function() {  println(’mid2′);}); xmake.task(’high’, [’mid1′, ‘mid2′], function() {  println(’high’);});  And you run it via:xmake [-f filename] taskname This works with xjs, the server side JavaScript framework Peter is building. […]

More: continued here

AjaxDir.com These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • Ma.gnolia
  • MyShare
  • Netscape
  • NewsVine
  • PlugIM
  • PopCurrent
  • ppnow
  • RawSugar
  • Rec6
  • Reddit
  • Scoopeo
  • scuttle
  • Shadows
  • Simpy
  • Slashdot
  • Smarking
  • SphereIt
  • Spurl
  • StumbleUpon
  • Taggly
  • TailRank
  • Technorati
  • Webride
  • Wykop
  • YahooMyWeb

No Comments Make A Comment

No comments yet.

Comments RSS Feed   TrackBack URL

Leave a comment

You must be logged in to post a comment.