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
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2022-06-12
De-sigil-ification: suffix : [Part 6]
Eduardo Julian
1
-3
/
+1
2022-06-12
De-sigil-ification: suffix : [Part 5]
Eduardo Julian
1
-1
/
+2
2022-06-12
Re-named "partial_list" to "list.partial".
Eduardo Julian
1
-1
/
+1
2022-06-12
De-sigil-ification: suffix : [Part 4]
Eduardo Julian
1
-2
/
+6
2022-06-12
De-sigil-ification: suffix : [Part 3]
Eduardo Julian
1
-4
/
+4
2022-06-11
De-sigil-ification: : [Part 2]
Eduardo Julian
1
-1
/
+2
2022-06-05
De-sigil-ification: : [Part 1]
Eduardo Julian
1
-2
/
+7
2022-06-04
comonad/cofree => comonad/free
Eduardo Julian
1
-1
/
+1
2022-06-04
De-sigil-ification: #
Eduardo Julian
1
-2
/
+2
2022-04-09
Better names for testing macros (plus better indentation).
Eduardo Julian
1
-2
/
+8
2022-04-09
Re-branded "abstract" types as "primitive" types.
Eduardo Julian
1
-2
/
+2
2022-04-08
De-sigil-ification: $
Eduardo Julian
1
-1
/
+1
2022-04-07
De-sigil-ification: &
Eduardo Julian
1
-1
/
+1
2022-03-30
Now demanding mandatory loop names, instead of using default "again" name.
Eduardo Julian
1
-1
/
+1
2022-03-16
De-sigil-ification: prefix :
Eduardo Julian
1
-4
/
+4
2022-03-15
De-sigil-ification: ^
Eduardo Julian
1
-5
/
+1
2022-03-14
De-sigil-ification: @
Eduardo Julian
1
-2
/
+2
2022-03-14
Can now add type-vars to imported procedures from scripting languages.
Eduardo Julian
1
-1
/
+1
2022-03-09
Added an easy way to export Lux functionality to host programs (in JVM).
Eduardo Julian
1
-1
/
+1
2022-02-05
Updated copyright notices.
Eduardo Julian
1
-1
/
+1
2022-01-24
Added explicit function inlining.
Eduardo Julian
1
-1
/
+1
2021-09-15
"module:" => "using"
Eduardo Julian
1
-1
/
+1
2021-09-15
"Row" => "Sequence"
Eduardo Julian
1
-1
/
+1
2021-09-15
"Sequence" => "Stream"
Eduardo Julian
1
-1
/
+1
2021-09-15
Brought lux-mode's symbol syntax in-line with the compilers'.
Eduardo Julian
1
-15
/
+14
2021-09-14
Got lux-mode/paredit-mode to treat the semi-colon (;) like a normal ↵
Eduardo Julian
1
-2
/
+7
character. [Part 2]
2021-09-14
Got lux-mode/paredit-mode to treat the semi-colon (;) like a normal character.
Eduardo Julian
1
-1
/
+10
2021-09-14
Re-named "recur" to "again".
Eduardo Julian
1
-1
/
+1
2021-09-14
No more "^slots".
Eduardo Julian
1
-1
/
+1
2021-09-14
Re-named "name_of" to "symbol".
Eduardo Julian
1
-1
/
+1
2021-09-13
Re-named "primitive" to "Primitive".
Eduardo Julian
1
-1
/
+1
2021-09-12
Re-named \ => # && \\ => ##
Eduardo Julian
1
-17
/
+40
2021-09-12
Made the "#" character great again!
Eduardo Julian
1
-31
/
+5
2021-09-10
Fixed the indentation of variants.
Eduardo Julian
1
-2
/
+3
2021-09-09
The old record syntax has been re-purposed as variant syntax.
Eduardo Julian
1
-6
/
+7
2021-09-08
Now using eval to derive code for arbitrary types.
Eduardo Julian
1
-1
/
+1
2021-08-26
"Interface" instead of "interface:", and "Rec" can be used in type definition.
Eduardo Julian
1
-1
/
+2
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
1
-1
/
+6
2021-08-18
Some bug fixes.
Eduardo Julian
1
-1
/
+1
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
1
-1
/
+1
2021-08-14
Moved documentation-generation machinery to its own module.
Eduardo Julian
1
-1
/
+1
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
1
-1
/
+1
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-14
/
+17
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-7
/
+47
2021-08-01
Even more renamings.
Eduardo Julian
1
-1
/
+1
2021-07-31
Yet more renamings.
Eduardo Julian
1
-1
/
+1
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
1
-1
/
+1
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
1
-1
/
+1
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-3
/
+3
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2021-06-08
Added type information when logging compiled definitions.
Eduardo Julian
1
-3
/
+3
[next]