]> Repositorios git - scryer-prolog.git/commit
remove several mentions of list of bytes in predicate descriptions
authorMarkus Triska <[email protected]>
Wed, 20 May 2020 22:07:28 +0000 (00:07 +0200)
committerMarkus Triska <[email protected]>
Wed, 20 May 2020 22:07:42 +0000 (00:07 +0200)
commit5d94276c4f02b4d6fa0bdc859982107cd1560397
tree987aa8e68cd927f147e652b556eeeabdb383d685
parentb43f27030eaa33e1a92a163086876003240c7838
remove several mentions of list of bytes in predicate descriptions

This is to focus more on the intended core representation of text: In
Prolog, text is ideally represented as a list of characters, and this
is what we want to encourage, especially given Scryer's compact
representation for strings.

For the time being, library(crypto) still also supports lists of bytes in
several predicates. This will likely be removed at some point in the
future. Please use lists of characters to make your code future-proof.
src/prolog/lib/crypto.pl