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
/
program
/
scriptum.lux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now using eval to derive code for arbitrary types.
Eduardo Julian
2021-09-08
1
-522
/
+0
*
De-taggification | part 4
Eduardo Julian
2021-09-07
1
-17
/
+17
*
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
2021-09-05
1
-2
/
+2
*
De-taggification | part 2
Eduardo Julian
2021-09-04
1
-11
/
+11
*
Unified tuple and record syntax.
Eduardo Julian
2021-09-03
1
-8
/
+9
*
Better parameterized type documentation.
Eduardo Julian
2021-08-29
1
-112
/
+112
*
Updates to the Ruby compiler.
Eduardo Julian
2021-08-27
1
-303
/
+303
*
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
2021-08-24
1
-78
/
+78
*
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
2021-08-23
1
-10
/
+10
*
Some bug fixes.
Eduardo Julian
2021-08-18
1
-27
/
+27
*
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
2021-08-16
1
-22
/
+22
*
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
2021-08-13
1
-6
/
+6
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
1
-13
/
+13
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
1
-4
/
+4
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
1
-2
/
+2
*
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
2021-08-07
1
-32
/
+32
*
Fixed a bug in the new compiler which allowed the same module to be imported ...
Eduardo Julian
2021-08-02
1
-6
/
+6
*
Even more renamings.
Eduardo Julian
2021-08-01
1
-3
/
+3
*
More renamings.
Eduardo Julian
2021-07-30
1
-7
/
+7
*
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
2021-07-29
1
-1
/
+1
*
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
2021-07-28
1
-11
/
+11
*
Re-named wrap => in && unwrap => out.
Eduardo Julian
2021-07-27
1
-36
/
+36
*
Re-named Promise to Async.
Eduardo Julian
2021-07-26
1
-4
/
+4
*
Better syntax for "library/lux.^multi".
Eduardo Julian
2021-07-25
1
-17
/
+17
*
Updated the Scriptum documentation generator.
Eduardo Julian
2021-07-20
1
-223
/
+225
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-2
/
+3
*
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
-9
/
+9
*
Improved parsing speed for Lux code.
Eduardo Julian
2020-12-11
1
-1
/
+1
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
2020-12-02
1
-2
/
+2
*
Added "private" macro to lux/debug.
Eduardo Julian
2020-11-28
1
-36
/
+36
*
Made the syntax of ^template more consistent.
Eduardo Julian
2020-11-17
1
-23
/
+23
*
Easy to use Rev constants.
Eduardo Julian
2020-10-31
1
-5
/
+5
*
Some small refactoring.
Eduardo Julian
2020-10-25
1
-1
/
+1
*
Re-named some list functions.
Eduardo Julian
2020-10-24
1
-3
/
+3
*
Allow "#io" outputs for JS imports.
Eduardo Julian
2020-08-09
1
-35
/
+36
*
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
2020-05-17
1
-2
/
+2
*
No more "n/"-prefixed functions.
Eduardo Julian
2019-07-26
1
-10
/
+12
*
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
2019-07-02
1
-5
/
+5
*
Improved the convention for using text formatters.
Eduardo Julian
2019-06-20
1
-10
/
+10
*
Removed the useless #lux.type? annotation tag.
Eduardo Julian
2019-05-22
1
-1
/
+1
*
Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation type...
Eduardo Julian
2019-05-02
1
-2
/
+2
*
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
2019-04-06
1
-1
/
+2
*
Re-named "do-template" to "template".
Eduardo Julian
2019-03-30
1
-2
/
+2
*
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
2019-03-15
1
-33
/
+33
*
Improved the names of monad transformers.
Eduardo Julian
2019-02-24
1
-1
/
+1
*
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
2019-02-11
1
-3
/
+3
*
Updated Scriptum to make sure it always generates documentation for tested mo...
Eduardo Julian
2019-02-05
1
-8
/
+4
*
Migrated documentation tool's code into stdlib.
Eduardo Julian
2019-02-05
1
-0
/
+518