Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/control.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ talk: 0

YS (iow Clojure) is a functional programming language.
That means that everything is a function.
Running a program is just a calling a function that calls other functions.
Running a program is just calling a function that calls other functions.

Even though YS tries hard to look like an imperative language, you must
keep in mind that it's functional and get familiar with how the flow works.
Expand Down