The book of inspiration

March 16, 2008

jsc:actionscript now with anonymous types

Filed under: jsc — Tags: , , , — zproxy @ 1:05 pm

I was able to update jsc and now it supports anonymous types for projects targeting actionscript.

Starting today you can now use syntax like this:

    var query = from i in __users

                where i.ToLower().Contains(user_filter)

                let name = i.Trim()

                let isspecial = i.ToLower().Contains(user_filter2)

                select new { isspecial, length = name.Length, name };

Download latest jsc here.

For feature comparison between projects that target javascript and actionscript see those examples:





javascript minesweeper remake

Filed under: jsc — Tags: , , , , — zproxy @ 11:23 am

You can now play the classic minesweeper game in your browser.



March 10, 2008

jsc status in march 2008

Filed under: jsc — Tags: , , , , , — zproxy @ 6:53 pm

I was hoping to release an update on jsc but it did not work out as i thought, thus i figured it would be great to just gather the downloadable bits in one post for those of you who are new to jsc. Just so you know I am working on a flash game (getting to know flash) :)

Things you could do:

  1. Download jsc dated 2008 02 10
  2. Download jsc example projects dated 2007 12 31
  3. See the examples live and comment at zproxy.wordpress.com
  4. See the tycoon look alike
  5. Read the tutorial for NatureBoyTestPad project
  6. Discuss jsc at google groups
  7. Visit jsc.sf.net
  8. Subscribe to this blog :)
  9. Write the next killer javascript/actionscript web application in c# :)

Theme: Shocking Blue Green. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.