- The intent of this line is to use code generation to stop compiling so much.
- Secondarily we want to use bld as a command runner.
- Research jetbrains-annotations/JSpecify.
- Figure out how long we can not mention Clojure.
- Fuggit it, people are nice.
- Automate more things.
Click me to see the old stuff
Radical paradox is:
- a blend of
pr-fluffy-cegont-paf-240626-007andpr-fluffy-cegont-paf-240709, with some stuff taken out/history rewritten. - a testbed for newer tools than raw git and Idea.
- going to be rewritten a couple of times before it’s really beautiful.
- of the lineage of the above from GitHub. I’ll pull in the
kindofstuff later. - (idk) likely a merge point for the stuff from the other branches as well.
Click me to see the even older stuff
Elijah is:
- … a high-level language suitable for replacement of* Java and C/C++.
- … a historical curiosity.
- … is meant to integrate into current C and Java projects.
- … is free software intended for use on all systems, including GNU/Linux.
- … is licensed under LGPL.
prolific-remnant is:
- … implemented in Java (17)
- … uses Maven
git clone https://github.com/elijah-team/prolific-remnant
mkdir prolific-remnant/COMP
( cd prolific-remnant && nix-shell -p maven jdk17 --pure --command "mvn test")- Serve as a baseline to push back into fluffy
- Explore how the fluffy flow works
Fluffy mainline-k
Fluffy mainline-k-2023-09
./bld download./bld compile runGo to:
http://localhost:8080/
./bld warThe resulting archive will be in: war/build/libs
./bld uberjarThen run it with:
java -jar build/dist/rifers-1.0.0-uber.jar