domain | oaklang.org |
summary | The null value , written The empty value , written _ , which is equal to all values, and useful for pattern-matching Booleans, true and false Integers like 10 , -42 , 1000000 Floating-point numbers like 0.0 , 3.141592 , -123456.789 Strings, mutable sequences of bytes, always written with single quotes like Hi Atoms or keywords, written like :name ,which are immutable strings used like enums or tags Lists, written like 1, 2, 3 , which can contain any other Oak value Objects, written like name: Linus , which are unordered dictionaries from string keys to any other Oak value Functions, which are defined with the fn keyword, like fn doublen 2 nBundling and compiling with oakĀ build While the Oak interpreter can run programs and modules directly from source code on the file system, Oak also offers a build tool, oak build , which can bundle an Oak program distributed across many files into a single bundle source file. |
title | Oak programming language |
description | Oak programming language |
keywords | |
upstreams |
thesephist.com |
downstreams |
|
nslookup | A 104.131.100.221 |
created | 2024-12-01 |
updated | 2024-12-03 |
|
|