aboutsummaryrefslogtreecommitdiff
path: root/documentation/book (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added support for the agent model.Eduardo Julian2022-08-222-2/+2
* Documentation changes for v0.7.0Eduardo Julian2022-08-1425-602/+607
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-1611-33/+33
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-1611-52/+52
* No more automatic conversions of primitive types in JVM FFI.Eduardo Julian2022-02-221-2/+2
* Updated versions in documentation.Eduardo Julian2021-11-305-23/+23
* Added the new forum to the documentation, plus updated versions.Eduardo Julian2021-11-025-23/+23
* v0.6.3Eduardo Julian2021-10-225-21/+21
* Fixed erroneous path in "Chapter 1: Getting started".Eduardo Julian2021-10-091-1/+1
* Updated version in book.Eduardo Julian2021-10-095-22/+22
* Added link to Aedifex to "Chapter 1: Getting started".Eduardo Julian2021-10-011-1/+1
* Updates and fixes for the book.Eduardo Julian2021-09-2028-1064/+1196
* No more module annotations.Eduardo Julian2021-09-081-2/+2
* New chapter on compiler extensions.Eduardo Julian2021-09-062-0/+252
* Added a chapter on cross-platform Lux.Eduardo Julian2021-09-0525-155/+402
* De-taggification | part 3Eduardo Julian2021-09-051-49/+49
* Appendix H: AedifexEduardo Julian2021-09-043-1/+223
* Unified tuple and record syntax.Eduardo Julian2021-09-031-2/+2
* De-taggification | part 1Eduardo Julian2021-09-0113-12/+55
* De-taggification | part 0Eduardo Julian2021-08-291-0/+146
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-0/+68
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-0/+131
* Updates to the Lua compiler.Eduardo Julian2021-08-251-0/+156
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-0/+236
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-0/+88
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-212-1/+247
* More fixes.Eduardo Julian2021-08-201-0/+22
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-192-1/+173
* Some bug fixes.Eduardo Julian2021-08-182-1/+94
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-142-1/+194
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-132-1/+200
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-122-1/+114
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-112-1/+242
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-1/+265
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-072-1/+169
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-022-1/+316
* Even more renamings.Eduardo Julian2021-08-012-1/+191
* Yet more renamings.Eduardo Julian2021-07-312-1/+317
* More renamings.Eduardo Julian2021-07-302-1/+375
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-292-1/+176
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-282-1/+226
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-273-8/+160
* Re-named Promise to Async.Eduardo Julian2021-07-262-0/+105
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-0/+31