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
/
stdlib
/
source
/
experiment
/
tool
/
interpreter.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2022-07-06
Moved compiler machinery under lux/meta.
Eduardo Julian
1
-0
/
+0
2022-06-26
Re-named directives to declarations.
Eduardo Julian
1
-40
/
+40
2022-06-26
De-sigil-ification: suffix : [Part 16]
Eduardo Julian
1
-2
/
+2
2022-06-25
De-sigil-ification: suffix : [Part 15]
Eduardo Julian
1
-1
/
+1
2022-06-16
De-sigil-ification: suffix : [Part 14]
Eduardo Julian
1
-2
/
+2
2022-06-16
De-sigil-ification: suffix : [Part 13]
Eduardo Julian
1
-14
/
+14
2022-06-15
Better syntax for the "sharing" and "by_example" macros.
Eduardo Julian
1
-20
/
+16
2022-06-13
New "format" hierarchy.
Eduardo Julian
1
-1
/
+1
2022-06-04
De-sigil-ification: #
Eduardo Julian
1
-8
/
+8
2022-06-04
Extensible import syntax [Part 6]
Eduardo Julian
1
-1
/
+1
2022-06-03
Extensible import syntax [Part 5]
Eduardo Julian
1
-1
/
+1
2022-06-02
Extensible import syntax [Part 3]
Eduardo Julian
1
-1
/
+1
2022-06-01
Extensible import syntax: Part 1
Eduardo Julian
1
-10
/
+10
2022-03-30
Now demanding mandatory loop names, instead of using default "again" name.
Eduardo Julian
1
-4
/
+4
2022-03-30
Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵
Eduardo Julian
1
-2
/
+2
macro names.
2022-03-16
De-sigil-ification: prefix :
Eduardo Julian
1
-24
/
+24
2022-03-14
De-sigil-ification: @
Eduardo Julian
1
-52
/
+52
2022-01-13
Fixes for the pure-Lux JVM compiler machinery. [Part 6]
Eduardo Julian
1
-2
/
+2
2021-09-15
"module:" => "using"
Eduardo Julian
1
-1
/
+1
2021-09-14
Re-named "recur" to "again".
Eduardo Julian
1
-3
/
+3
2021-09-13
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
1
-10
/
+10
syntax change.
2021-09-12
Re-named \ => # && \\ => ##
Eduardo Julian
1
-9
/
+9
2021-09-12
Made the "#" character great again!
Eduardo Julian
1
-19
/
+19
2021-09-10
Migrated variants to the new syntax.
Eduardo Julian
1
-6
/
+6
2021-09-08
De-bracing | part 1
Eduardo Julian
1
-16
/
+20
2021-09-08
Normalized syntax of "exception:", "actor:" and "message:".
Eduardo Julian
1
-1
/
+1
2021-09-07
De-taggification | part 4
Eduardo Julian
1
-19
/
+19
2021-09-05
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
1
-2
/
+2
2021-09-04
De-taggification | part 2
Eduardo Julian
1
-11
/
+11
2021-09-03
Unified tuple and record syntax.
Eduardo Julian
1
-4
/
+4
2021-08-27
Updates to the Ruby compiler.
Eduardo Julian
1
-8
/
+8
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
1
-3
/
+4
2021-08-18
Some bug fixes.
Eduardo Julian
1
-23
/
+23
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
1
-5
/
+5
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-5
/
+5
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-2
/
+2
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-3
/
+3
2021-08-07
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
1
-2
/
+2
2021-08-02
Fixed a bug in the new compiler which allowed the same module to be imported ↵
Eduardo Julian
1
-1
/
+1
more than once.
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
1
-14
/
+14
2021-07-26
Re-named Promise to Async.
Eduardo Julian
1
-115
/
+119
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
1
-83
/
+83
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-27
/
+28
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
1
-8
/
+8
convention that only macros that deal with types may start with a colon.
2020-12-01
Added specialized root/2 and root/3 functions in lux/math.
Eduardo Julian
1
-2
/
+2
2020-10-31
Easy to use Rev constants.
Eduardo Julian
1
-6
/
+6
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
1
-2
/
+2
2019-09-07
Renamed "Statement" to "Directive".
Eduardo Julian
1
-40
/
+40
2019-07-02
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
1
-9
/
+9
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-2
/
+2
[next]