On 6/4/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
> Someone else then built upon THAT and wrote a Coldfusion
> library which references the Quertus library and allows you to combine PHP
> and Coldfusion code on the same page, pass variables back and forth to each
> other and more.

Here's the official project page:

http://scripting.riaforge.org/

I have Ruby running inside CF8 as well as PHP now.

> I don't know what the speed is (probably not as fast as the native zend
> interpreter, but still...PHP code mixed in with CF code is pretty kick ass.

I'm working on leveraging the javax.script.* CompiledScript machinery
which should allow for script caching and one-time compilation which
should make it much faster than the current Alpha version of
scripting.

> I read that someone else has done the same thing for Ruby.

Same someone. Me.

I'll be adding the capability to run Python, Groovy and Haskell
"soon". Maybe awk, Scheme and Tcl later, maybe others. Essentially all
of the languages that are listed on Sun's Scripting project page.

This all relies on the javax.script.* package introduced in Java 6
(which CF8 uses).
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280007
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to