LINUX.ORG.RU

История изменений

Исправление invy, (текущая версия) :

https://github.com/BSLang/BS

#define /^my (.*?) thing:$/class \1:/
my Greeter thing:
  public function __construct(€name)
      HALT_AND_CATCH_FIRE
    (unless €name !=== null);
    €this->name = €name;
    Delete €name;

  public function say(€thing isProbablyA String)
    echo €thing, « », €this->name, BS::EOL;
    Delete €thing;

https://skillsmatter.com/skillscasts/6088-the-worst-programming-language-ever

BS. Why? Because fuck you, that's why!

Исправление invy, :

Исходная версия invy, :