I am thinking of starting a project and I am looking to see if there is any interest. This will be an interpreted language that is very much like the language used in the HP41C, except you get labels to jump to (to avoid needing to renumber as one does in BASIC) and named variables instead of registers. The interpreter would interpret text source code directly, and would be capable of producing textual and numeric output

It will be a pretty big undertaking and I would rather only do it if there was a ‘market’ for it. The program will be distributed under an open source license.

Anyone?

  • Hjalmar
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    That seems like a fun project, I have myself written two interpreters/simulators and one compiler and it’s a lot of fun. However, that’s something you do for your self, without a ton of effort and dedication you won’t make something useful