ThinkingLanguage
Playground
Examples...
Hello World
Fibonacci
Closures
Structs & Enums
Pattern Matching
Generators
Functional
Error Handling
Run (Ctrl+Enter)
Source
// Welcome to ThinkingLanguage! // Press Ctrl+Enter to run. fn greet(name) { println("Hello, " + name + "!") } greet("World") // Try the examples dropdown above!
Output
Loading WASM...