From f74b814575bb27854923d548c384174ca62fa1ae Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 1 Jan 2018 20:38:27 -0500 Subject: [PATCH] todo --- c/draft-release-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/c/draft-release-notes.md b/c/draft-release-notes.md index 53a55b31f..910a0c07a 100644 --- a/c/draft-release-notes.md +++ b/c/draft-release-notes.md @@ -10,8 +10,8 @@ verb lets you compute cluster sizes by cluster labels. * While Miller DSL arithmetic gracefully overflows from 64-integer to double-precision float (see also -[**here**](http://johnkerl.org/miller/doc/reference.html#Arithmetic), there -are now the **integer-preserving arithmetic operators** ``.+` `.-` `.*` `./` `.//` +[**here**](http://johnkerl.org/miller/doc/reference.html#Arithmetic)), there +are now the **integer-preserving arithmetic operators** `.+` `.-` `.*` `./` `.//` for those times when you want integer overflow. * There is a new [**bitcount**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/reference-dsl.html#bitcount) function: for example, `echo x=0xf0000206 | mlr put '$y=bitcount($x)'` produces `x=0xf0000206,y=7`. @@ -25,7 +25,7 @@ an alias for `--nidx --fs tab`, and `mlr -t` is an alias for `mlr ## Documentation: * As noted -[**here**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/reference-dsl.html#A_note_on_the_complexity_of_Miller’s_expression_language), since Miller has its own DSL there will always be things better expressible in a general-purpose language. The new page +[**here**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/reference-dsl.html#A_note_on_the_complexity_of_Miller’s_expression_language), while Miller has its own DSL there will always be things better expressible in a general-purpose language. The new page [**Sharing data with other languages**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/data-sharing.html) shows how to seamlessly share data back and forth between Miller, Ruby, and Python. * [**SQL-input examples**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/10-min.html#SQL-input_examples) contains detailed information the interplay between Miller and SQL.