SuperCollider

scala import com.shifthttp.supercoder._ SynthDef("hello_world", { |out| out.play(Instrument.new(\ p5class = "env2", \ param1 = 0.3, \…

S-Lang

Sure! Here’s how you would write “Hello World!” in S-Lang: print("Hello World!") In S-Lang, print…

RTL/2

The RTL (Reverse Tri-state Logic) is not an actual programming language but rather a description…

Ratfiv

A challenge! Ratfiv is a fictional programming language, but I’ll have some fun and create…

FL

10 PRINT “HELLO WORLD!”; 20 GOTO 10; RUN. Text model: toppy Image model: RealCartoonXL Byte…

Groovy

To write “Hello World!” in the Groovy programming language, you can type this simple code…

PostScript

% Hello World! program in PostScript language /Times-Roman findfont 20 scalefont setfont % Set font…