aboutsummaryrefslogtreecommitdiff
path: root/lux-mode (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-15De-sigil-ification: ^Eduardo Julian1-5/+1
2022-03-14De-sigil-ification: @Eduardo Julian1-2/+2
2022-03-14Can now add type-vars to imported procedures from scripting languages.Eduardo Julian1-1/+1
2022-03-09Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian1-1/+1
2022-02-05Updated copyright notices.Eduardo Julian1-1/+1
2022-01-24Added explicit function inlining.Eduardo Julian1-1/+1
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-15"Row" => "Sequence"Eduardo Julian1-1/+1
2021-09-15"Sequence" => "Stream"Eduardo Julian1-1/+1
2021-09-15Brought lux-mode's symbol syntax in-line with the compilers'.Eduardo Julian1-15/+14
2021-09-14Got lux-mode/paredit-mode to treat the semi-colon (;) like a normal character...Eduardo Julian1-2/+7
2021-09-14Got lux-mode/paredit-mode to treat the semi-colon (;) like a normal character.Eduardo Julian1-1/+10
2021-09-14Re-named "recur" to "again".Eduardo Julian1-1/+1
2021-09-14No more "^slots".Eduardo Julian1-1/+1
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian1-1/+1
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian1-1/+1
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-17/+40
2021-09-12Made the "#" character great again!Eduardo Julian1-31/+5
2021-09-10Fixed the indentation of variants.Eduardo Julian1-2/+3
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian1-6/+7
2021-09-08Now using eval to derive code for arbitrary types.Eduardo Julian1-1/+1
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian1-1/+2
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-1/+6
2021-08-18Some bug fixes.Eduardo Julian1-1/+1
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-1/+1
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-14/+17
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-7/+47
2021-08-01Even more renamings.Eduardo Julian1-1/+1
2021-07-31Yet more renamings.Eduardo Julian1-1/+1
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-1/+1
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-1/+1
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-3/+3
2021-06-08Added type information when logging compiled definitions.Eduardo Julian1-3/+3
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian1-1/+1
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-1/+1
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-5/+5
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-2/+2
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-1/+79
2020-11-02Allow defining anonymous actors.Eduardo Julian1-1/+1
2020-04-16Generating definition names in a new way.Eduardo Julian1-0/+1
2020-04-15Test for concatenative programming.Eduardo Julian1-5/+7
2020-04-15Some tweaks to how dictionaries and rows work.Eduardo Julian1-2/+5
2019-10-15Compiler extensions have been tested to work.Eduardo Julian1-10/+14
2019-10-10Small improvements + fixesEduardo Julian1-110/+110
2019-10-09Updated lux-mode to work with the latest EmacsEduardo Julian1-107/+110
2019-09-15Added the ":let" macro to enable reuse of type fragments in larger types.Eduardo Julian1-1/+2
2019-06-18Implemented "hole" typing.Eduardo Julian1-1/+1
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-2/+2