you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 7 months ago (1 child)

Wants to be Pro but doesn't even do it recursive...

  • source
  • hideshow 2 child comments
  • [–] 5 points 7 months ago* (1 child)
    function foo() {
      x = new Random();
      case (x = 10):
        return (x);
      default:
        foo()
    }
    
  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 7 months ago* (1 child)

    What unholy mix of languages is that? It is dominated by a blend of javascript and python, but with notes of something exotic. Maybe algol? or vhdl?, there is to little to tell.
    Impressive, someone write up a spec and publish it to the esolang wiki.

  • source
  • parent
  • hideshow 2 child comments