Command Line IDL for Windows, now available [message #57504] |
Mon, 10 December 2007 15:40  |
abraham
Messages: 7 Registered: May 1995
|
Junior Member |
|
|
... for IDL 7.0 only.
I have created a Windows console application that provides familiar
Unix command-line functionality. I know that you guys and gals are
hard core IDL and Unix users, so please don't flame me if your
favorite functionality isn't there.
The console application does have some nice additional features not
found in the Unix command-line IDL app. Of special note, is the IDL
"MP" mode. IDL MP mode allows you to create multiple IDL processes,
switch the command line between them, and even asynchronously post a
command to an MP process for execution in the background without
blocking the command line. You can even create MP IDL sessions in
different bit modes--allowing you to mix and match 32- and 64-bit
processes.
I did this project on the side, so I don't know how often I will be
updating it. Hopefully, it will fulfill all your needs. (smile) I
will collect feedback for any future releases. But, if you find
something catastrophic, please let me know.
I have minimally tested it on WinXP 32/64 and Vista. Please see the
doc in the download file for the list of know issues and bugs, plus
installation instructions, and full details on functionality.
I've posted the download zip file on the ITTVIS code contribution
site. Search for my name "Abraham", or the file name "wincl_7.0.zip",
or, you can try this link:
https://www.ittvis.com/codebank/search.asp?FID=536
Merry Christmas
Abraham Campbell
|
|
|
Re: Command Line IDL for Windows, now available [message #57691 is a reply to message #57504] |
Tue, 18 December 2007 15:58  |
Dick Jackson
Messages: 347 Registered: August 1998
|
Senior Member |
|
|
[let's see if *this* posting gets through...]
"Vince Hradil" <hradilv@yahoo.com> wrote in message
news:b6ac8bb2-667f-4505-8879-fe8804304690@b1g2000pra.googleg roups.com...
> On Dec 18, 9:16 am, "Haje Korth" <haje.ko...@nospam.jhuapl.edu> wrote:
>> Excellent! Just discussed this with Doug and Bill at the AGU meeting!!! Have
>> been waiting 20 years for this. :-)
>>
>> <abra...@ittvis.com> wrote in message
^^^^
this may be for "abracadabra"! :-)
>>
>> news:9c1934d4-6115-4bdf-aeea-464fb4c9d6f2@w28g2000hsf.google groups.com...
>>
>>> ... for IDL 7.0 only.
>>
>>> I have created a Windows console application that provides familiar
>>> Unix command-line functionality.
[...]
>>> https://www.ittvis.com/codebank/search.asp?FID=536
>>
>>> Merry Christmas
>>> Abraham Campbell
>
> I agree, it's nice. But has anyone figured out how to get it to work
> in Emacs?
I've been in touch with JD and Abraham, and Abraham is now away for a few days,
and may have some answers when he comes back. My current unsubstantiated guess
is that his program is using the console instead of stdin and stdout, and Emacs
can't conveniently talk to such programs. Here's where I got that idea, as it
corresponds with the symptoms I see:
http://www.gnu.org/software/emacs/windows/faq7.html#subproc- console
Cheers,
-Dick
--
Dick Jackson Software Consulting http://www.d-jackson.com
Victoria, BC, Canada +1-250-220-6117 dick@d-jackson.com
|
|
|
|
Re: Command Line IDL for Windows, now available [message #57697 is a reply to message #57504] |
Tue, 18 December 2007 08:26  |
Vince Hradil
Messages: 574 Registered: December 1999
|
Senior Member |
|
|
On Dec 18, 9:16 am, "Haje Korth" <haje.ko...@nospam.jhuapl.edu> wrote:
> Excellent! Just discussed this with Doug and Bill at the AGU meeting!!! Have
> been waiting 20 years for this. :-)
>
> <abra...@ittvis.com> wrote in message
>
> news:9c1934d4-6115-4bdf-aeea-464fb4c9d6f2@w28g2000hsf.google groups.com...
>
>> ... for IDL 7.0 only.
>
>> I have created a Windows console application that provides familiar
>> Unix command-line functionality. I know that you guys and gals are
>> hard core IDL and Unix users, so please don't flame me if your
>> favorite functionality isn't there.
>
>> The console application does have some nice additional features not
>> found in the Unix command-line IDL app. Of special note, is the IDL
>> "MP" mode. IDL MP mode allows you to create multiple IDL processes,
>> switch the command line between them, and even asynchronously post a
>> command to an MP process for execution in the background without
>> blocking the command line. You can even create MP IDL sessions in
>> different bit modes--allowing you to mix and match 32- and 64-bit
>> processes.
>
>> I did this project on the side, so I don't know how often I will be
>> updating it. Hopefully, it will fulfill all your needs. (smile) I
>> will collect feedback for any future releases. But, if you find
>> something catastrophic, please let me know.
>
>> I have minimally tested it on WinXP 32/64 and Vista. Please see the
>> doc in the download file for the list of know issues and bugs, plus
>> installation instructions, and full details on functionality.
>
>> I've posted the download zip file on the ITTVIS code contribution
>> site. Search for my name "Abraham", or the file name "wincl_7.0.zip",
>> or, you can try this link:
>
>> https://www.ittvis.com/codebank/search.asp?FID=536
>
>> Merry Christmas
>> Abraham Campbell
I agree, it's nice. But has anyone figured out how to get it to work
in Emacs?
|
|
|
Re: Command Line IDL for Windows, now available [message #57700 is a reply to message #57504] |
Tue, 18 December 2007 07:16  |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
Excellent! Just discussed this with Doug and Bill at the AGU meeting!!! Have
been waiting 20 years for this. :-)
<abraham@ittvis.com> wrote in message
news:9c1934d4-6115-4bdf-aeea-464fb4c9d6f2@w28g2000hsf.google groups.com...
> ... for IDL 7.0 only.
>
> I have created a Windows console application that provides familiar
> Unix command-line functionality. I know that you guys and gals are
> hard core IDL and Unix users, so please don't flame me if your
> favorite functionality isn't there.
>
> The console application does have some nice additional features not
> found in the Unix command-line IDL app. Of special note, is the IDL
> "MP" mode. IDL MP mode allows you to create multiple IDL processes,
> switch the command line between them, and even asynchronously post a
> command to an MP process for execution in the background without
> blocking the command line. You can even create MP IDL sessions in
> different bit modes--allowing you to mix and match 32- and 64-bit
> processes.
>
> I did this project on the side, so I don't know how often I will be
> updating it. Hopefully, it will fulfill all your needs. (smile) I
> will collect feedback for any future releases. But, if you find
> something catastrophic, please let me know.
>
> I have minimally tested it on WinXP 32/64 and Vista. Please see the
> doc in the download file for the list of know issues and bugs, plus
> installation instructions, and full details on functionality.
>
> I've posted the download zip file on the ITTVIS code contribution
> site. Search for my name "Abraham", or the file name "wincl_7.0.zip",
> or, you can try this link:
>
> https://www.ittvis.com/codebank/search.asp?FID=536
>
>
> Merry Christmas
> Abraham Campbell
>
>
>
|
|
|