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-python
/
source
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
1
-1
/
+1
|
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
1
-5
/
+5
|
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
1
-1
/
+1
|
*
Re-named wrap => in && unwrap => out.
Eduardo Julian
2021-07-27
1
-13
/
+13
|
*
Now allowing compilers to generate custom-named outputs.
Eduardo Julian
2021-07-17
1
-4
/
+5
|
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-62
/
+63
|
*
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
2021-07-11
1
-22
/
+22
|
*
Made sure the "phase" parameter of extensions is always usable (even across ↵
Eduardo Julian
2021-07-08
1
-79
/
+111
|
|
|
|
language boundaries)
*
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
2021-06-30
1
-2
/
+2
|
|
|
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
*
Some updates for the new compilers.
Eduardo Julian
2021-06-29
1
-1
/
+1
|
*
Added import name formatting to "import:" macros for other backends.
Eduardo Julian
2021-06-11
1
-24
/
+25
|
*
Updates for Ruby compiler.
Eduardo Julian
2021-02-25
1
-1
/
+4
|
*
Done with Python.
Eduardo Julian
2021-02-24
1
-25
/
+83
|
*
Improved compilation of loops and pattern-matching for Python.
Eduardo Julian
2021-02-01
1
-2
/
+2
|
*
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
2021-01-28
1
-14
/
+25
|
*
Made the Python being generated more compatible with both P2.7 and P3.
Eduardo Julian
2021-01-26
1
-214
/
+266
|
*
Removed the (ultimately redundant) on_stop function for actors.
Eduardo Julian
2021-01-13
1
-20
/
+18
|
*
Raise error when trying to use deprecated fields/method/classes in JVM.
Eduardo Julian
2021-01-12
1
-11
/
+10
|
*
Compiler now shows suggestions when encountering unknown definitions.
Eduardo Julian
2021-01-12
1
-154
/
+256
|
*
Both the old JVM interop and the new JVM interop use the same syntax for ↵
Eduardo Julian
2019-05-28
1
-2
/
+2
|
|
|
|
array types.
*
Added some debugging machinery.
Eduardo Julian
2019-04-12
1
-59
/
+1
|
*
WIP: Ruby compiler.
Eduardo Julian
2019-04-09
1
-16
/
+4
|
*
- Upgrade the tuple left-access mechanism to the new style.
Eduardo Julian
2019-04-07
1
-4
/
+5
|
|
|
|
- Updated JS compiler. - Updated Python compiler.
*
Re-named "do-template" to "template".
Eduardo Julian
2019-03-30
1
-4
/
+4
|
*
The Python compiler is alive.
Eduardo Julian
2019-03-27
1
-42
/
+108
|
*
Got the Python compiler running.
Eduardo Julian
2019-03-26
1
-0
/
+270
[prev]