aboutsummaryrefslogtreecommitdiff
path: root/documentation/book (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-22Added support for the agent model.Eduardo Julian2-2/+2
2022-08-14Documentation changes for v0.7.0Eduardo Julian25-602/+607
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian11-33/+33
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian11-52/+52
2022-02-22No more automatic conversions of primitive types in JVM FFI.Eduardo Julian1-2/+2
2021-11-30Updated versions in documentation.Eduardo Julian5-23/+23
2021-11-02Added the new forum to the documentation, plus updated versions.Eduardo Julian5-23/+23
2021-10-22v0.6.3Eduardo Julian5-21/+21
2021-10-09Fixed erroneous path in "Chapter 1: Getting started".Eduardo Julian1-1/+1
2021-10-09Updated version in book.Eduardo Julian5-22/+22
2021-10-01Added link to Aedifex to "Chapter 1: Getting started".Eduardo Julian1-1/+1
2021-09-20Updates and fixes for the book.Eduardo Julian28-1064/+1196
2021-09-08No more module annotations.Eduardo Julian1-2/+2
2021-09-06New chapter on compiler extensions.Eduardo Julian2-0/+252
2021-09-05Added a chapter on cross-platform Lux.Eduardo Julian25-155/+402
2021-09-05De-taggification | part 3Eduardo Julian1-49/+49
2021-09-04Appendix H: AedifexEduardo Julian3-1/+223
2021-09-03Unified tuple and record syntax.Eduardo Julian1-2/+2
2021-09-01De-taggification | part 1Eduardo Julian13-12/+55
2021-08-29De-taggification | part 0Eduardo Julian1-0/+146
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-0/+68
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian1-0/+131
2021-08-25Updates to the Lua compiler.Eduardo Julian1-0/+156
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-0/+236
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-0/+88
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2-1/+247
2021-08-20More fixes.Eduardo Julian1-0/+22
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2-1/+173
2021-08-18Some bug fixes.Eduardo Julian2-1/+94
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian2-1/+194
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian2-1/+200
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian2-1/+114
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian2-1/+242
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian2-1/+265
2021-08-08No more #export magic syntax.Eduardo Julian1-1/+1
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2-1/+169
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2-1/+316
2021-08-01Even more renamings.Eduardo Julian2-1/+191
2021-07-31Yet more renamings.Eduardo Julian2-1/+317
2021-07-30More renamings.Eduardo Julian2-1/+375
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2-1/+176
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2-1/+226
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian3-8/+160
2021-07-26Re-named Promise to Async.Eduardo Julian2-0/+105
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-0/+31