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
/
lux
/
control
/
concurrency
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
7
-1600
/
+0
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
2
-28
/
+28
2021-07-10
Made the "try" macro into a common one, instead of a host-specific one.
Eduardo Julian
1
-5
/
+5
2021-07-06
Simplified the API for file-system operations.
Eduardo Julian
1
-48
/
+49
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
3
-11
/
+11
2021-06-26
Delegate text (lower|upper)-casing to the host-platform implementations.
Eduardo Julian
1
-5
/
+14
2021-06-11
Added import name formatting to "import:" macros for other backends.
Eduardo Julian
2
-7
/
+11
2021-06-08
Added type information when logging compiled definitions.
Eduardo Julian
1
-3
/
+11
2021-05-24
Re-named lux/host to lux/ffi.
Eduardo Julian
2
-17
/
+17
2021-05-24
Almost done with Scheme.
Eduardo Julian
1
-3
/
+6
2021-05-18
Got rid of the {}s in ":share" and made it pipe-able.
Eduardo Julian
2
-15
/
+18
2021-03-12
Almost done with PHP.
Eduardo Julian
1
-3
/
+7
2021-03-01
Done with Ruby.
Eduardo Julian
1
-3
/
+6
2021-02-12
More Lua + optimizations.
Eduardo Julian
1
-24
/
+25
2021-02-10
Continuing with Lua
Eduardo Julian
1
-3
/
+6
2021-02-04
Updates for Lua compiler.
Eduardo Julian
4
-82
/
+66
2021-01-28
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
1
-5
/
+7
2021-01-26
Made the Python being generated more compatible with both P2.7 and P3.
Eduardo Julian
2
-70
/
+65
2021-01-13
Removed the (ultimately redundant) on_stop function for actors.
Eduardo Julian
1
-50
/
+16
2021-01-11
Encapsulate JS definitions produced by the JS compiler in a local scope to av...
Eduardo Julian
1
-3
/
+3
2021-01-08
Moved "log!" function under "lux/debug".
Eduardo Julian
1
-4
/
+4
2021-01-05
Added lexically-scoped templates.
Eduardo Julian
1
-10
/
+8
2020-12-29
Unified repository abstraction for Aedifex.
Eduardo Julian
1
-4
/
+5
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
4
-12
/
+15
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
7
-222
/
+222
2020-12-23
Refactored "export" common syntax.
Eduardo Julian
1
-6
/
+7
2020-12-15
Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.
Eduardo Julian
1
-1
/
+1
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
5
-30
/
+30
2020-11-28
Added "private" macro to lux/debug.
Eduardo Julian
2
-15
/
+13
2020-11-26
Allow name formatting for JVM imports, similar to Lux module imports.
Eduardo Julian
2
-83
/
+57
2020-11-05
Lightweight machinery for agent-oriented programming.
Eduardo Julian
3
-6
/
+44
2020-11-04
Re-named "lux/control/concurrency/process" to "thread".
Eduardo Julian
3
-17
/
+16
2020-11-02
Allow defining anonymous actors.
Eduardo Julian
1
-14
/
+26
2020-11-01
Improved the design of actors.
Eduardo Julian
1
-286
/
+241
2020-10-31
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
1
-4
/
+4
2020-10-25
Some improvements to the Lux syntax parser.
Eduardo Julian
5
-42
/
+42
2020-10-24
Re-named some list functions.
Eduardo Julian
1
-1
/
+1
2020-10-09
Mandatory long names for JVM imports, instead of having "long" be optional an...
Eduardo Julian
2
-16
/
+16
2020-09-16
Changed the format of project descriptor files.
Eduardo Julian
2
-11
/
+10
2020-08-29
Test programs + auti build/test.
Eduardo Julian
1
-1
/
+3
2020-08-09
Allow "#io" outputs for JS imports.
Eduardo Julian
2
-3
/
+4
2020-08-09
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
5
-13
/
+14
2020-08-07
Some fixes.
Eduardo Julian
1
-11
/
+26
2020-07-11
Got the JS compiler to compile fully.
Eduardo Julian
1
-26
/
+25
2020-07-10
Fixes and improvements to JavaScript compilation.
Eduardo Julian
1
-1
/
+1
2020-06-28
The "for" macro can now work directly with definitions. No text literals nece...
Eduardo Julian
2
-186
/
+186
2020-05-28
Can now export Lux code as library TAR files.
Eduardo Julian
1
-1
/
+2
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
6
-18
/
+18
2020-05-17
:share no longer relies on :assume
Eduardo Julian
2
-40
/
+63
2020-05-16
Parallel compilation for the new compiler(s).
Eduardo Julian
1
-56
/
+92
[next]