mirror of
https://github.com/tweag/nickel.git
synced 2024-11-13 09:40:38 +03:00
Update README.md
Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com>
This commit is contained in:
parent
47039f033f
commit
0c0a8b1e56
@ -15,7 +15,7 @@ Nickel's salient traits are:
|
||||
- **Composable code**: the basic building blocks for computing are functions.
|
||||
They are first-class citizens, which can be passed around, called and
|
||||
composed.
|
||||
- **Composable data**: the basic building blocks for data blocks are records
|
||||
- **Composable data**: the basic building blocks for data are records
|
||||
(called *objects* in JSON). In Nickel, records can be merged at will,
|
||||
including associated metadata (documentation, default values, type
|
||||
contracts, etc).
|
||||
|
Loading…
Reference in New Issue
Block a user