cobol-programming-course VS cobol_to_elixir

Compare cobol-programming-course vs cobol_to_elixir and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
cobol-programming-course cobol_to_elixir
13 1
2,868 83
2.3% -
7.2 0.0
4 months ago over 2 years ago
COBOL Elixir
Creative Commons Attribution 4.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cobol-programming-course

Posts with mentions or reviews of cobol-programming-course. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-06.
  • [Alien Hunter Series Pt. 1] Mastering the COBOL Programming Language
    9 projects | dev.to | 6 Nov 2023
    Link: https://github.com/openmainframeproject/cobol-programming-course
  • I think
    1 project | /r/ProgrammerHumor | 28 Nov 2022
    IBM has some Open mainframe Training course
  • Ask HN: Why is there so little info on the web about IBM mainframe programming?
    4 projects | news.ycombinator.com | 28 Nov 2022
    https://github.com/openmainframeproject/cobol-programming-co...

    Also, mainframes are really good at high throughput transactional jobs. That's why you see them in banks, transportation, insurance, etc. Big Tech™ doesn't see it as "cool" and are too focused on the Next Big Thing™, so there's not a lot of attention there. Sometimes, boring just gets the job done.

  • Ask HN: How do I learn (real life) COBOL?
    6 projects | news.ycombinator.com | 28 Jun 2022
    A great learning resource for COBOL is the Open Mainframe Project's COBOL Programming Course. The content is self-paced with labs and the best part is you get to do the labs on a real Mainframe.

    Check it out: https://github.com/openmainframeproject/cobol-programming-co...

  • COBOL Programming Course
    1 project | /r/patient_hackernews | 1 May 2022
    1 project | /r/hackernews | 1 May 2022
    1 project | /r/sykn | 1 May 2022
    3 projects | news.ycombinator.com | 1 May 2022
  • Ask HN: What Niche Language to Learn?
    2 projects | news.ycombinator.com | 16 Nov 2021
    It's certainly not as straighforward as learning a more popular language and environment, but there are online resources if you look for them. A quick search yielded https://github.com/openmainframeproject/cobol-programming-co...

    There appears to be an active community around it, and I'm sure getting help in an apprenticeship sort of way is possible. Again, we're talking about a niche language, so you can't expect the same level of accessibility as NodeJS or Go.

    As for finding jobs, they're probably few and far between, but appear to be well paid from what I've heard. Places that need COBOL programmers will announce it, opportunities will likely come up from other contacts in the community, and cold contacting companies you know are using it is always an option.

  • How can I find sample projects to practice?
    1 project | /r/cobol | 27 Jun 2021
    There's a free course hosted by Open Mainframe Project here: https://github.com/openmainframeproject/cobol-programming-course

cobol_to_elixir

Posts with mentions or reviews of cobol_to_elixir. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-28.
  • Ask HN: How do I learn (real life) COBOL?
    6 projects | news.ycombinator.com | 28 Jun 2022
    as an outsider (and thus potentially ignorant of pitfalls): I'm a big fan of the strategy to add transpilers to modern languages so that we can start writing new code in them, have them output COBOL, and then eventually have enough of the codebase written in the new lang to swap over to it instead.

    I'm thinking of the Elixir->COBOL like this: https://github.com/TheFirstAvenger/cobol_to_elixir

    Was speaking with the author about a year ago and he was having really good success with it.

What are some alternatives?

When comparing cobol-programming-course and cobol_to_elixir you can also consider the following projects:

cobol-programming-co

perceptronCobol - A perceptron written in COBOL

cobol-on-wheelchair - Micro web-framework for COBOL

COBOL-Guest-Book-Webapp - A simple guest book demonstration written in GnuCOBOL

You-Dont-Know-JS - A book series on JavaScript. @YDKJS on twitter.

proleap-cobol-parser - ProLeap ANTLR4-based parser for COBOL

COBOL-Guide - COBOL Guide

Awesome-Mainframes - Awesome list of mainframe related resources & projects

bf - Brainfuck interpreter written in COBOL

Awesome-Mainframe-Hacking