aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/floating_point.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-051-0/+1
|
* Made inlined functions into first-class macros.Eduardo Julian2022-07-261-0/+14
|
* Can now add type-vars to imported procedures from scripting languages.Eduardo Julian2022-03-141-0/+1
|
* Keeping the JVM interop fixes coming...Eduardo Julian2022-03-041-0/+5
|
* Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian2022-02-281-13/+14
|
* Fixed packaging issue.Eduardo Julian2021-10-091-1/+2
|
* Clearing the local scope during eval analysis to avoid accidentally seeing ↵Eduardo Julian2021-09-051-0/+1
| | | | variables outside of eval's scope.
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-191-0/+1
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-0/+4
|
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-291-0/+4
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-0/+1
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-0/+5
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-0/+20