• @ZILtoid1991
    link
    12 days ago
    > keywords still written in English
    bruh.wav
    
  • @steventhedev
    link
    24 days ago

    this doesn’t hold a candle to APL:

    sudoku←{⎕io←0       ⍝ Whitney/Last
        p←{(↑⍵)∘{(⍺∨.=⍵)/⍳n×n}¨,⍵},(n2){⍵,⍺⊥⌊⍵÷⍺}¨⍳n n←⍴⍵
        m←{(⊂⍵)⌈(⊂⍺=⍳⍴⍵)×(1+⍳n)~⍵[⍺⊃p]}
        (⍴⍵)∘⍴¨⊃{⊃,/⍺ m¨⍵}/{(⍸⍵=0),⊂⊂⍵},⍵
    }
    
    • Billegh
      link
      34 days ago

      The difference is that the above Sumerian could be dealt with using find and replace in a dire situation, while APL is a write-only language.

      • @stingpie
        link
        24 days ago

        I dunno, there’s probably less than ten people who can actually speak Sumerian, and there’s at least a dozen people who can read APL.

    • @shalafi
      link
      English
      36 days ago

      The opening lines were prophetic:

      "… When it gets down to it–we’re talking trade balances here–once we’ve brain-drained all our technology into other countries, once things have evened out, they’re making cars in Bolivia and microwaves in Tadzhikistan and selling them here–once our edge in natural resources has been made irrelevant by giant Hong Kong ships and dirigibles that can ship North Dakota all the way to New Zealand for a nickel–once the Invisible Hand has taken all those historical inequities and smeared them out into a broad global layer of what a Pakistani bricklayer would consider to be prosperity–y’know what? There’s only four things we do better than anyone else:

      • music
      • movies
      • microcode (software)
      • high-speed pizza delivery
  • @kshade
    link
    6
    edit-2
    6 days ago

    Haskell will probably come with some of these predefined, what with ∀ already being an alias for “forall” and so on.

  • @GroundedGator
    link
    56 days ago

    I interviewed someone once who had sublime set up to use emojis in place of keywords. The only one that made me actually chuckle more than groan was using the 💩 emoji for catch.

  • @A_Union_of_Kobolds
    link
    36 days ago

    I think that’s how you summon actual demons

    I know one extremely burnt out dude who would absolutely try it

    • qazOP
      link
      English
      26 days ago

      GDScript

  • pelya
    link
    26 days ago

    One big problem is font size. Smaller features of many scripts like CJK are barely visible, and this example shows the same problem.

  • @[email protected]
    link
    fedilink
    2
    edit-2
    6 days ago

    Feeling mischievous?

    Python 3.12.6.
    >>> 𒁎=3
    >>> 𒁎**𒁎
    27
    
    #include <iostream>
    
    int main() {
      int 𒇤 = 2;
      std::cout << (𒇤 + 𒇤) << std::endl;
      return 0;
    }
    
    $ ./a.out
    4
    
    touch 𒇤.java
    nvim 𒇤.java
    
    public class 𒇤 {
     public static void main(String[] args) {
        System.out.println("LMAO");
      }
    }
    
  • FreshLight
    link
    fedilink
    16 days ago

    Okok… Does this make sense? And if so, how long did it take you to write this?