index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lux-mode
/
lux-mode.el
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added explicit function inlining.
Eduardo Julian
2022-01-24
1
-1
/
+1
*
"module:" => "using"
Eduardo Julian
2021-09-15
1
-1
/
+1
*
"Row" => "Sequence"
Eduardo Julian
2021-09-15
1
-1
/
+1
*
"Sequence" => "Stream"
Eduardo Julian
2021-09-15
1
-1
/
+1
*
Brought lux-mode's symbol syntax in-line with the compilers'.
Eduardo Julian
2021-09-15
1
-15
/
+14
*
Got lux-mode/paredit-mode to treat the semi-colon (;) like a normal character...
Eduardo Julian
2021-09-14
1
-2
/
+7
*
Got lux-mode/paredit-mode to treat the semi-colon (;) like a normal character.
Eduardo Julian
2021-09-14
1
-1
/
+10
*
Re-named "recur" to "again".
Eduardo Julian
2021-09-14
1
-1
/
+1
*
No more "^slots".
Eduardo Julian
2021-09-14
1
-1
/
+1
*
Re-named "name_of" to "symbol".
Eduardo Julian
2021-09-14
1
-1
/
+1
*
Re-named "primitive" to "Primitive".
Eduardo Julian
2021-09-13
1
-1
/
+1
*
Re-named \ => # && \\ => ##
Eduardo Julian
2021-09-12
1
-17
/
+40
*
Made the "#" character great again!
Eduardo Julian
2021-09-12
1
-31
/
+5
*
Fixed the indentation of variants.
Eduardo Julian
2021-09-10
1
-2
/
+3
*
The old record syntax has been re-purposed as variant syntax.
Eduardo Julian
2021-09-09
1
-6
/
+7
*
Now using eval to derive code for arbitrary types.
Eduardo Julian
2021-09-08
1
-1
/
+1
*
"Interface" instead of "interface:", and "Rec" can be used in type definition.
Eduardo Julian
2021-08-26
1
-1
/
+2
*
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
2021-08-24
1
-1
/
+6
*
Some bug fixes.
Eduardo Julian
2021-08-18
1
-1
/
+1
*
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
2021-08-16
1
-1
/
+1
*
Moved documentation-generation machinery to its own module.
Eduardo Julian
2021-08-14
1
-1
/
+1
*
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
2021-08-13
1
-1
/
+1
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
1
-14
/
+17
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
1
-7
/
+47
*
Even more renamings.
Eduardo Julian
2021-08-01
1
-1
/
+1
*
Yet more renamings.
Eduardo Julian
2021-07-31
1
-1
/
+1
*
Better syntax for "library/lux.^multi".
Eduardo Julian
2021-07-25
1
-1
/
+1
*
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
2021-07-11
1
-1
/
+1
*
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
2021-06-30
1
-3
/
+3
*
Added type information when logging compiled definitions.
Eduardo Julian
2021-06-08
1
-3
/
+3
*
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
2021-01-28
1
-1
/
+1
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
1
-1
/
+1
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
1
-5
/
+5
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
2020-12-02
1
-2
/
+2
*
Made the syntax of ^template more consistent.
Eduardo Julian
2020-11-17
1
-1
/
+79
*
Allow defining anonymous actors.
Eduardo Julian
2020-11-02
1
-1
/
+1
*
Generating definition names in a new way.
Eduardo Julian
2020-04-16
1
-0
/
+1
*
Test for concatenative programming.
Eduardo Julian
2020-04-15
1
-5
/
+7
*
Some tweaks to how dictionaries and rows work.
Eduardo Julian
2020-04-15
1
-2
/
+5
*
Compiler extensions have been tested to work.
Eduardo Julian
2019-10-15
1
-10
/
+14
*
Small improvements + fixes
Eduardo Julian
2019-10-10
1
-110
/
+110
*
Updated lux-mode to work with the latest Emacs
Eduardo Julian
2019-10-09
1
-107
/
+110
*
Added the ":let" macro to enable reuse of type fragments in larger types.
Eduardo Julian
2019-09-15
1
-1
/
+2
*
Implemented "hole" typing.
Eduardo Julian
2019-06-18
1
-1
/
+1
*
Re-named "do-template" to "template".
Eduardo Julian
2019-03-30
1
-2
/
+2
*
Replaced the digit separator in numbers from "_" to ",".
Eduardo Julian
2019-03-13
1
-1
/
+1
*
Re-named ":extract" to ":by-example".
Eduardo Julian
2019-03-12
1
-1
/
+1
*
Added the capacity to extract type-information from values to create new type...
Eduardo Julian
2019-03-02
1
-1
/
+1
*
Added branding to capabilities to better differentiate between capabilities t...
Eduardo Julian
2019-02-03
1
-1
/
+3
*
Tests are now first class.
Eduardo Julian
2019-01-30
1
-1
/
+1
[next]