aboutsummaryrefslogtreecommitdiff
path: root/commands.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Documentation changes for v0.7.0Eduardo Julian2022-08-141-19/+9
|
* Updated copyright notices.Eduardo Julian2022-02-051-2/+0
|
* Commercial licensing option for Lux + release versions for sub-projects.Eduardo Julian2021-10-011-0/+9
|
* Some bug fixes.Eduardo Julian2021-08-181-0/+8
|
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-291-0/+3
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-19/+0
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-56/+0
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-7/+17
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-10/+2
|
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-1/+2
|
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-141-22/+0
|
* Updates for R compiler.Eduardo Julian2021-06-011-1/+1
|
* Wrestling with JPHP.Eduardo Julian2021-03-101-3/+13
|
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-091-2/+2
|
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-041-2/+2
|
* Tweaked how I64 masks are made.Eduardo Julian2020-10-121-10/+10
|
* Test imports for circular dependencies.Eduardo Julian2020-10-071-0/+6
|
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-2/+2
|
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-121-277/+9
|
* Some fixes.Eduardo Julian2020-08-071-1/+1
|
* Can get the JS(JS) compiler to compile.Eduardo Julian2020-07-241-5/+4
|
* Can get the JS compiler to compile its own source-code.Eduardo Julian2020-07-161-0/+5
|
* Got the JS compiler to compile fully.Eduardo Julian2020-07-111-0/+2
|
* Fixes and improvements to JavaScript compilation.Eduardo Julian2020-07-101-1/+1
|
* Various bug fixes for JS compilation.Eduardo Julian2020-07-071-1/+1
|
* Got the JS compiler code to build again.Eduardo Julian2020-07-051-46/+50
|
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-011-3/+21
|
* WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2020-07-011-5/+21
|
* Added the missing cache invalidation to the new compiler.Eduardo Julian2020-06-291-2/+2
|
* Basic pattern-matching optimizations.Eduardo Julian2020-06-091-2/+2
|
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-10/+43
|
* Can now import previously exported libraries.Eduardo Julian2020-05-291-0/+1
|
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-281-0/+2
|
* FIX the names of function classes are now prefixed with their originating ↵Eduardo Julian2019-12-291-0/+10
| | | | module.
* Small improvements + fixesEduardo Julian2019-10-101-38/+38
|
* The "commands" file is now a Markdown file for better legibility.Eduardo Julian2019-07-241-0/+292