Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Level 2. Why Hica for Kids?

ReasonWhat it means
Easy to readHica code looks almost like plain English
No boilerplateNo more public static void main(String[] args) — just fun main()
Fast programsYour code becomes a real executable, not just a script
Smart memoryHica uses a trick called Perceus to clean up after itself — no garbage collector slowdowns
Everything is an expressionif, match, and blocks all give back values
Learn real conceptsThe ideas you learn (functions, expressions, pattern matching) work in every language