1 pointby Qc173 hours ago1 comment
  • Qc173 hours ago
    Hi HN!

    I’ve been experimenting with programming language design and created a small language called LINE (Language with Intuitive and Natural Expression).

    The idea is to make simple program logic easier to read and experiment with.

    The interpreter is written in JavaScript and runs directly in the browser, so you can try it without installing anything.

    There is also an online demo here: https://qc-17.github.io/LINE

    Right now the project is experimental, but I’m interested in feedback about the language design, syntax, and possible improvements.

    If you enjoy playing with small languages or interpreters, I’d love to hear your thoughts!