aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/hash.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-1/+1
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-7/+7
2021-08-08No more #export magic syntax.Eduardo Julian1-10/+10
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-3/+3
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-20/+21
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-2/+2
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-1/+1
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-3/+4
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-22/+22
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-6/+6
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian1-2/+3
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-5/+5
2020-11-01Improved the design of actors.Eduardo Julian1-5/+5
2020-10-15Re-named "to-text" functions to "format".Eduardo Julian1-21/+143
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian1-2/+2
2020-08-26Download and catch dependencies in Aedifex.Eduardo Julian1-1/+15
2020-08-18Calculate SHA-1 and MD5 hashes.Eduardo Julian1-0/+27