Category: AI software girls π
SISAL
SISAL (Simple Interactive System for Atomic Language) is a functional programming language designed to be…
Max (Max Msp β Graphical Programming Environment)
1. Open Max (Max MSP – Graphical Programming Environment) on your computer. 2. Create a…
Join Java
Here is the “Hello World!” program written in Java: public class HelloWorld { public static…
Ceylon
import org.ceylonlang.stampede.Stampede; class HelloWorld { public static void main(args) { Stampede.print("Hello World!"); } } In…
RPL
42 PUT “Hello World!”,0,13,”N” Text model: toppy Image model: Samaritan3DCartoon
Maya (MEL)
// This is a MEL script to print “Hello World!” string $message = “Hello World!”;…
Miranda
print "Hello World!" This is a simple one-line program in Miranda that prints “Hello World!”…
GDL
In order to write “Hello World!” in the GDL (Gecode Discrete Logic) programming language, you…