topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 5:39 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: squeak: new language that looks like an open-source flash?  (Read 7291 times)

urlwolf

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,837
    • View Profile
    • Donate to Member
squeak: new language that looks like an open-source flash?
« on: February 03, 2007, 02:21 PM »
http://www.squeak.org/

Seems to have some advantages such as
# Strongly Typed
# Garbage Collected
# Interpreted

I always hated how difficult it is to debug actionScript, even with third-party libraries and tools. The entire paradigm kind of forces you to have variables with a wide scope (practically 'globals') and that is just a way to let you shoot you in the foot.

Have you heard of this squeak before? The mailing list seems very active:
http://news.gmane.or...ltalk.squeak.general

They have a very large wiki (6000 pages):
http://wiki.squeak.org/Squeak

It also seems to be very fast, at least compared to actionScript:
http://www.visoracle...akfaq/benchmark.html
(unfortunately, that benchmark might be pretty old; no date to be found).

Since it has inherited properties from smalltalk, and the language itself may look a bit like ruby, whereas actionScript looks more like javascript/PHP.

What are your thoughts on this?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: squeak: new language that looks like an open-source flash?
« Reply #1 on: February 03, 2007, 07:02 PM »
Squeak is not "based on" smalltalk.. it *is* smalltalk.

As such it's going to be a very pure nice object-oriented language, great for understanding programming languages and concepts.

But I don't see how it is useful as a flash alternative..

Gothi[c]

  • DC Server Admin
  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 873
    • View Profile
    • linkerror
    • Donate to Member
Re: squeak: new language that looks like an open-source flash?
« Reply #2 on: February 04, 2007, 12:03 PM »
The croquet project is also based on the squeak language.
(see https://www.donation...dex.php?topic=3329.0 )

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: squeak: new language that looks like an open-source flash?
« Reply #3 on: February 04, 2007, 09:19 PM »
there is also OpenLaszlo which aims to transcend the various formats of the web, plenty of demos here..

OpenLaszlo is an open source platform for creating zero-install web applications with the user interface capabilities of desktop client software.

OpenLaszlo programs are written in XML and JavaScript and transparently compiled to Flash and, with OpenLaszlo 4, DHTML. The OpenLaszlo APIs provide animation, layout, data binding, server communication, and declarative UI. An OpenLaszlo application can be as short as a single source file, or factored into multiple files that define reusable classes and libraries.

ol_java_bot.png