[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: AmiBroker for Win32 scripting



PureBytes Links

Trading Reference Links

donald dalley <ddalle-@xxxx> wrote: 
original article:http://www.egroups.com/group/amibroker/?start=312
> "It enables access to corporate applications and platform specific
libraries,
> tools and commands."
> 
> In other words, Command will finally allow interaction with programs
outside
> REBOL's world. That's why a few of us are excited about REBOL for
AmiBroker.
> 
> Although I have not done it personally, the Amiga version is supposed
to be
> able to do that now, using PIPE:s. REBOL-PIPE:Bridge-ARexx-AmiBroker
anyone?
It is also possible now using private TCP/IP ports. REBOL has built-in
TCP/IP support and if AmiBroker had its own TCP/IP communication ports
it would be possible to talk with REBOL.
It is even more platform-insentive than PIPES (because for example
named pipes work only on WinNT, Win95/98 does not support them
natively).

I don't want to build TCP/IP ports in AmiBroker since it is pretty
low-level
mechanism and would require *LOTS* of work which will be better used for
implementing other features.

> BTW, earlier this year, I noticed that REBOL syntax is *very*
LOGO-like (years
> ago, I bought Amiga LOGO, by Carl S.), if anyone remembers that 1980's
> programming language.

Yes, REBOL is similiar in some concepts to LISP, LOGO and FORTH.

Best regards,
Tomasz Janeczko