/r/altprog
There are roughly 7000 spoken languages: there might even be more for programming. You may have heard of BASIC, C#, or Java: but what about Dylan, Brainfuck, or Zimbu? Some languages exist to serve a purpose; some as experiments; some to reinvent the wheel.
There are roughly 7000 spoken languages: there might be more for programming. You may have heard of BASIC, C#, or Java: but what about Dylan, Brainfuck, or Zimbu? Some languages exist to serve a purpose; some as experiments; some to reinvent the wheel.
Basic Rules
/r/altprog
Toffee is an object-oriented class-based programming language that I made for macOS (no Windows support). Read the documentation first. Use it at txnyurl.com/toffee-sdk at the end of that (replace the lowercase X with a lowercase I).
Here is a Hello World program in it:
public class HelloWorld {
print("Hello, World!");
}