ALL FEATURE REQUESTS HERE ARE MONITORED BY OUR PRODUCT TEAM.
VOTING MATTERS!
IDEAS WITH HIGH NUMBERS OF VOTES (USUALLY ≥ 10) ARE PRIORITIZED IN OUR ROADMAP.
NOTE: IF YOU WISH TO SUGGEST A NEW FEATURE, PLEASE POST A NEW QUESTION AND TAG AS "FEATURE REQUEST". THANK YOU.
VOTING MATTERS!
IDEAS WITH HIGH NUMBERS OF VOTES (USUALLY ≥ 10) ARE PRIORITIZED IN OUR ROADMAP.
NOTE: IF YOU WISH TO SUGGEST A NEW FEATURE, PLEASE POST A NEW QUESTION AND TAG AS "FEATURE REQUEST". THANK YOU.
The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Replacing the scripting language by COBOL
rfuentealba
RapidMiner Certified Analyst, Member, University Professor Posts: 568 Unicorn
Hello, RapidMiner!
It's good to be back!!!!!!
In fact, I haven't gone far. I have been working with @MarcoBarradas, @varunm1, @Telcontar120 and @lionelderkrikor on a patch that replaces the entire RapidMiner scripting language by a modified version of GnuCOBOL, because it has the following advantages:
I would ask @sgenzer, @mschmitz, @yyhuang, @Pavithra_Rao, @ey, @RalfKlinkenberg and of course @IngoRM to consider this feature request, please, please, please.
Attached you can find a very early version of the editor with a "Hello, World!" algorithm that shows the expressiveness of the language.
Here is a newer example. @EgiShiaku is helping me with the redesign. It's a very nice UI, don't y'all think?
The only downside I see is that if this feature request gets implemented we would no longer have "5 minutes with Ingo" but rather 2 hours (and about 3/4 of the time would be just for scrolling the code for important parts) but hey, everyone in the community loves him, we would really really love to see more from him. So it's not a downside, is it?
Thankful!!!
PS. Some more links about this wonderful language that will leave Python behind in no time:
It's good to be back!!!!!!
In fact, I haven't gone far. I have been working with @MarcoBarradas, @varunm1, @Telcontar120 and @lionelderkrikor on a patch that replaces the entire RapidMiner scripting language by a modified version of GnuCOBOL, because it has the following advantages:
- A natural successor of RM/Cobol (the forgotten roots of RapidMiner, read more at https://www.microfocus.com/en-us/products/rm-cobol/overview)
- A comprehensive language that works naturally on each system.
- A better license, the GNU's Not Unix license, the same one that uses the Linux operating system.
- Self-documenting features. You know exactly what are you doing by commenting. There is one "division" for each place: your personal details in the IDENTIFICATION DIVISION, your system's definitions in ENVIRONMENT DIVISION, your data in DATA DIVISION and your code in PROCEDURE DIVISION.
- Backwards compatibility all the way down to machines that were created in 1958, because these machines do have data that is otherwise very difficult to process. Imagine the power that this could bring to RapidMiner!
- A stable ecosystem, unlike Java that couldn't handle to be backwards compatible for more than 30 years.
I would ask @sgenzer, @mschmitz, @yyhuang, @Pavithra_Rao, @ey, @RalfKlinkenberg and of course @IngoRM to consider this feature request, please, please, please.
Attached you can find a very early version of the editor with a "Hello, World!" algorithm that shows the expressiveness of the language.
Here is a newer example. @EgiShiaku is helping me with the redesign. It's a very nice UI, don't y'all think?
The only downside I see is that if this feature request gets implemented we would no longer have "5 minutes with Ingo" but rather 2 hours (and about 3/4 of the time would be just for scrolling the code for important parts) but hey, everyone in the community loves him, we would really really love to see more from him. So it's not a downside, is it?
Thankful!!!
PS. Some more links about this wonderful language that will leave Python behind in no time:
Tagged:
4
Comments
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
[the tinyurl/rapidminercobol is the best!!]
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
Dortmund, Germany
Are you going to use the Create Custom Extension?
https://josephsteinberg.com/covid-19-response-new-jersey-urgently-needs-cobol-programmers-yes-you-read-that-correctly/
The real-life scenario of COBOL programmers required, I was so cautious when I came across the article first, thought it was a prank.
Harshit
There was a huge discussion regarding COBOL in the days after the prank. Someone asked "how much of your prank is coincidence?". Well... nothing is coincidence. Most of us here work on predictive analytics, I just predicted the massive COBOL comeback.
(The other valid explanation could be that a friend of mine offered me a job despite me not having pleasant experiences with COBOL, ended up making a small COBOL parser at the University that could translate small programs to C. It was limited and much less efficient than loading rmc85 and reading the .COB file, but at least I learned a little bit about compilers).