31

I am going to create a new language called Yoda that is identical to Java but it has no exception handling and no for loops.

Comments
  • 2
    writing parsers and compilers is fun, but damn you have some goals.
  • 1
    That image confirmed your level of awesomeness my good sir. I laughed way too much
  • 2
    Scala already exists ;)
  • 1
    Naming a new programming language Yoda sounds awesome, why is nobody funding this? 🤔
  • 1
    @dan-pud ha well played, sir!
  • 5
    Just make use

    do {
    ...
    } donot (Error e) {
    ...
    }

    and

    every (item in items) {
    ...
    }
Add Comment