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