You just have to be the catalyst for change, and print the hello back.
tteh !MemesToDNA replied with this 6 years ago, 6 days later, 6 days after the original post[^][v]#998,008
Have no fear, there is now the language FunLog++ (NOT related to Gunlog) which swaps the traditional "Hello, World!" examples for various hepatitis-related expressions!
The FunLog++ system currently is implemented as the FunLog++ interpreter (FUN.EXE) which consists of two subprograms, the FunLog++ compiler (FUNC.EXE) and the FunLog++ executer (FUNX.EXE). The compiler translates a FunLog++ source file, say HEPATITIS.FUN, into an intermediate file, then HEPATITIS.LPA. The FunLog++ executer loads the intermediate file and generates an output file, then HEPATITIS.RES.
The FunLog++ interpreter call
fun root("hepatitis"):report.
sends the command root("hepatitis"):reportto the FunLog++ runtime system. Due to the message root("hepatitis") the interpreter loads file HEPATITIS.LPA and make available its root object. Then the message, e.g. report, is sent to this root object. Regard the point (.) behind the parameter which is needed by the compiler and the interpreter in the current implementation. When FUN.EXE execution has finished there is a new file HEPATITIS.RES which contains the text obtained by evaluating the command report. The FunLog++ compiler will be called automatically if there is no suitable *.LPA file or if this intermediate file is older than a present source file *.FUN.
Anonymous E joined in and replied with this 6 years ago, 1 hour later, 6 days after the original post[^][v]#998,055
My Intro to SkyNet programming course started with a "goodbye world" example.
Anonymous F joined in and replied with this 6 years ago, 50 minutes later, 6 days after the original post[^][v]#998,073