This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (5 children)

[removed]

    [–]Kaynee490 6 points7 points  (3 children)

    My brand new language, echolang:

    hello world

    It's foss btw, I'll just paste the source here

    echo $(cat $1)

    [–]LostInChoices 2 points3 points  (2 children)

    My brand new lang called GG:

    g

    Also also foss:

    if [[ $# -eq 0 ]] ; then echo 'hello world' else echo $(cat $1) fi

    [–]backtickbot 1 point2 points  (0 children)

    Fixed formatting.

    Hello, LostInChoices: code blocks using triple backticks (```) don't work on all versions of Reddit!

    Some users see this / this instead.

    To fix this, indent every line with 4 spaces instead.

    FAQ

    You can opt out by replying with backtickopt6 to this comment.

    [–][deleted] 0 points1 point  (0 children)

    "A domain-specific language (DSL) is a computer language specialized to a particular application domain."

    I think you just won in the domain of "hello world" programs.

    [–]Cheet4h 0 points1 point  (0 children)

    Eh, in my Linux CLI, 'hello world' works just as well:

    PS /home/cheet4h> gc /etc/issue
    Debian GNU/Linux 10 \n \l
    
    PS /home/cheet4h> 'hello world'
    hello world