gnucobol-users
[Top][All Lists]
Advanced

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

Re: [open-cobol-list] Daydreaming about another language to emit


From: Brian Tiffin
Subject: Re: [open-cobol-list] Daydreaming about another language to emit
Date: Wed, 9 Oct 2013 12:48:25 -0400

On 10/9/13, john Culleton <address@hidden> wrote:
> On Fri, 04 Oct 2013 10:15:52 -0400
> Patrick <address@hidden> wrote:
>
>>
>> > Only practical intermediate language would be C++.
>> >
>> > That would allow us to introduce OO in the future.
>> >
>> >
>> >
>> Hi Vince
>>
>> Yes,  I forgot to bring up OO.
>>
>> Practical or not, perhaps we could chat about requirements??
>>
>> Pascal, Ada and D all bring OO as well.
>>
>> My main motivation for even discussing other languages is the
>> difficulty of bringing in other languages into Cobol in a Cobol-like
>> way.
>>
>> Perhaps a separate compiler that translated Tidy Cobol looking code
>> into Cobol + many CALL statements would be a neat project as well.
>>
>> Just a rough fictional example:
>>
>> GTK-START
>>    WIDGETS-START
>>    CREATE window TITLE is "Hello World" SET TOP-LEVEL
>>    WIDGETS-END
>>
>> EXEC-GTK
>>    SHOW window
>> END-GTK
>>
>>
>>
>>
>> This could end up
>>
>>
>>
>> CALL "gtk this and that'
>>
>> CALL "gtk this and that'
>>
>> CALL "gtk this and that' etc...
>>
>>
>> -Patrick
>>
>>
> A long long time ago my Honeywell 110 had two COBOL compilers. One ran
> in 16k and the other in 8k. The smaller one generated code that
> consisted entirely of ""call" statements to precompiled machine language
> functions.
>
> I would like to see a COBOL compiler written entirely in COBOL. Now
> that would be an accomplishment.

I can't find the reference, but I'm pretty sure Micro Focus COBOL is
written in Micro Focus COBOL, and has been for quite a while.

I could be mis-remembering some long forgotten blog entry though.
RM/COBOL maybe?

Cheers,
Brian


>
>
>
> --
> John Culleton
> Wexford Press
> Free list of books for self-publishers:
> http://wexfordpress.net/shortlist.html
> PDF e-book: "Create Book Covers with Scribus"
> available at http://www.booklocker.com/books/4055.html
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
> _______________________________________________
> open-cobol-list mailing list
> address@hidden
> https://lists.sourceforge.net/lists/listinfo/open-cobol-list
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]