Hello, World
π π
π π€Hello, World!π€βοΈ
πTap Run to execute
main.emojic Β· output appears here
Press Run to execute
Output streams here as your program runs.
Emojicode is a strongly typed, compiled, object-oriented programming language whose syntax is written largely with emoji. Keywords, control flow, and class declarations are represented by emoji symbols rather than ASCII words, making programs visually distinctive. CompileBytes compiles and runs Emojicode 1.0.2, the stable release of the language and its compiler, so you can experiment with this unusual syntax directly in an isolated hosted runtime.
Despite its playful appearance, Emojicode is a real systems-capable language: it supports classes, protocols, generics, optionals, and value types, and it compiles to native machine code via LLVM. Programs begin execution in a special start block, and output is produced with emoji-named functions. The emoji are not decoration; each one is a meaningful token, so editing requires an emoji-aware editor or copy-paste.
main.emojic is the entry point for each run.
Use the Input panel to pipe standard input to your program when it needs data.
Run sends your code to a fresh hosted runtime and streams the result into the output panel.
Your draft stays in this browser, and Share creates a separate snapshot link.
π π
π π€Hello, World!π€βοΈ
ππ π
4 β‘οΈ a
6 β‘οΈ b
a β b β‘οΈ c
π π‘ cβοΈβοΈ
ππ π
π i πβ© 1 6βοΈ π
π π‘ iβοΈβοΈ
π
ππ π
7 β‘οΈ n
βͺοΈ n βΆοΈ 5 π
π π€bigπ€βοΈ
π
π
π
π π€smallπ€βοΈ
π
ππ π
1 β‘οΈ ππ i
π i βοΈ 6 π
π π‘ iβοΈβοΈ
i β 1 β‘οΈ π i
π
ππ π
π n π’ β‘οΈ π’
β©οΈ n βοΈ n
π β‘οΈ square
π π‘ βοΈ square 5βοΈβοΈβοΈ
ππ π
π€Adaπ€ β‘οΈ name
π π€Hello, π§²nameπ§²!π€βοΈ
ππ π
π i πβ© 0 10 2βοΈ π
π π‘ iβοΈβοΈ
π
πThe editor uses Monaco, the engine behind VS Code, with language-aware editing tools and familiar keyboard controls.
Type or paste your code into the editor, then click Run (or press Ctrl/Cmd + Enter) to execute it.
Output streams into the console panel, including runtime errors, exit status, and execution time.
Nothing to install and no account to create β code runs in an isolated hosted runtime.
Language-aware autocomplete and IntelliSense suggestions where the editor has a matching language service
Syntax highlighting, with native compiler and runtime errors shown in the console
Bracket matching, auto-indentation, code folding, and a minimap
Multi-cursor editing plus find & replace (Ctrl/Cmd + F)
Full undo/redo history and copy to clipboard
Built on Monaco β the same editor that powers VS Code
Run on demand, or turn on Auto-run to execute on every change
Stop long-running or infinite programs at any time
A real console shows standard output, errors, exit status, and execution time
Pass standard input (stdin) to your program from the Input panel β one value per line
Switch between light and dark themes
Adjust font size and other editor settings
Toggle side-by-side or top/bottom layouts
Enter distraction-free fullscreen mode
Generate a shareable link to your exact code in one click β no login needed
Your work autosaves to your browser, so you can pick up where you left off
Copy the active file to your clipboard
Run code: Ctrl/Cmd + Enter
Find & replace: Ctrl/Cmd + F
Open the full shortcut list from the keyboard icon in the toolbar
Emojicode is one of 46 single-file compiler scratchpads. Each run submits only main.emojic; local sibling-file imports are not enabled.
Linked-project languages (23): Node.js, TypeScript, Deno, Python, C, Go, Dart, Swift, Rust, Ruby, PHP, Java, Kotlin, C++, C#, Nim, Crystal, Haxe, Zig, Scala, D, Bun, Objective-C.
Single-file scratchpads (46): Matplotlib, NumPy, pandas, Haskell, Clojure, Perl, Lua, Tcl, jq, Raku, Elixir, Bash, Zsh, Nushell, R, Assembly (NASM), Julia, Octave, Groovy, PowerShell, Visual Basic .NET, Odin, Pascal, Lisp, Erlang, CoffeeScript, COBOL, BASIC, V, Racket, OCaml, Prolog, AWK, Emacs Lisp, Emojicode, Forth, F#, Fortran, Assembly (NASM64), Solidity, Mojo, Ada, WASM (WAT), Gleam, Shell Script (sh), Scheme.
Download file exports the active Emojicode source file.