1
1
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:
Mathieu Boespflug 2021-04-19 09:29:49 +02:00 committed by GitHub
parent 47039f033f
commit 0c0a8b1e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).