The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Stunned by dynamicism

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Stunned by dynamicism Posted: Apr 19, 2004 3:19 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Stunned by dynamicism
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

Found this in Planet Lisp - a fascinating look at a Java guy's first interaction with a dynamic language:

The interpreter immediately is waiting for you to tell it to do something, so I entered at the prompt:

>
>> (  10 2)
>
>and it gave me:
>12
>

Wow! I know this does not seem like much, but from the Java world where I come from, to get a Java program to add two numbers together would have taken a public static void main(String args) (etc) with the correct classpath settings, a class file, a compilation, and an execute.

Heh. I enjoy showing jsp developers "self halt." in an SSP page, myself :)

Read: Stunned by dynamicism

Topic: Women in Technology? Previous Topic   Next Topic Topic: A SUnit Extension

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use