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.
Replacing the scripting language by COBOL
rfuentealba
Moderator, RapidMiner Certified Analyst, Member, University ProfessorPosts:568Unicorn
Hello, RapidMiner!
It's good to be back!!!!!!
In fact, I haven't gone far. I have been working with@MarcoBarradas,@varunm1,@Telcontar120and@lionelderkrikoron 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,@RalfKlinkenbergand of course@IngoRMto 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.@EgiShiakuis helping me with the redesign. It's a very nice UI, don't y'all think?
唯一的缺点我看到的是,如果这个特性equest 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,@Telcontar120and@lionelderkrikoron 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 athttps://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,@RalfKlinkenbergand of course@IngoRMto 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.@EgiShiakuis helping me with the redesign. It's a very nice UI, don't y'all think?
唯一的缺点我看到的是,如果这个特性equest 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).