Linked by Ritesh Kumar on Thu 13th May 2004 19:31 UTC
In recent years "scripting languages" are becoming a path which is a must go for rapid application development. The open source community has seen many scripting language implementations. Some really popular and good ones available are perl and python.
Permalink for comment
To read all comments associated with this story, please click here.
" I have been looking at this language called Objective C lately. It seems to be a natively compiled version of a language like Java."
Well, Objective C tends to fall in the more dynamically-typed language category. It's a lot more similar to SmallTalk or Ruby ( http://www.ruby-lang.org ) than it is to Java.
In fact, you can write extensions to Ruby in Objective C. This would be very similar to the scenario you describe where parts of your system are written in a compiled language and other parts are written in a 'scripting' language for rapid development.
" I have been looking at this language called Objective C lately. It seems to be a natively compiled version of a language like Java."
Well, Objective C tends to fall in the more dynamically-typed language category. It's a lot more similar to SmallTalk or Ruby ( http://www.ruby-lang.org ) than it is to Java.
In fact, you can write extensions to Ruby in Objective C. This would be very similar to the scenario you describe where parts of your system are written in a compiled language and other parts are written in a 'scripting' language for rapid development.