E Script is Outdated and Dead

Open discussion forum. For topics that do not fit anywhere else.
Post Reply
User avatar
Austin
Former Developer
Posts: 621
Joined: Wed Jan 25, 2006 2:30 am

E Script is Outdated and Dead

Post by Austin »

Lets replace it with http://lolcode.com/ LOL Code

Wiki - If its on Wikipedia, you know it's fact, true and accurate!
http://en.wikipedia.org/wiki/LOLCODE

Open-Source C++ Interpreter:
http://adtsai.blogspot.com/2008/12/lole ... reter.html

It follows the same principles but... is more modern in syntax.

get to it, guys! :whip:
User avatar
Austin
Former Developer
Posts: 621
Joined: Wed Jan 25, 2006 2:30 am

Re: E Script is Outdated and Dead

Post by Austin »

Okay it looks like there is less enthusiasm than there should be so examples shall be produced!

Hello World in E Script

Code: Select all

use uo;
use os;

program HelloWorld()
     print("Hello World");

     return 1;
endprogram
In LOLCode

Code: Select all

HAI
    CAN HAS STDIO?
    VISIBLE "HAI WORLD!"
KTHXBYE
Im a big fan of the switches.
Instead of

Code: Select all

case(var)
   case: do this; 
        break;
   case: do that;
        break;
   default: do something;
        break;
endcase
LOLCode

Code: Select all

VAR, WTF?
    OMG 1
        VISIBLE "5"
        GTFO
    OMG 2
        VISIBLE "4"
        GTFO
    OMG 3
        VISIBLE "3"
        GTFO
    OMG 4
        VISIBLE "2"
        GTFO
    OMG 5
        VISIBLE "1"
        GTFO
    OMGWTF
        VISIBLE "DEFAULT"
OIC
Even the zulu hotel idiots could effectively use this stuff.
Oh noez uz stoleded my codes! I HAF GET U!
Nando
POL Developer
Posts: 284
Joined: Wed Sep 17, 2008 6:53 pm

Re: E Script is Outdated and Dead

Post by Nando »

Oh, very good point, Austin. Next beta release will SURELY have at least a LOLCode->eScript converter, so we can start coding in this modern language as soon as possible. We must prepare POL for the future.
Luth
Former Developer
Posts: 200
Joined: Mon Jan 30, 2006 8:10 am

Re: E Script is Outdated and Dead

Post by Luth »

Image

Captain Hopsalot agrees with your coding decision.
sjb
New User
Posts: 1
Joined: Sat Jan 31, 2009 9:58 am

Re: E Script is Outdated and Dead

Post by sjb »

*coughs* breakitoutandmakeitc++

oh. long cough!
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Re: E Script is Outdated and Dead

Post by Yukiko »

Austin how about GREETZ as a replacement for SendysMessage?
Post Reply