Re: Create PDFs

2007-09-27 Thread Edmund R. MacKenty
Tom Duerbusch wrote: So, I was wonderingin the 21st century, there must be a better way. I'm thinking something that would take a base report, insert code into it and print it. Take all that crap out of the application program. I'm not tied to a PDF format. The bad part about PDF output is you

Re: Create PDFs

2007-09-27 Thread McKown, John
-Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Edmund R. MacKenty Sent: Thursday, September 27, 2007 10:59 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Create PDFs snip If you're going to rewrite the filter that converts your raw CICS output

Re: Create PDFs

2007-09-26 Thread Thomas Denier
-Tom Duerbusch wrote: - I've asked before but now I know more about what I'm talking about (if you can believe that G). We are at a conversion point. Our CICS print output was being coded to a hardware box (IDATA box). And those are going away. The new printers that are wanted, are IP

Re: Create PDFs

2007-09-25 Thread McKown, John
-Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Evans, Kevin R Sent: Tuesday, September 25, 2007 5:53 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Create PDFs I remember EEs at a prior company using Forth years ago. They used to extend

Re: Create PDFs

2007-09-25 Thread Dave Jones
: Create PDFs I remember EEs at a prior company using Forth years ago. They used to extend the language set by adding their own instructions. Then they couldn't remember how their own instruction worked (these were EEs doing this stuff not software guys./me waits for the verbal abuse to come in), so

Re: Create PDFs

2007-09-25 Thread Evans, Kevin R
PDFs -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Evans, Kevin R Sent: Tuesday, September 25, 2007 5:53 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Create PDFs I remember EEs at a prior company using Forth years ago. They used to extend

Re: Create PDFs

2007-09-25 Thread Jay Maynard
On Tue, Sep 25, 2007 at 08:07:26AM -0500, Dave Jones wrote: McKown, John wrote: Not go anywhere? It was not designed as a general purpose language. IIRC, the creator created it to control telescopes. I think it has a larger audience in the embedded or process control world. Very much so. My

Re: Create PDFs

2007-09-25 Thread Evans, Kevin R
Port [mailto:[EMAIL PROTECTED] On Behalf Of Jay Maynard Sent: Tuesday, September 25, 2007 9:26 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Create PDFs On Tue, Sep 25, 2007 at 08:07:26AM -0500, Dave Jones wrote: McKown, John wrote: Not go anywhere? It was not designed as a general purpose language

Re: Create PDFs

2007-09-25 Thread Jay Maynard
On Tue, Sep 25, 2007 at 09:33:50AM -0400, Evans, Kevin R wrote: I worked in the embedded field for about 20+ years and never used it myself. No self respecting software developer would use it (at least for the military stuff that I worked on). As far as I saw, the code was almost impossible to

Re: Create PDFs

2007-09-25 Thread Evans, Kevin R
I guess to each their own, no? Kevin -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Jay Maynard Sent: Tuesday, September 25, 2007 9:45 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Create PDFs On Tue, Sep 25, 2007 at 09:33:50AM -0400, Evans, Kevin R

Re: Create PDFs

2007-09-25 Thread Adam Thornton
On Sep 25, 2007, at 5:52 AM, Evans, Kevin R wrote: I remember EEs at a prior company using Forth years ago. They used to extend the language set by adding their own instructions. Then they couldn't remember how their own instruction worked (these were EEs doing this stuff not software

OT : Language comparisons (was Re: Create PDFs)

2007-09-25 Thread Ivan Warren
Adam Thornton wrote: Nothing except maybe Lisp rivals Forth in terms of expressive-power- per-byte-of-language. But then a stack is just a bunch of parens turned on its side. I'd put APL first in that category ! --Ivan --

Re: OT : Language comparisons (was Re: Create PDFs)

2007-09-25 Thread McKown, John
-Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Ivan Warren Sent: Tuesday, September 25, 2007 9:09 AM To: LINUX-390@VM.MARIST.EDU Subject: OT : Language comparisons (was Re: Create PDFs) Adam Thornton wrote: Nothing except maybe Lisp rivals

Re: OT : Language comparisons (was Re: Create PDFs)

2007-09-25 Thread Jay Maynard
On Tue, Sep 25, 2007 at 04:09:08PM +0200, Ivan Warren wrote: Adam Thornton wrote: Nothing except maybe Lisp rivals Forth in terms of expressive-power- per-byte-of-language. But then a stack is just a bunch of parens turned on its side. I'd put APL first in that category ! Three things a man

Re: OT : Language comparisons (was Re: Create PDFs)

2007-09-25 Thread Adam Thornton
On Sep 25, 2007, at 9:09 AM, Ivan Warren wrote: Adam Thornton wrote: Nothing except maybe Lisp rivals Forth in terms of expressive-power- per-byte-of-language. But then a stack is just a bunch of parens turned on its side. I'd put APL first in that category ! I think I was unclear. What

Re: Create PDFs

2007-09-25 Thread David Boyes
If you write it to look like Perl, you'll get an unmaintainable mess. It's an amplifier: it amplifies mistakes really, really well. It's the old saw that says that it's possible to write FORTRAN in any programming language if you try hard enough. Forth is very, very useful, particularly if

Re: Create PDFs

2007-09-25 Thread Gregg C Levine
@VM.MARIST.EDU Subject: Re: [LINUX-390] Create PDFs -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Evans, Kevin R Sent: Tuesday, September 25, 2007 5:53 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Create PDFs I remember EEs at a prior

Re: Create PDFs

2007-09-25 Thread McKown, John
-Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Gregg C Levine Sent: Tuesday, September 25, 2007 9:42 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Create PDFs Hello! Right you are John. I even believe I've got the article from Byte Magazine

Re: Create PDFs

2007-09-25 Thread Richard Hitt
Forth was the language of Sun's Open Boot PROM. From http://sunsite.uakom.sk/sunworldonline/swol-10-1995/swol-10-openboot.html: When you turn on a Sun workstation, the firmware in the boot PROM (programmable read-only memory) is executed immediately. The main function of a boot PROM is

Re: Create PDFs

2007-09-25 Thread John Summerfield
Adam Thornton wrote: On Sep 25, 2007, at 5:52 AM, Evans, Kevin R wrote: I remember EEs at a prior company using Forth years ago. They used to extend the language set by adding their own instructions. Then they couldn't remember how their own instruction worked (these were EEs doing this stuff

Re: Create PDFs

2007-09-25 Thread John Summerfield
John Summerfield wrote: I've never seen or used Forth, but allegedly the slushware in Apples and Suns is pretty similar. http://www.openfirmware.org/ I may have meant openboot.org - but it's not loading, so I can't be certain. -- Cheers John -- spambait [EMAIL PROTECTED] [EMAIL

Create PDFs

2007-09-24 Thread Tom Duerbusch
I've asked before but now I know more about what I'm talking about (if you can believe that G). We are at a conversion point. Our CICS print output was being coded to a hardware box (IDATA box). And those are going away. The new printers that are wanted, are IP printers and the IDATA box

Re: Create PDFs

2007-09-24 Thread Rick Troth
Tom ... I'm curious why you would pursue a PDF capable printer instead of cranking out PostScript from CICS, or generating PostScript. It's easy to do. PostScript is a 4th-like language (where, for those unfamiliar with it, there was once a language called 4th and PS is like it). I never

Re: Create PDFs

2007-09-24 Thread David Boyes
So, I was wonderingin the 21st century, there must be a better way. I'm thinking something that would take a base report, insert code into it and print it. Take all that crap out of the application program. I'm not tied to a PDF format. The bad part about PDF output is you need a print

Re: Create PDFs

2007-09-24 Thread Adam Thornton
On Sep 24, 2007, at 5:40 PM, Rick Troth wrote: PostScript is a 4th-like language (where, for those unfamiliar with it, there was once a language called 4th and PS is like it). Forth. Pedantically yrs, Adam -- For