Welcome to Animal Language Documentation
Animal is a programming language that uses animal sounds and behaviors as programming constructs.
howl greet(name) {
roar "Hello", name
}
greet("World") :: Prints "Hello World"
Features
Intuitive Syntax: Animal sounds replace traditional operators, for example
meowis for addition,woofis for subtraction etc.Expressive Control Flow:
growl/sniff/wagfor conditionals,leapfor for-loops,pouncefor while-loopsPowerful Data Structures: Lists with built-in methods and nestable structures
Custom Object System: Define reusable components with the
nestkeywordIntegrated File I/O: Read and write files with animal-themed functions
Contents
Getting Started
Language Reference