1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-06 08:07:37 +03:00
Commit Graph

35 Commits

Author SHA1 Message Date
Yann Hamdaoui
5884cd730c
Explain why Nickel is not an embedded DSL (#1365)
* Explain why Nickel is not an embedded DSL

* Apply suggestions from code review

Co-authored-by: Viktor Kleen <viktor.kleen@tweag.io>

* Update RATIONALE.md

---------

Co-authored-by: Viktor Kleen <viktor.kleen@tweag.io>
2023-06-15 12:27:15 +00:00
Yann Hamdaoui
84b5fcf580
Get rid of old jargon "enriched" (#1350) 2023-06-09 11:33:45 +00:00
Andreas Deininger
0f192ea0ae Fixes typos 2023-02-02 11:20:09 +01:00
Yann Hamdaoui
22a9ca0177
Restore switch/match-related doc, fix markdown lint failing 2023-01-23 15:21:12 +01:00
Julien Debon
affaf5a188 Duplicate comparison table in README 2022-11-24 17:01:23 +01:00
github-actions[bot]
ba27f0ab8d flake.lock: Update
Locally disabled markdown-lint rules to make the CI pass, since the new
version wasn't happy with the current documentation anymore.

Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24)
  → 'github:numtide/flake-utils/c0e246b9b83f637f4681389ecabcb2681b4f3af0' (2022-08-07)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/6141b8932a5cf376fe18fcd368cecd9ad946cb68' (2022-06-23)
  → 'github:NixOS/nixpkgs/f3d0897be466aa09a37f6bf59e62c360c3f9a6cc' (2022-08-25)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/db3bd555d3a3ceab208bed48f983ccaa6a71a25e' (2022-06-25)
  → 'github:cachix/pre-commit-hooks.nix/8cb8ea5f1c7bc2984f460587fddd5f2e558f6eb8' (2022-08-18)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/59a3a304c987dc65d2a33de0a77a1ae6ae777cd4' (2022-06-25)
  → 'github:oxalica/rust-overlay/790c16639c7d8da8b36d0aa6a7c1f589af8c5f68' (2022-08-27)
2022-08-31 11:09:00 +02:00
Ryota
fc8207486c Fix typos in docs 2022-05-18 02:21:10 +01:00
Yann Hamdaoui
d60759fbc8
Fix few typos in RATIONALE.md 2022-04-29 15:25:47 +02:00
Yann Hamdaoui
5cacf00e98
Get rid of superfluous sentence in RATIONALE.md 2022-04-29 11:17:19 +02:00
Yann Hamdaoui
472a4db071
Precise ergonomics of merging vs NixOS modules 2022-04-27 16:31:53 +02:00
Yann Hamdaoui
0e9ef73ee4
Update RATIONALE.md
Co-authored-by: Arnaud Spiwack <arnaud.spiwack@tweag.io>
2022-04-27 11:49:36 +02:00
Yann Hamdaoui
535e728c2c
Slight rewording in Nix section of rationale 2022-04-26 18:15:39 +02:00
Yann Hamdaoui
90e1f8e86e
Add comparison to Nix in the rationale document 2022-04-26 17:32:14 +02:00
Yann Hamdaoui
eb3fba8902
Apply markdown linter to RATIONALE.md 2022-04-26 16:49:39 +02:00
Roman Frołow
2333807af5
procedure -> procedures 2021-11-18 02:14:08 +00:00
Yann Hamdaoui
e61a43fda0
Update RATIONALE.md
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2020-11-13 16:02:36 +00:00
Yann Hamdaoui
7003929b03 Add links to Turing completeness posts in RATIONALE 2020-11-13 10:31:20 +01:00
Will Badart
5d9245dc1f
Note CUE's lazy evaluation
I could be misinterpreting the docs, since it's an off-handed comment in a sidebar, but the "[Logic of CUE][cue]" page alludes to lazy evaluation:

> This highly abstract definition determines almost everything about CUE. For instance, **lazy binding was not a design decision, but a direct consequence of following this definition.** It determines the possible evaluation strategies and what cycles mean, if allowed.

[cue]: https://cuelang.org/docs/concepts/logic/
2020-10-26 18:43:52 -04:00
Yann Hamdaoui
602555be9d
Merge pull request #176 from tweag/fix/rationale-comp-table
Fix error in the language comparison table
2020-10-20 18:40:07 +02:00
Yann Hamdaoui
03fff271ba Fix error in the language comparison table 2020-10-20 18:36:52 +02:00
Yann Hamdaoui
c785b89fb4 Fix broken link in RATIONALE.md 2020-10-20 17:43:05 +02:00
Yann Hamdaoui
31ffff1062
Update RATIONALE.md
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2020-08-24 17:30:22 +02:00
Yann Hamdaoui
6550db7667
Update RATIONALE.md
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2020-08-24 17:30:13 +02:00
Yann Hamdaoui
307b32efa6
Update RATIONALE.md
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2020-08-24 17:30:03 +02:00
Yann Hamdaoui
8b5cee1aa4
Update RATIONALE.md
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2020-08-18 15:26:41 +02:00
Yann Hamdaoui
541be23036
Update RATIONALE.md
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2020-08-18 15:26:14 +02:00
Yann Hamdaoui
0654b33dc2
Update RATIONALE.md
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2020-08-18 15:25:40 +02:00
Yann Hamdaoui
19ecf720db
Update RATIONALE.md
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2020-08-18 15:25:30 +02:00
Yann Hamdaoui
24c8505cfc
Update RATIONALE.md
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2020-08-18 15:22:08 +02:00
Yann Hamdaoui
e8d3e6dab4
Update RATIONALE.md
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2020-08-18 15:21:59 +02:00
Yann Hamdaoui
f2a74fa58c
Update RATIONALE.md
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2020-08-18 15:21:49 +02:00
Yann Hamdaoui
97df2e5b72
Update RATIONALE.md
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2020-08-18 15:21:39 +02:00
Yann Hamdaoui
31a6847b6d Fix typo 2020-08-12 19:23:03 +02:00
Yann Hamdaoui
4f1804ec40 Correction: remove false statement 2020-08-12 19:11:17 +02:00
Yann Hamdaoui
34498fd16d Add design rationale and comparison with close languages 2020-08-12 18:59:36 +02:00